From c359ff298a537f9f481ca7928c655b84c17e5456 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Aug 2013 16:54:18 -0400 Subject: [PATCH] release notes: Update to 9.3 git current Backpatch to 9.3, of course. --- doc/src/sgml/release-9.3.sgml | 39 +++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index bc10f9a48a..f45ac07a60 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -6,7 +6,7 @@ Release Date - 2013-XX-XX, CURRENT AS OF 2013-05-03 + 2013-XX-XX, CURRENT AS OF 2013-08-16 @@ -139,6 +139,33 @@ + + + Allow 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. + + + @@ -1116,6 +1143,14 @@ + + + Allow PL/pgSQL to access constraint violation + details as separate fields (Pavel Stehule) + + + Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane) @@ -1773,7 +1808,7 @@ Allow pg_upgrade -- 2.40.0