+ Allow
+ linkend="functions-formatting-table">to_char()>
+ to properly handle D> (locale-specific decimal point) and
+ FM> (fill mode) specifications in locales where a
+ period is a group separator and not a decimal point (Tom Lane)
+
+
+ Previously, a period group separator would be misinterpreted as
+ a decimal point in such locales.
+
+
+
+
+ Fix STRICT> non-set-returning functions that take
+ set-returning functions as arguments to properly return null
+ rows (Tom Lane)
+
+
+ Previously, rows with null values were suppressed.
+
+
+
+
+ Allow PL/pgSQL to access
+ linkend="libpq-pqresulterrorfield">constraint violation
+ details as separate fields (Pavel Stehule)
+
+
+
Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
Allow
pg_upgrade>
- parallelism (Bruce Momjian)
+ parallelism (Bruce Momjian, Andrew Dunstan)