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>