Update back-branch release notes for the last few commits.
authorTom Lane
Sat, 7 May 2016 04:51:27 +0000 (00:51 -0400)
committerTom Lane
Sat, 7 May 2016 04:51:27 +0000 (00:51 -0400)
OpenSSL error queue fix no longer needs to be documented under 9.6.

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

index 98aef4f9fe2f0638c54c5d075e2178ec2a2c12d6..d4a49cc3802cc62c9130fb6d0d61ed1271e09abd 100644 (file)
 
     
 
+     
+      Clear the OpenSSL error queue before OpenSSL calls, rather than
+      assuming it's clear already; and make sure we leave it clear
+      (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
+     
+
+     
+      This avoids problems when there are multiple connections using
+      OpenSSL within a single process and not all the code involved
+      follows the same rules for when to clear the error queue.
+      While the problem is worse for libpq, it's
+      possible for it to arise within the server as well.
+     
+    
+
+    
+
+     
+      Fix pg_upgrade to not fail when new-cluster TOAST rules
+      differ from old (Tom Lane)
+     
+
+     
+      pg_upgrade had special-case code to handle the
+      situation where the new PostgreSQL version thinks that
+      a table should have a TOAST table while the old version did not.  That
+      code was broken, so remove it; there seems no reason to believe that we
+      can't get along fine without a TOAST table if that was okay according
+      to the old version's rules.
+     
+    
+
+    
+
-       
-        Clear the OpenSSL error queue before OpenSSL calls, rather than
-        assuming it's clear already; and make sure we leave it clear
-        (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
-       
-
-       
-        This avoids problems when there are multiple connections using
-        OpenSSL within a single process and not all the code involved
-        follows the same rules for when to clear the error queue.
-        While the problem is worse for libpq, it's
-        possible for it to arise within the server as well.
-       
-      
-