diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index 0b12420aea..722c8bd452 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -7,7 +7,7 @@
Release Date2015-??-??
- Current as of 2015-06-01
+ Current as of 2015-08-03
@@ -144,6 +144,24 @@
+
+ Remove server configuration
+ parameter ssl_renegotiation_limit>, which was deprecated
+ in earlier releases (Andres Freund)
+
+
+
+ While SSL renegotiation is a good idea in theory, it has caused enough
+ bugs to be considered a net negative in practice, and it is due to be
+ removed from future versions of the relevant standards. We have
+ therefore removed support for it from PostgreSQL>.
+
+
+
+
+
@@ -163,13 +181,14 @@
+
- Allow json> and jsonb> extraction operators to
- accept negative subscripts, which count from the end of JSON
- arrays. Historically, these operators yielded NULL>
- in the event of a negative subscript, because negative
- subscripts were considered invalid. (Peter Geoghegan, Andrew
- Dunstan)
+ Allow json> and jsonb> array extraction operators to
+ accept negative subscripts, which count from the end of JSON arrays.
+ Previously, these operators returned NULL> for negative
+ subscripts. (Peter Geoghegan, Andrew Dunstan)
@@ -1570,6 +1589,17 @@ FIXME: Add more specifics?
+
+ Add an optional missing_ok> argument to pg_read_file()>>
+ and related functions (Michael Paquier, Heikki Linnakangas)
+
+
+
+
+
@@ -2168,6 +2198,17 @@ FIXME: Add more specifics?
+
+
+
+ Remove the long-ignored
+
+