|
7 | 7 | <note> |
8 | 8 | <title>Release Date</title> |
9 | 9 | <simpara>2015-??-??</simpara> |
10 | | - <simpara>Current as of 2015-06-01</simpara> |
| 10 | + <simpara>Current as of 2015-08-03</simpara> |
11 | 11 | </note> |
12 | 12 |
|
13 | 13 | <sect2> |
|
144 | 144 |
|
145 | 145 | <listitem> |
146 | 146 | <!-- |
| 147 | +2015-07-28 [6087d95] Andres..: Remove ssl renegotiation support. |
| 148 | +--> |
| 149 | + <para> |
| 150 | + Remove server configuration |
| 151 | + parameter <varname>ssl_renegotiation_limit</>, which was deprecated |
| 152 | + in earlier releases (Andres Freund) |
| 153 | + </para> |
| 154 | + |
| 155 | + <para> |
| 156 | + While SSL renegotiation is a good idea in theory, it has caused enough |
| 157 | + bugs to be considered a net negative in practice, and it is due to be |
| 158 | + removed from future versions of the relevant standards. We have |
| 159 | + therefore removed support for it from <productname>PostgreSQL</>. |
| 160 | + </para> |
| 161 | + </listitem> |
| 162 | + |
| 163 | + <listitem> |
| 164 | +<!-- |
147 | 165 | 2014-11-05 [525a489] Tom Lane: Remove the last vestige of server-side autocomm.. |
148 | 166 | --> |
149 | 167 | <para> |
|
163 | 181 | </listitem> |
164 | 182 |
|
165 | 183 | <listitem> |
| 184 | +<!-- |
| 185 | +2015-07-17 [89ddd29] Andrew..: Support JSON negative array subscripts everywh.. |
| 186 | +--> |
166 | 187 | <para> |
167 | | - Allow <type>json</> and <type>jsonb</> extraction operators to |
168 | | - accept negative subscripts, which count from the end of JSON |
169 | | - arrays. Historically, these operators yielded <literal>NULL</> |
170 | | - in the event of a negative subscript, because negative |
171 | | - subscripts were considered invalid. (Peter Geoghegan, Andrew |
172 | | - Dunstan) |
| 188 | + Allow <type>json</> and <type>jsonb</> array extraction operators to |
| 189 | + accept negative subscripts, which count from the end of JSON arrays. |
| 190 | + Previously, these operators returned <literal>NULL</> for negative |
| 191 | + subscripts. (Peter Geoghegan, Andrew Dunstan) |
173 | 192 | </para> |
174 | 193 | </listitem> |
175 | 194 |
|
@@ -1570,6 +1589,17 @@ FIXME: Add more specifics? |
1570 | 1589 |
|
1571 | 1590 | <listitem> |
1572 | 1591 | <!-- |
| 1592 | +2015-06-28 [cb2acb1] Heikki..: Add missing_ok option to the SQL functions for.. |
| 1593 | +--> |
| 1594 | + <para> |
| 1595 | + Add an optional <replaceable>missing_ok</> argument to <link |
| 1596 | + linkend="functions-admin-genfile-table"><function>pg_read_file()</></> |
| 1597 | + and related functions (Michael Paquier, Heikki Linnakangas) |
| 1598 | + </para> |
| 1599 | + </listitem> |
| 1600 | + |
| 1601 | + <listitem> |
| 1602 | +<!-- |
1573 | 1603 | 2015-03-10 [865f14a] Robert..: Allow named parameters to be specified using =>.. |
1574 | 1604 | --> |
1575 | 1605 | <para> |
@@ -2168,6 +2198,17 @@ FIXME: Add more specifics? |
2168 | 2198 | </para> |
2169 | 2199 | </listitem> |
2170 | 2200 |
|
| 2201 | + <listitem> |
| 2202 | +<!-- |
| 2203 | +2015-06-04 [232cd63] Fujii ..: Remove -i/-ignore-version option from pg_dump.. |
| 2204 | +--> |
| 2205 | + <para> |
| 2206 | + Remove the long-ignored <option>-i</>/<option>--ignore-version</> |
| 2207 | + option from <application>pg_dump</>, <application>pg_dumpall</>, |
| 2208 | + and <application>pg_restore</> (Fujii Masao) |
| 2209 | + </para> |
| 2210 | + </listitem> |
| 2211 | + |
2171 | 2212 | </itemizedlist> |
2172 | 2213 |
|
2173 | 2214 | </sect4> |
|
0 commit comments