Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecc2d16

Browse files
committed
Update 9.5 release notes through today.
1 parentc3cc844 commitecc2d16

File tree

1 file changed

+48
-7
lines changed

1 file changed

+48
-7
lines changed

‎doc/src/sgml/release-9.5.sgml

Lines changed: 48 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<note>
88
<title>Release Date</title>
99
<simpara>2015-??-??</simpara>
10-
<simpara>Current as of 2015-06-01</simpara>
10+
<simpara>Current as of 2015-08-03</simpara>
1111
</note>
1212

1313
<sect2>
@@ -144,6 +144,24 @@
144144

145145
<listitem>
146146
<!--
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+
<!--
147165
2014-11-05 [525a489] Tom Lane: Remove the last vestige of server-side autocomm..
148166
-->
149167
<para>
@@ -163,13 +181,14 @@
163181
</listitem>
164182

165183
<listitem>
184+
<!--
185+
2015-07-17 [89ddd29] Andrew..: Support JSON negative array subscripts everywh..
186+
-->
166187
<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)
173192
</para>
174193
</listitem>
175194

@@ -1570,6 +1589,17 @@ FIXME: Add more specifics?
15701589

15711590
<listitem>
15721591
<!--
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+
<!--
15731603
2015-03-10 [865f14a] Robert..: Allow named parameters to be specified using =>..
15741604
-->
15751605
<para>
@@ -2168,6 +2198,17 @@ FIXME: Add more specifics?
21682198
</para>
21692199
</listitem>
21702200

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+
21712212
</itemizedlist>
21722213

21732214
</sect4>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp