doc: PG 14 relnote updates
authorBruce Momjian
Mon, 14 Jun 2021 20:03:18 +0000 (16:03 -0400)
committerBruce Momjian
Mon, 14 Jun 2021 20:03:18 +0000 (16:03 -0400)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210612034551[email protected]

doc/src/sgml/release-14.sgml

index c2d89412062c7483f07844327dd4dfbc4f611b59..395f91176fbab98f9f5d40937f00f9eee0364cfd 100644 (file)
@@ -676,7 +676,7 @@ Author: Peter Eisentraut 
 -->
 
       
-       Add Set Server Name Indication (SNI) for
+       Add Server Name Indication (SNI) for
        SSL connection packets (Peter Eisentraut)
       
 
@@ -729,7 +729,7 @@ Author: Peter Geoghegan 
 -->
 
        
-        Allow vacuum to deallocate space reserved by trailing unused heap
+        Allow vacuum to reclaim space used by unused trailing heap
         line pointers (Matthias van de Meent, Peter Geoghegan)
        
       
@@ -771,8 +771,8 @@ Author: Michael Paquier 
        
 
        
-        VACUUM
-        now has a PROCESS_TOAST which can be set to
+        VACUUM now
+        has a PROCESS_TOAST option which can be set to
         false to disable TOAST processing, and 
         linkend="app-vacuumdb">vacuumdb
         has a  option.
@@ -799,7 +799,7 @@ Author: Peter Geoghegan 
 -->
 
        
-        Cause vacuum operations to be aggressive if the table is near
+        Cause vacuum operations to be more aggressive if the table is near
         xid or multixact wraparound (Masahiko Sawada, Peter Geoghegan)
        
 
@@ -911,8 +911,7 @@ Author: Tom Lane 
 -->
 
        
-        Allow the arbitrary collations of partition boundary values
-        (Tom Lane)
+        Allow arbitrary collations of partition boundary values (Tom Lane)
        
 
        
@@ -1107,7 +1106,7 @@ Author: Michael Paquier 
        
 
        
-        Previously, if the object already exists,
+        Previously, if the object already existed,
         EXPLAIN would fail.
        
       
@@ -1504,7 +1503,7 @@ Author: Amit Kapila 
        
 
        
-        Function 
+        The function 
         linkend="monitoring-stats-functions">pg_stat_reset_replication_slot()
         resets slot statistics.
        
@@ -2050,7 +2049,7 @@ Author: Amit Kapila 
 -->
 
        
-        Generate WAL invalidations message during
+        Generate WAL invalidation messages during
         command completion when using logical replication (Dilip Kumar,
         Tomas Vondra, Amit Kapila)
        
@@ -2260,6 +2259,8 @@ Author: Thomas Munro 
 
 
       
@@ -2270,6 +2271,9 @@ Author: Michael Paquier 
 
       
        This is done by specifying a TABLESPACE clause.
+       A  option was also added to 
+       linkend="app-reindexdb">reindexdb
+       to control this.
       
      
 
@@ -2553,9 +2557,9 @@ Author: Tom Lane 
 -->
 
       
-       Add support for infinity and -infinity values
-       to the numeric data type
-       (Tom Lane)
+       Add support for infinity and
+       -infinity values to the 
+       linkend="datatype-numeric">numeric data type (Tom Lane)
       
 
       
@@ -3102,7 +3106,7 @@ Author: Tom Lane 
       
 
       
-       New options are read-only,
+       The new options are read-only,
        primarystandby, and
        prefer-standby.
       
@@ -3167,23 +3171,6 @@ Author: Michael Meskes 
      
 
-
-      
-       Allow 
-       linkend="app-reindexdb">reindexdb
-       to change the tablespace of the new index (Michael Paquier)
-      
-
-      
-       This is done by specifying .
-      
-     
-
-     
-
 
@@ -3525,69 +3512,69 @@ Author: Peter Eisentraut 
       
      
 
-     
+    
 
-  
+   
 
-  
-  Source Code
+   
+   Source Code
 
-  
+   
 
-    
+     
 
 
-      
-       Add configure option 
-       linkend="configure-options-features">--with-ssl={openssl}
-       to behave like  (Daniel Gustafsson,
-       Michael Paquier)
-      
+       
+        Add configure option 
+        linkend="configure-options-features">--with-ssl={openssl}
+        to behave like  (Daniel Gustafsson,
+        Michael Paquier)
+       
 
-      
-       The option  is kept for
-       compatibility.
-      
-     
+       
+        The option  is kept for
+        compatibility.
+       
+      
 
-     
+      
 
 
-      
-       Add support for abstract
-       Unix-domain sockets (Peter Eisentraut)
-      
+       
+        Add support for abstract
+        Unix-domain sockets (Peter Eisentraut)
+       
 
-      
-       This is currently supported on Linux
-       and Windows.
-      
-     
+       
+        This is currently supported on Linux
+        and Windows.
+       
+      
 
-     
+      
 
 
-      
-       Add 
-       to control cache overwriting (Craig Ringer)
-      
+       
+        Add 
+        to control cache overwriting (Craig Ringer)
+       
 
-      
-       Previously this could only be controlled at compile time and is
-       enabled only in assert builds.
-      
-     
+       
+        Previously this could only be controlled at compile time and is
+        enabled only in assert builds.
+       
+      
 
-     
+      
 
 
-      
-       Various improvements in valgrind
-       detection (Álvaro Herrera, Peter Geoghegan)
-      
-     
+       
+        Various improvements in valgrind
+        detection (Álvaro Herrera, Peter Geoghegan)
+       
+      
 
-     
+      
 
 
-      
-       Add a test module for the regular expression package (Tom Lane)
-      
-     
+       
+        Add a test module for the regular expression package (Tom Lane)
+       
+      
 
-     
+      
 
 
-      
-       Add support for LLVM version 12
-       (Andres Freund)
-      
-     
+       
+        Add support for LLVM version 12
+        (Andres Freund)
+       
+      
 
-     
+      
 
 
-      
-       Change SHA1, SHA2, and MD5 hash computations to use the
-       OpenSSL EVP API
-       (Michael Paquier)
-      
+       
+        Change SHA1, SHA2, and MD5 hash computations to use the
+        OpenSSL EVP API
+        (Michael Paquier)
+       
 
-      
-       This is more modern and supports FIPS mode.
-      
-     
+       
+        This is more modern and supports FIPS mode.
+       
+      
 
-     
+      
 
 
-      
-       Remove build control over the random library used (Daniel
-       Gustafsson)
-      
-     
+       
+        Remove build control over the random library used (Daniel
+        Gustafsson)
+       
+      
 
-     
+      
 
 
-      
-       Add direct conversion routines between EUC_TW and Big5 (Heikki
-       Linnakangas)
-      
-     
+       
+        Add direct conversion routines between EUC_TW and Big5 (Heikki
+        Linnakangas)
+       
+      
 
-     
+      
 
 
-      
-       Add collation versions for FreeBSD
-       (Thomas Munro)
-      
-     
+       
+        Add collation versions for FreeBSD
+        (Thomas Munro)
+       
+      
 
-     
+      
 
 
-      
-       Add 
-       linkend="index-api">amadjustmembers
-       to the index access method API (Tom Lane)
-      
+       
+        Add 
+        linkend="index-api">amadjustmembers
+        to the index access method API (Tom Lane)
+       
 
-      
-       REMOVE?
-      
-     
+       
+        REMOVE?
+       
+      
 
-    
+