File tree Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change 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>
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>
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)
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>
You can’t perform that action at this time.
0 commit comments