Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.
authorTom Lane
Mon, 1 Jun 2015 17:27:43 +0000 (13:27 -0400)
committerTom Lane
Mon, 1 Jun 2015 17:27:43 +0000 (13:27 -0400)
Also sneak entries for commits 97ff2a564 et al into the sections for
the previous releases in the relevant branches.  Those fixes did go out
in the previous releases, but missed getting documented.

doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml

index 9794b5b3b76ec4eaab0b8bdb3d5f7d8a7f397718..80cd1c43cdcc4c944d29a9eb9a1e064c9711c647 100644 (file)
@@ -1,6 +1,100 @@
 
 
 
+  Release 9.0.21
+
+  
+  Release Date
+  2015-06-04
+  
+
+  
+   This release contains a small number of fixes from 9.0.20.
+   For information about new features in the 9.0 major release, see
+   .
+  
+
+  
+   The PostgreSQL community will stop releasing updates
+   for the 9.0.X release series in September 2015.
+   Users are encouraged to update to a newer release branch soon.
+  
+
+  
+   Migration to Version 9.0.21
+
+   
+    A dump/restore is not required for those running 9.0.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.0.18,
+    see .
+   
+
+  
+
+  
+   Changes
+
+   
+
+    
+     
+      Avoid failures while fsync'ing data directory during
+      crash restart (Abhijit Menon-Sen, Tom Lane)
+     
+
+     
+      In the previous minor releases we added a patch to fsync
+      everything in the data directory after a crash.  Unfortunately its
+      response to any error condition was to fail, thereby preventing the
+      server from starting up, even when the problem was quite harmless.
+      An example is that an unwritable file in the data directory would
+      prevent restart on some platforms; but it is common to make SSL
+      certificate files unwritable by the server.  Revise this behavior so
+      that permissions failures are ignored altogether, and other types of
+      failures are logged but do not prevent continuing.
+     
+    
+
+    
+     
+      Remove configure's check prohibiting linking to a
+      threaded libpython
+      on OpenBSD (Tom Lane)
+     
+
+     
+      The failure this restriction was meant to prevent seems to not be a
+      problem anymore on current OpenBSD
+      versions.
+     
+    
+
+    
+     
+      Allow libpq to use TLS protocol versions beyond v1
+      (Noah Misch)
+     
+
+     
+      For a long time, libpq was coded so that the only SSL
+      protocol it would allow was TLS v1.  Now that newer TLS versions are
+      becoming popular, allow it to negotiate the highest commonly-supported
+      TLS version with the server.  (PostgreSQL servers were
+      already capable of such negotiation, so no change is needed on the
+      server side.)  This is a back-patch of a change already released in
+      9.4.0.
+     
+    
+
+   
+
+  
+
  
   Release 9.0.20
 
      
     
 
+    
+     
+      Avoid cannot GetMultiXactIdMembers() during recovery error
+      (Álvaro Herrera)
+     
+    
+
     
      
       Recursively fsync() the data directory after a crash
index f6c0d1315769cd78b685544dd2876f87d62f2c00..8306cfab0394444ee02ceb5c535ba1bd7d013f54 100644 (file)
@@ -1,6 +1,94 @@
 
 
 
+  Release 9.1.17
+
+  
+  Release Date
+  2015-06-04
+  
+
+  
+   This release contains a small number of fixes from 9.1.16.
+   For information about new features in the 9.1 major release, see
+   .
+  
+
+  
+   Migration to Version 9.1.17
+
+   
+    A dump/restore is not required for those running 9.1.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.1.16,
+    see .
+   
+
+  
+
+  
+   Changes
+
+   
+
+    
+     
+      Avoid failures while fsync'ing data directory during
+      crash restart (Abhijit Menon-Sen, Tom Lane)
+     
+
+     
+      In the previous minor releases we added a patch to fsync
+      everything in the data directory after a crash.  Unfortunately its
+      response to any error condition was to fail, thereby preventing the
+      server from starting up, even when the problem was quite harmless.
+      An example is that an unwritable file in the data directory would
+      prevent restart on some platforms; but it is common to make SSL
+      certificate files unwritable by the server.  Revise this behavior so
+      that permissions failures are ignored altogether, and other types of
+      failures are logged but do not prevent continuing.
+     
+    
+
+    
+     
+      Remove configure's check prohibiting linking to a
+      threaded libpython
+      on OpenBSD (Tom Lane)
+     
+
+     
+      The failure this restriction was meant to prevent seems to not be a
+      problem anymore on current OpenBSD
+      versions.
+     
+    
+
+    
+     
+      Allow libpq to use TLS protocol versions beyond v1
+      (Noah Misch)
+     
+
+     
+      For a long time, libpq was coded so that the only SSL
+      protocol it would allow was TLS v1.  Now that newer TLS versions are
+      becoming popular, allow it to negotiate the highest commonly-supported
+      TLS version with the server.  (PostgreSQL servers were
+      already capable of such negotiation, so no change is needed on the
+      server side.)  This is a back-patch of a change already released in
+      9.4.0.
+     
+    
+
+   
+
+  
+
  
   Release 9.1.16
 
      
     
 
+    
+     
+      Avoid cannot GetMultiXactIdMembers() during recovery error
+      (Álvaro Herrera)
+     
+    
+
     
      
       Recursively fsync() the data directory after a crash
index 168a387d345c0d37508a92877d9466b3abeb0e3f..ef4ce98e5385c4a553d923ffd623c7616f04487e 100644 (file)
@@ -1,6 +1,101 @@
 
 
 
+  Release 9.2.12
+
+  
+  Release Date
+  2015-06-04
+  
+
+  
+   This release contains a small number of fixes from 9.2.11.
+   For information about new features in the 9.2 major release, see
+   .
+  
+
+  
+   Migration to Version 9.2.12
+
+   
+    A dump/restore is not required for those running 9.2.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.2.11,
+    see .
+   
+
+  
+
+  
+   Changes
+
+   
+
+    
+     
+      Avoid failures while fsync'ing data directory during
+      crash restart (Abhijit Menon-Sen, Tom Lane)
+     
+
+     
+      In the previous minor releases we added a patch to fsync
+      everything in the data directory after a crash.  Unfortunately its
+      response to any error condition was to fail, thereby preventing the
+      server from starting up, even when the problem was quite harmless.
+      An example is that an unwritable file in the data directory would
+      prevent restart on some platforms; but it is common to make SSL
+      certificate files unwritable by the server.  Revise this behavior so
+      that permissions failures are ignored altogether, and other types of
+      failures are logged but do not prevent continuing.
+     
+    
+
+    
+     
+      Fix pg_get_functiondef() to show
+      functions' LEAKPROOF property, if set (Jeevan Chalke)
+     
+    
+
+    
+     
+      Remove configure's check prohibiting linking to a
+      threaded libpython
+      on OpenBSD (Tom Lane)
+     
+
+     
+      The failure this restriction was meant to prevent seems to not be a
+      problem anymore on current OpenBSD
+      versions.
+     
+    
+
+    
+     
+      Allow libpq to use TLS protocol versions beyond v1
+      (Noah Misch)
+     
+
+     
+      For a long time, libpq was coded so that the only SSL
+      protocol it would allow was TLS v1.  Now that newer TLS versions are
+      becoming popular, allow it to negotiate the highest commonly-supported
+      TLS version with the server.  (PostgreSQL servers were
+      already capable of such negotiation, so no change is needed on the
+      server side.)  This is a back-patch of a change already released in
+      9.4.0.
+     
+    
+
+   
+
+  
+
  
   Release 9.2.11
 
      
     
 
+
+
+    
+     
+      Avoid cannot GetMultiXactIdMembers() during recovery error
+      (Álvaro Herrera)
+     
+    
+
     
      
       Recursively fsync() the data directory after a crash
index 38f3354bd8fcad2500d39d081891bbe610f812f2..8f1bc7e1472d51ae5929c5e424d583332be3345e 100644 (file)
@@ -1,6 +1,114 @@
 
 
 
+  Release 9.3.8
+
+  
+  Release Date
+  2015-06-04
+  
+
+  
+   This release contains a small number of fixes from 9.3.7.
+   For information about new features in the 9.3 major release, see
+   .
+  
+
+  
+   Migration to Version 9.3.8
+
+   
+    A dump/restore is not required for those running 9.3.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.3.7,
+    see .
+   
+
+  
+
+  
+   Changes
+
+   
+
+    
+     
+      Avoid failures while fsync'ing data directory during
+      crash restart (Abhijit Menon-Sen, Tom Lane)
+     
+
+     
+      In the previous minor releases we added a patch to fsync
+      everything in the data directory after a crash.  Unfortunately its
+      response to any error condition was to fail, thereby preventing the
+      server from starting up, even when the problem was quite harmless.
+      An example is that an unwritable file in the data directory would
+      prevent restart on some platforms; but it is common to make SSL
+      certificate files unwritable by the server.  Revise this behavior so
+      that permissions failures are ignored altogether, and other types of
+      failures are logged but do not prevent continuing.
+     
+
+     
+      Also apply the same rules in initdb --sync-only.
+      This case is less critical but it should act similarly.
+     
+    
+
+    
+     
+      Fix pg_get_functiondef() to show
+      functions' LEAKPROOF property, if set (Jeevan Chalke)
+     
+    
+
+    
+     
+      Remove configure's check prohibiting linking to a
+      threaded libpython
+      on OpenBSD (Tom Lane)
+     
+
+     
+      The failure this restriction was meant to prevent seems to not be a
+      problem anymore on current OpenBSD
+      versions.
+     
+    
+
+
+
+    
+     
+      Allow libpq to use TLS protocol versions beyond v1
+      (Noah Misch)
+     
+
+     
+      For a long time, libpq was coded so that the only SSL
+      protocol it would allow was TLS v1.  Now that newer TLS versions are
+      becoming popular, allow it to negotiate the highest commonly-supported
+      TLS version with the server.  (PostgreSQL servers were
+      already capable of such negotiation, so no change is needed on the
+      server side.)  This is a back-patch of a change already released in
+      9.4.0.
+     
+    
+
+   
+
+  
+
  
   Release 9.3.7