release notes: Update to 9.3 git current

Backpatch to 9.3, of course.
This commit is contained in:
Bruce Momjian 2013-08-16 16:54:18 -04:00
parent 2dee7998f9
commit e91f2bb3ee

View File

@ -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>
@ -1116,6 +1143,14 @@
</para>
</listitem>
<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)
@ -1773,7 +1808,7 @@
<listitem>
<para>
Allow <application>pg_upgrade</> <option>--jobs</> to do
parallelism (Bruce Momjian)
parallelism (Bruce Momjian, Andrew Dunstan)
</para>
<para>