diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-08-16 16:54:18 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-08-16 16:54:48 -0400 |
commit | e91f2bb3ee8bb1f4be5bbfe0e43815e47b49aa3f (patch) | |
tree | 53df6a9c55ac61bec816b56742d3083bfbdd9675 | |
parent | 2dee7998f93062e2ae7fcc9048ff170e528d1724 (diff) | |
download | postgresql-e91f2bb3ee8bb1f4be5bbfe0e43815e47b49aa3f.tar.gz postgresql-e91f2bb3ee8bb1f4be5bbfe0e43815e47b49aa3f.zip |
release notes: Update to 9.3 git current
Backpatch to 9.3, of course.
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index bc10f9a48ab..f45ac07a60f 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -6,7 +6,7 @@ <note> <title>Release Date</title> - <simpara>2013-XX-XX, CURRENT AS OF 2013-05-03</simpara> + <simpara>2013-XX-XX, CURRENT AS OF 2013-08-16</simpara> </note> <sect2> @@ -139,6 +139,33 @@ </para> </listitem> + <listitem> + <para> + Allow <link + linkend="functions-formatting-table"><function>to_char()</></link> + to properly handle <literal>D</> (locale-specific decimal point) and + <literal>FM</> (fill mode) specifications in locales where a + period is a group separator and not a decimal point (Tom Lane) + </para> + + <para> + Previously, a period group separator would be misinterpreted as + a decimal point in such locales. + </para> + </listitem> + + <listitem> + <para> + Fix <literal>STRICT</> non-set-returning functions that take + set-returning functions as arguments to properly return null + rows (Tom Lane) + </para> + + <para> + Previously, rows with null values were suppressed. + </para> + </listitem> + </itemizedlist> </sect3> @@ -1118,6 +1145,14 @@ <listitem> <para> + Allow PL/pgSQL to access <link + linkend="libpq-pqresulterrorfield">constraint violation + details</link> as separate fields (Pavel Stehule) + </para> + </listitem> + + <listitem> + <para> Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane) </para> </listitem> @@ -1773,7 +1808,7 @@ <listitem> <para> Allow <application>pg_upgrade</> <option>--jobs</> to do - parallelism (Bruce Momjian) + parallelism (Bruce Momjian, Andrew Dunstan) </para> <para> |