Release Date
2015-??-??
- Current as of 2015-06-01
+ Current as of 2015-08-03
+ 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>.
+
+
+
+
+
+
- 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)
+ Add an optional
missing_ok> argument to
+ linkend="functions-admin-genfile-table">pg_read_file()>>
+ and related functions (Michael Paquier, Heikki Linnakangas)
+
+
+
+
+
+
+
+ Remove the long-ignored
+ option from
pg_dump>, pg_dumpall>,
+ and
pg_restore> (Fujii Masao)
+
+
+