Skip to content

Commit e91f2bb

Browse files
committed
release notes: Update to 9.3 git current
Backpatch to 9.3, of course.
1 parent 2dee799 commit e91f2bb

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

doc/src/sgml/release-9.3.sgml

+37-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<note>
88
<title>Release Date</title>
9-
<simpara>2013-XX-XX, CURRENT AS OF 2013-05-03</simpara>
9+
<simpara>2013-XX-XX, CURRENT AS OF 2013-08-16</simpara>
1010
</note>
1111

1212
<sect2>
@@ -139,6 +139,33 @@
139139
</para>
140140
</listitem>
141141

142+
<listitem>
143+
<para>
144+
Allow <link
145+
linkend="functions-formatting-table"><function>to_char()</></link>
146+
to properly handle <literal>D</> (locale-specific decimal point) and
147+
<literal>FM</> (fill mode) specifications in locales where a
148+
period is a group separator and not a decimal point (Tom Lane)
149+
</para>
150+
151+
<para>
152+
Previously, a period group separator would be misinterpreted as
153+
a decimal point in such locales.
154+
</para>
155+
</listitem>
156+
157+
<listitem>
158+
<para>
159+
Fix <literal>STRICT</> non-set-returning functions that take
160+
set-returning functions as arguments to properly return null
161+
rows (Tom Lane)
162+
</para>
163+
164+
<para>
165+
Previously, rows with null values were suppressed.
166+
</para>
167+
</listitem>
168+
142169
</itemizedlist>
143170

144171
</sect3>
@@ -1116,6 +1143,14 @@
11161143
</para>
11171144
</listitem>
11181145

1146+
<listitem>
1147+
<para>
1148+
Allow PL/pgSQL to access <link
1149+
linkend="libpq-pqresulterrorfield">constraint violation
1150+
details</link> as separate fields (Pavel Stehule)
1151+
</para>
1152+
</listitem>
1153+
11191154
<listitem>
11201155
<para>
11211156
Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
@@ -1773,7 +1808,7 @@
17731808
<listitem>
17741809
<para>
17751810
Allow <application>pg_upgrade</> <option>--jobs</> to do
1776-
parallelism (Bruce Momjian)
1811+
parallelism (Bruce Momjian, Andrew Dunstan)
17771812
</para>
17781813

17791814
<para>

0 commit comments

Comments
 (0)