From ecc2d16bc97d160d3b4beecfc46676bbaaf157a5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 3 Aug 2015 12:29:10 -0400 Subject: [PATCH] Update 9.5 release notes through today. --- doc/src/sgml/release-9.5.sgml | 55 ++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 7 deletions(-) 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 Date 2015-??-?? - 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 + +