|
6 | 6 |
|
7 | 7 | <note>
|
8 | 8 | <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> |
10 | 10 | </note>
|
11 | 11 |
|
12 | 12 | <sect2>
|
|
139 | 139 | </para>
|
140 | 140 | </listitem>
|
141 | 141 |
|
| 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 | + |
142 | 169 | </itemizedlist>
|
143 | 170 |
|
144 | 171 | </sect3>
|
|
1116 | 1143 | </para>
|
1117 | 1144 | </listitem>
|
1118 | 1145 |
|
| 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 | + |
1119 | 1154 | <listitem>
|
1120 | 1155 | <para>
|
1121 | 1156 | Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
|
|
1773 | 1808 | <listitem>
|
1774 | 1809 | <para>
|
1775 | 1810 | Allow <application>pg_upgrade</> <option>--jobs</> to do
|
1776 |
| - parallelism (Bruce Momjian) |
| 1811 | + parallelism (Bruce Momjian, Andrew Dunstan) |
1777 | 1812 | </para>
|
1778 | 1813 |
|
1779 | 1814 | <para>
|
|