mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
release notes: Update to 9.3 git current
Backpatch to 9.3, of course.
This commit is contained in:
parent
2dee7998f9
commit
e91f2bb3ee
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user