Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.
authorTom Lane
Sat, 7 May 2016 21:26:24 +0000 (17:26 -0400)
committerTom Lane
Sat, 7 May 2016 21:26:24 +0000 (17:26 -0400)
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.5.sgml

index 09811c1a4f157a42fd19b855b919040ab0b92f17..cf87c520d6c10f53f15e55ca0a7f26386ce0ac05 100644 (file)
@@ -1,6 +1,171 @@
 
 
 
+  Release 9.1.22
+
+  
+  Release Date
+  2016-05-12
+  
+
+  
+   This release contains a variety of fixes from 9.1.21.
+   For information about new features in the 9.1 major release, see
+   .
+  
+
+  
+   The PostgreSQL community will stop releasing updates
+   for the 9.1.X release series in September 2016.
+   Users are encouraged to update to a newer release branch soon.
+  
+
+  
+   Migration to Version 9.1.22
+
+   
+    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
+
+   
+
+    
+     
+      Clear the OpenSSL error queue before OpenSSL calls, rather than
+      assuming it's clear already; and make sure we leave it clear
+      afterwards (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
+     
+
+     
+      This change prevents 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.
+      Failures have been reported specifically when a client application
+      uses SSL connections in libpq concurrently with
+      SSL connections using the PHP, Python, or Ruby wrappers for OpenSSL.
+      It's possible for similar problems to arise within the server as well,
+      if an extension module establishes an outgoing SSL connection.
+     
+    
+
+    
+     
+      Fix failed to build any N-way joins
+      planner error with a full join enclosed in the right-hand side of a
+      left join (Tom Lane)
+     
+    
+
+    
+     
+      Fix possible misbehavior of TH, th,
+      and Y,YYY format codes in to_timestamp()
+      (Tom Lane)
+     
+
+     
+      These could advance off the end of the input string, causing subsequent
+      format codes to read garbage.
+     
+    
+
+    
+     
+      Fix dumping of rules and views in which the array
+      argument of a value operator
+      ANY (array) construct is a sub-SELECT
+      (Tom Lane)
+     
+    
+
+    
+     
+      Make pg_regress use a startup timeout from the
+      PGCTLTIMEOUT environment variable, if that's set (Tom Lane)
+     
+
+     
+      This is for consistency with a behavior recently added
+      to pg_ctl; it eases automated testing on slow machines.
+     
+    
+
+    
+     
+      Fix pg_upgrade to correctly restore extension
+      membership for operator families containing only one operator class
+      (Tom Lane)
+     
+
+     
+      In such a case, the operator family was restored into the new database,
+      but it was no longer marked as part of the extension.  This had no
+      immediate ill effects, but would cause later pg_dump
+      runs to emit output that would cause (harmless) errors on restore.
+     
+    
+
+    
+     
+      Rename internal function strtoi()
+      to strtoint() to avoid conflict with a NetBSD library
+      function (Thomas Munro)
+     
+    
+
+    
+     
+      Fix reporting of errors from bind()
+      and listen() system calls on Windows (Tom Lane)
+     
+    
+
+    
+     
+      Reduce verbosity of compiler output when building with Microsoft Visual
+      Studio (Christian Ullrich)
+     
+    
+
+    
+     
+      Avoid possibly-unsafe use of Windows' FormatMessage()
+      function (Christian Ullrich)
+     
+
+     
+      Use the FORMAT_MESSAGE_IGNORE_INSERTS flag where
+      appropriate.  No live bug is known to exist here, but it seems like a
+      good idea to be careful.
+     
+    
+
+    
+     
+      Update time zone data files to tzdata release 2016d
+      for DST law changes in Russia and Venezuela.  There are new zone
+      names Europe/Kirov and Asia/Tomsk to reflect
+      the fact that these regions now have different time zone histories from
+      adjacent regions.
+     
+    
+
+   
+
+  
+
  
   Release 9.1.21
 
index 95a7f23cc388b284b0f26036f59724e69be8d47f..cde1c4e7c75f4968541ab230cb176684a14d0faf 100644 (file)
@@ -1,6 +1,202 @@
 
 
 
+  Release 9.2.17
+
+  
+  Release Date
+  2016-05-12
+  
+
+  
+   This release contains a variety of fixes from 9.2.16.
+   For information about new features in the 9.2 major release, see
+   .
+  
+
+  
+   Migration to Version 9.2.17
+
+   
+    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
+
+   
+
+    
+     
+      Clear the OpenSSL error queue before OpenSSL calls, rather than
+      assuming it's clear already; and make sure we leave it clear
+      afterwards (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
+     
+
+     
+      This change prevents 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.
+      Failures have been reported specifically when a client application
+      uses SSL connections in libpq concurrently with
+      SSL connections using the PHP, Python, or Ruby wrappers for OpenSSL.
+      It's possible for similar problems to arise within the server as well,
+      if an extension module establishes an outgoing SSL connection.
+     
+    
+
+    
+     
+      Fix failed to build any N-way joins
+      planner error with a full join enclosed in the right-hand side of a
+      left join (Tom Lane)
+     
+    
+
+    
+     
+      Fix incorrect handling of equivalence-class tests in multilevel
+      nestloop plans (Tom Lane)
+     
+
+     
+      Given a three-or-more-way equivalence class of variables, such
+      as X.X = Y.Y = Z.Z, it was possible for the planner to omit
+      some of the tests needed to enforce that all the variables are actually
+      equal, leading to join rows being output that didn't satisfy
+      the WHERE clauses.  For various reasons, erroneous plans
+      were seldom selected in practice, so that this bug has gone undetected
+      for a long time.
+     
+    
+
+    
+     
+      Fix possible misbehavior of TH, th,
+      and Y,YYY format codes in to_timestamp()
+      (Tom Lane)
+     
+
+     
+      These could advance off the end of the input string, causing subsequent
+      format codes to read garbage.
+     
+    
+
+    
+     
+      Fix dumping of rules and views in which the array
+      argument of a value operator
+      ANY (array) construct is a sub-SELECT
+      (Tom Lane)
+     
+    
+
+    
+     
+      Make pg_regress use a startup timeout from the
+      PGCTLTIMEOUT environment variable, if that's set (Tom Lane)
+     
+
+     
+      This is for consistency with a behavior recently added
+      to pg_ctl; it eases automated testing on slow machines.
+     
+    
+
+    
+     
+      Fix pg_upgrade to correctly restore extension
+      membership for operator families containing only one operator class
+      (Tom Lane)
+     
+
+     
+      In such a case, the operator family was restored into the new database,
+      but it was no longer marked as part of the extension.  This had no
+      immediate ill effects, but would cause later pg_dump
+      runs to emit output that would cause (harmless) errors on restore.
+     
+    
+
+    
+     
+      Back-port 9.4-era memory-barrier code changes into 9.2 and 9.3 (Tom Lane)
+     
+
+     
+      These changes were not originally needed in pre-9.4 branches, but we
+      recently back-patched a fix that expected the barrier code to work
+      properly.  Only IA64 (when using icc), HPPA, and Alpha platforms are
+      affected.
+     
+    
+
+    
+     
+      Reduce the number of SysV semaphores used by a build configured with
+      
+     
+    
+
+    
+     
+      Rename internal function strtoi()
+      to strtoint() to avoid conflict with a NetBSD library
+      function (Thomas Munro)
+     
+    
+
+    
+     
+      Fix reporting of errors from bind()
+      and listen() system calls on Windows (Tom Lane)
+     
+    
+
+    
+     
+      Reduce verbosity of compiler output when building with Microsoft Visual
+      Studio (Christian Ullrich)
+     
+    
+
+    
+     
+      Avoid possibly-unsafe use of Windows' FormatMessage()
+      function (Christian Ullrich)
+     
+
+     
+      Use the FORMAT_MESSAGE_IGNORE_INSERTS flag where
+      appropriate.  No live bug is known to exist here, but it seems like a
+      good idea to be careful.
+     
+    
+
+    
+     
+      Update time zone data files to tzdata release 2016d
+      for DST law changes in Russia and Venezuela.  There are new zone
+      names Europe/Kirov and Asia/Tomsk to reflect
+      the fact that these regions now have different time zone histories from
+      adjacent regions.
+     
+    
+
+   
+
+  
+
  
   Release 9.2.16
 
index 9cb59b0cb346b26e1f2eba982c6228490be39938..77b5f80dcb09deb28a35e29a46db2b59a740d71a 100644 (file)
@@ -1,6 +1,236 @@
 
 
 
+  Release 9.3.13
+
+  
+  Release Date
+  2016-05-12
+  
+
+  
+   This release contains a variety of fixes from 9.3.12.
+   For information about new features in the 9.3 major release, see
+   .
+  
+
+  
+   Migration to Version 9.3.13
+
+   
+    A dump/restore is not required for those running 9.3.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.3.9,
+    see .
+   
+
+  
+
+  
+   Changes
+
+   
+
+    
+     
+      Clear the OpenSSL error queue before OpenSSL calls, rather than
+      assuming it's clear already; and make sure we leave it clear
+      afterwards (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
+     
+
+     
+      This change prevents 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.
+      Failures have been reported specifically when a client application
+      uses SSL connections in libpq concurrently with
+      SSL connections using the PHP, Python, or Ruby wrappers for OpenSSL.
+      It's possible for similar problems to arise within the server as well,
+      if an extension module establishes an outgoing SSL connection.
+     
+    
+
+    
+     
+      Fix failed to build any N-way joins
+      planner error with a full join enclosed in the right-hand side of a
+      left join (Tom Lane)
+     
+    
+
+    
+     
+      Fix incorrect handling of equivalence-class tests in multilevel
+      nestloop plans (Tom Lane)
+     
+
+     
+      Given a three-or-more-way equivalence class of variables, such
+      as X.X = Y.Y = Z.Z, it was possible for the planner to omit
+      some of the tests needed to enforce that all the variables are actually
+      equal, leading to join rows being output that didn't satisfy
+      the WHERE clauses.  For various reasons, erroneous plans
+      were seldom selected in practice, so that this bug has gone undetected
+      for a long time.
+     
+    
+
+    
+     
+      Fix possible misbehavior of TH, th,
+      and Y,YYY format codes in to_timestamp()
+      (Tom Lane)
+     
+
+     
+      These could advance off the end of the input string, causing subsequent
+      format codes to read garbage.
+     
+    
+
+    
+     
+      Fix dumping of rules and views in which the array
+      argument of a value operator
+      ANY (array) construct is a sub-SELECT
+      (Tom Lane)
+     
+    
+
+    
+     
+      Make pg_regress use a startup timeout from the
+      PGCTLTIMEOUT environment variable, if that's set (Tom Lane)
+     
+
+     
+      This is for consistency with a behavior recently added
+      to pg_ctl; it eases automated testing on slow machines.
+     
+    
+
+    
+     
+      Fix pg_upgrade to correctly restore extension
+      membership for operator families containing only one operator class
+      (Tom Lane)
+     
+
+     
+      In such a case, the operator family was restored into the new database,
+      but it was no longer marked as part of the extension.  This had no
+      immediate ill effects, but would cause later pg_dump
+      runs to emit output that would cause (harmless) errors on restore.
+     
+    
+
+    
+     
+      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, and instead do nothing in such cases;
+      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.
+     
+    
+
+    
+
+     
+      Back-port 9.4-era memory-barrier code changes into 9.2 and 9.3 (Tom Lane)
+     
+
+     
+      These changes were not originally needed in pre-9.4 branches, but we
+      recently back-patched a fix that expected the barrier code to work
+      properly.  Only IA64 (when using icc), HPPA, and Alpha platforms are
+      affected.
+     
+    
+
+    
+     
+      Reduce the number of SysV semaphores used by a build configured with
+      
+     
+    
+
+    
+     
+      Rename internal function strtoi()
+      to strtoint() to avoid conflict with a NetBSD library
+      function (Thomas Munro)
+     
+    
+
+    
+     
+      Fix reporting of errors from bind()
+      and listen() system calls on Windows (Tom Lane)
+     
+    
+
+    
+     
+      Reduce verbosity of compiler output when building with Microsoft Visual
+      Studio (Christian Ullrich)
+     
+    
+
+    
+     
+      Fix putenv() to work properly with Visual Studio 2013
+      (Michael Paquier)
+     
+    
+
+    
+     
+      Avoid possibly-unsafe use of Windows' FormatMessage()
+      function (Christian Ullrich)
+     
+
+     
+      Use the FORMAT_MESSAGE_IGNORE_INSERTS flag where
+      appropriate.  No live bug is known to exist here, but it seems like a
+      good idea to be careful.
+     
+    
+
+    
+     
+      Update time zone data files to tzdata release 2016d
+      for DST law changes in Russia and Venezuela.  There are new zone
+      names Europe/Kirov and Asia/Tomsk to reflect
+      the fact that these regions now have different time zone histories from
+      adjacent regions.
+     
+    
+
+   
+
+  
+
  
   Release 9.3.12
 
@@ -9689,7 +9919,7 @@ ALTER EXTENSION hstore UPDATE;
 
       
        
-        Remove src/tool/backend, now that the content is on
+        Remove src/tools/backend, now that the content is on
         the PostgreSQL wiki (Bruce Momjian)
        
       
index eb1b686535a40c300572a72ed51306fa2a32bb7d..3c0f4ab73627a8d738051b2e0bf0d1d75a96d07c 100644 (file)
@@ -1,6 +1,269 @@
 
 
 
+  Release 9.4.8
+
+  
+  Release Date
+  2016-05-12
+  
+
+  
+   This release contains a variety of fixes from 9.4.7.
+   For information about new features in the 9.4 major release, see
+   .
+  
+
+  
+   Migration to Version 9.4.8
+
+   
+    A dump/restore is not required for those running 9.4.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.4.6,
+    see .
+   
+  
+
+  
+   Changes
+
+   
+
+    
+     
+      Clear the OpenSSL error queue before OpenSSL calls, rather than
+      assuming it's clear already; and make sure we leave it clear
+      afterwards (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
+     
+
+     
+      This change prevents 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.
+      Failures have been reported specifically when a client application
+      uses SSL connections in libpq concurrently with
+      SSL connections using the PHP, Python, or Ruby wrappers for OpenSSL.
+      It's possible for similar problems to arise within the server as well,
+      if an extension module establishes an outgoing SSL connection.
+     
+    
+
+    
+     
+      Fix failed to build any N-way joins
+      planner error with a full join enclosed in the right-hand side of a
+      left join (Tom Lane)
+     
+    
+
+    
+     
+      Fix incorrect handling of equivalence-class tests in multilevel
+      nestloop plans (Tom Lane)
+     
+
+     
+      Given a three-or-more-way equivalence class of variables, such
+      as X.X = Y.Y = Z.Z, it was possible for the planner to omit
+      some of the tests needed to enforce that all the variables are actually
+      equal, leading to join rows being output that didn't satisfy
+      the WHERE clauses.  For various reasons, erroneous plans
+      were seldom selected in practice, so that this bug has gone undetected
+      for a long time.
+     
+    
+
+    
+     
+      Fix query-lifespan memory leak in GIN index scans (Julien Rouhaud)
+     
+    
+
+    
+     
+      Fix query-lifespan memory leak and potential index corruption hazard in
+      GIN index insertion (Tom Lane)
+     
+
+     
+      The memory leak would typically not amount to much in simple queries,
+      but it could be very substantial during a large GIN index build with
+      high maintenance_work_mem.
+     
+    
+
+    
+     
+      Fix possible misbehavior of TH, th,
+      and Y,YYY format codes in to_timestamp()
+      (Tom Lane)
+     
+
+     
+      These could advance off the end of the input string, causing subsequent
+      format codes to read garbage.
+     
+    
+
+    
+     
+      Fix dumping of rules and views in which the array
+      argument of a value operator
+      ANY (array) construct is a sub-SELECT
+      (Tom Lane)
+     
+    
+
+    
+     
+      Disallow newlines in ALTER SYSTEM parameter values
+      (Tom Lane)
+     
+
+     
+      The configuration-file parser doesn't support embedded newlines in
+      string literals, so we mustn't allow them in values to be inserted
+      by ALTER SYSTEM.
+     
+    
+
+    
+     
+      Fix ALTER TABLE ... REPLICA IDENTITY USING INDEX to
+      work properly if an index on OID is selected (David Rowley)
+     
+    
+
+    
+     
+      Fix crash in logical decoding on alignment-picky platforms (Tom Lane,
+      Andres Freund)
+     
+
+     
+      The failure occurred only with a transaction large enough to spill to
+      disk and a primary-key change within that transaction.
+     
+    
+
+    
+     
+      Avoid repeated requests for feedback from receiver while shutting down
+      walsender (Nick Cleaton)
+     
+    
+
+    
+     
+      Make pg_regress use a startup timeout from the
+      PGCTLTIMEOUT environment variable, if that's set (Tom Lane)
+     
+
+     
+      This is for consistency with a behavior recently added
+      to pg_ctl; it eases automated testing on slow machines.
+     
+    
+
+    
+     
+      Fix pg_upgrade to correctly restore extension
+      membership for operator families containing only one operator class
+      (Tom Lane)
+     
+
+     
+      In such a case, the operator family was restored into the new database,
+      but it was no longer marked as part of the extension.  This had no
+      immediate ill effects, but would cause later pg_dump
+      runs to emit output that would cause (harmless) errors on restore.
+     
+    
+
+    
+     
+      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, and instead do nothing in such cases;
+      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.
+     
+    
+
+    
+     
+      Reduce the number of SysV semaphores used by a build configured with
+      
+     
+    
+
+    
+     
+      Rename internal function strtoi()
+      to strtoint() to avoid conflict with a NetBSD library
+      function (Thomas Munro)
+     
+    
+
+    
+     
+      Fix reporting of errors from bind()
+      and listen() system calls on Windows (Tom Lane)
+     
+    
+
+    
+     
+      Reduce verbosity of compiler output when building with Microsoft Visual
+      Studio (Christian Ullrich)
+     
+    
+
+    
+     
+      Fix putenv() to work properly with Visual Studio 2013
+      (Michael Paquier)
+     
+    
+
+    
+     
+      Avoid possibly-unsafe use of Windows' FormatMessage()
+      function (Christian Ullrich)
+     
+
+     
+      Use the FORMAT_MESSAGE_IGNORE_INSERTS flag where
+      appropriate.  No live bug is known to exist here, but it seems like a
+      good idea to be careful.
+     
+    
+
+    
+     
+      Update time zone data files to tzdata release 2016d
+      for DST law changes in Russia and Venezuela.  There are new zone
+      names Europe/Kirov and Asia/Tomsk to reflect
+      the fact that these regions now have different time zone histories from
+      adjacent regions.
+     
+    
+
+   
+
+  
+
  
   Release 9.4.7
 
index a66b4fcfcfbd3b1bb0efae774a15edec5300a1c2..abde4064b26a5a04433e8c01d2697011d5d46d09 100644 (file)
@@ -1,6 +1,507 @@
 
 
 
+  Release 9.5.3
+
+  
+  Release Date
+  2016-05-12
+  
+
+  
+   This release contains a variety of fixes from 9.5.2.
+   For information about new features in the 9.5 major release, see
+   .
+  
+
+  
+   Migration to Version 9.5.3
+
+   
+    A dump/restore is not required for those running 9.5.X.
+   
+
+   
+    However, if you are upgrading from a version earlier than 9.5.2,
+    see .
+   
+  
+
+  
+   Changes
+
+   
+
+    
+
+     
+      Clear the OpenSSL error queue before OpenSSL calls, rather than
+      assuming it's clear already; and make sure we leave it clear
+      afterwards (Peter Geoghegan, Dave Vitek, Peter Eisentraut)
+     
+
+     
+      This change prevents 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.
+      Failures have been reported specifically when a client application
+      uses SSL connections in libpq concurrently with
+      SSL connections using the PHP, Python, or Ruby wrappers for OpenSSL.
+      It's possible for similar problems to arise within the server as well,
+      if an extension module establishes an outgoing SSL connection.
+     
+    
+
+    
+
+     
+      Fix failed to build any N-way joins
+      planner error with a full join enclosed in the right-hand side of a
+      left join (Tom Lane)
+     
+    
+
+    
+
+     
+      Fix incorrect handling of equivalence-class tests in multilevel
+      nestloop plans (Tom Lane)
+     
+
+     
+      Given a three-or-more-way equivalence class of variables, such
+      as X.X = Y.Y = Z.Z, it was possible for the planner to omit
+      some of the tests needed to enforce that all the variables are actually
+      equal, leading to join rows being output that didn't satisfy
+      the WHERE clauses.  For various reasons, erroneous plans
+      were seldom selected in practice, so that this bug has gone undetected
+      for a long time.
+     
+    
+
+    
+
+     
+      Fix corner-case parser failures occurring
+      when  is turned on
+      (Tom Lane)
+     
+
+     
+      An example is that SELECT (ARRAY[])::text[] gave an error,
+      though it worked without the parentheses.
+     
+    
+
+    
+
+     
+      Fix query-lifespan memory leak in GIN index scans (Julien Rouhaud)
+     
+    
+
+    
+
+     
+      Fix query-lifespan memory leak and potential index corruption hazard in
+      GIN index insertion (Tom Lane)
+     
+
+     
+      The memory leak would typically not amount to much in simple queries,
+      but it could be very substantial during a large GIN index build with
+      high maintenance_work_mem.
+     
+    
+
+    
+
+     
+      Fix possible misbehavior of TH, th,
+      and Y,YYY format codes in to_timestamp()
+      (Tom Lane)
+     
+
+     
+      These could advance off the end of the input string, causing subsequent
+      format codes to read garbage.
+     
+    
+
+    
+
+     
+      Fix dumping of rules and views in which the array
+      argument of a value operator
+      ANY (array) construct is a sub-SELECT
+      (Tom Lane)
+     
+    
+
+    
+
+     
+      Disallow newlines in ALTER SYSTEM parameter values
+      (Tom Lane)
+     
+
+     
+      The configuration-file parser doesn't support embedded newlines in
+      string literals, so we mustn't allow them in values to be inserted
+      by ALTER SYSTEM.
+     
+    
+
+    
+
+     
+      Fix ALTER TABLE ... REPLICA IDENTITY USING INDEX to
+      work properly if an index on OID is selected (David Rowley)
+     
+    
+
+    
+
+     
+      Avoid possible misbehavior after failing to remove a tablespace symlink
+      (Tom Lane)
+     
+    
+
+    
+
+     
+      Fix crash in logical decoding on alignment-picky platforms (Tom Lane,
+      Andres Freund)
+     
+
+     
+      The failure occurred only with a transaction large enough to spill to
+      disk and a primary-key change within that transaction.
+     
+    
+
+    
+
+     
+      Avoid repeated requests for feedback from receiver while shutting down
+      walsender (Nick Cleaton)
+     
+    
+
+    
+
+     
+      Make pg_regress use a startup timeout from the
+      PGCTLTIMEOUT environment variable, if that's set (Tom Lane)
+     
+
+     
+      This is for consistency with a behavior recently added
+      to pg_ctl; it eases automated testing on slow machines.
+     
+    
+
+    
+
+     
+      Fix pg_upgrade to correctly restore extension
+      membership for operator families containing only one operator class
+      (Tom Lane)
+     
+
+     
+      In such a case, the operator family was restored into the new database,
+      but it was no longer marked as part of the extension.  This had no
+      immediate ill effects, but would cause later pg_dump
+      runs to emit output that would cause (harmless) errors on restore.
+     
+    
+
+    
+
+     
+      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, and instead do nothing in such cases;
+      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.
+     
+    
+
+    
+
+     
+      Fix atomic operations for PPC when using IBM's XLC compiler (Noah Misch)
+     
+    
+
+    
+
+     
+      Reduce the number of SysV semaphores used by a build configured with
+      
+     
+    
+
+    
+
+     
+      Rename internal function strtoi()
+      to strtoint() to avoid conflict with a NetBSD library
+      function (Thomas Munro)
+     
+    
+
+    
+
+     
+      Fix reporting of errors from bind()
+      and listen() system calls on Windows (Tom Lane)
+     
+    
+
+    
+
+     
+      Reduce verbosity of compiler output when building with Microsoft Visual
+      Studio (Christian Ullrich)
+     
+    
+
+    
+
+     
+      Support building with Visual Studio 2015
+      (Michael Paquier, Petr Jelínek)
+     
+
+     
+      Note that builds made with VS2015 will not run on Windows versions
+      before Windows Vista.
+     
+    
+
+    
+
+     
+      Fix putenv() to work properly with Visual Studio 2013
+      (Michael Paquier)
+     
+    
+
+    
+
+     
+      Avoid possibly-unsafe use of Windows' FormatMessage()
+      function (Christian Ullrich)
+     
+
+     
+      Use the FORMAT_MESSAGE_IGNORE_INSERTS flag where
+      appropriate.  No live bug is known to exist here, but it seems like a
+      good idea to be careful.
+     
+    
+
+    
+
+     
+      Update time zone data files to tzdata release 2016d
+      for DST law changes in Russia and Venezuela.  There are new zone
+      names Europe/Kirov and Asia/Tomsk to reflect
+      the fact that these regions now have different time zone histories from
+      adjacent regions.
+     
+    
+
+   
+
+  
+
  
   Release 9.5.2
 
@@ -3401,7 +3902,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list.
         
          psql now fails if the file specified by
          an 
-         written (Tom Lane, Daniel Verite)
+         written (Tom Lane, Daniel Vérité)