Update 9.5 release notes through today.
authorTom Lane
Mon, 3 Aug 2015 16:29:10 +0000 (12:29 -0400)
committerTom Lane
Mon, 3 Aug 2015 16:29:23 +0000 (12:29 -0400)
doc/src/sgml/release-9.5.sgml

index 0b12420aead07616322dd53e9524206dfa2dfa4f..722c8bd45227ba7850f0dca4e4556ea1dbae92b4 100644 (file)
@@ -7,7 +7,7 @@
   
    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)
      
     
 
@@ -1570,6 +1589,17 @@ FIXME: Add more specifics?
 
       
 
+       
+        Add an optional missing_ok argument to 
+        linkend="functions-admin-genfile-table">pg_read_file()
+        and related functions (Michael Paquier, Heikki Linnakangas)
+       
+      
+
+      
+
        
@@ -2168,6 +2198,17 @@ FIXME: Add more specifics?
        
       
 
+      
+
+       
+        Remove the long-ignored 
+        option from pg_dump, pg_dumpall,
+        and pg_restore (Fujii Masao)
+       
+      
+