doc: Improve PG14 release notes
authorBruce Momjian
Tue, 29 Jun 2021 00:58:47 +0000 (20:58 -0400)
committerBruce Momjian
Tue, 29 Jun 2021 00:58:47 +0000 (20:58 -0400)
Mostly markup improvements.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210625230456[email protected]

Backpatch-through: 14 only

doc/src/sgml/release-14.sgml

index 000f4e64c42d9885dff1c044048a27d9ee2aa8f2..ebfe76b8cdf77f35ce1123d9f8283046bdc8418d 100644 (file)
@@ -194,9 +194,9 @@ Author: Michael Paquier 
      
 
      
-      This was already disabled by default in previous Postgres releases,
-      and most modern OpenSSL and TLS versions no
-      longer support it.
+      This was already disabled by default in previous
+      PostgreSQL releases, and most modern
+      OpenSSL and TLS versions no longer support it.
      
     
 
@@ -213,7 +213,8 @@ Author: Heikki Linnakangas 
      
 
      
-      This was last used as the default in Postgres 7.3 (year 2002).
+      This was last used as the default in
+      PostgreSQL 7.3 (year 2002).
      
     
 
@@ -231,7 +232,7 @@ Author: Peter Eisentraut 
 
      
       EXTRACT(date) now throws an error for units
-      that are not part of the date data type.
+      that are not part of the date data type.
      
     
 
@@ -395,7 +396,8 @@ Author: Tom Lane 
 -->
 
      
-      Improve handling of regular expression back-references (Tom Lane)
+      Improve handling of regular expression 
+      linkend="posix-escape-sequences">back-references (Tom Lane)
      
 
      
@@ -430,7 +432,7 @@ Author: Tom Lane 
 
      
       Require custom server
-      variable names to use only character which are valid for
+      variable names to use only characters which are valid for
       unquoted SQL identifiers (Tom Lane)
      
     
@@ -481,7 +483,7 @@ Author: Tom Lane 
 -->
 
      
-      Pass doubled quote marks in <xref linkend="ecpg"/>
+      Pass doubled quote marks in <link linkend="ecpg">ecpg>
       SQL command strings literally (Tom Lane)
      
 
@@ -1164,7 +1166,8 @@ Author: David Rowley 
 
        
         This is useful if only a small percentage of rows is checked on
-        the inner side.
+        the inner side and is controlled by 
+        linkend="guc-enable-resultcache"/>.
        
       
 
@@ -1211,7 +1214,7 @@ Author: Etsuro Fujita 
        
 
        
-        The 
+        
         linkend="postgres-fdw">postgres_fdw
         supports these type of scans if async_capable
         is set.
@@ -1614,8 +1617,9 @@ Author: Peter Eisentraut 
 
        
         This is controlled by server variable 
-        linkend="guc-ssl-crl-dir"/> and libpq connection option sslcrldir.
-        Previously only CRL files could be specified.
+        linkend="guc-ssl-crl-dir"/> and libpq connection option
+        .  Previously only
+        CRL files could be specified.
        
       
 
@@ -1859,8 +1863,9 @@ Author: Thomas Munro 
       
 
       
-       By default, Postgres opens and fsyncs every data file
-       at the start of crash recovery.  This new setting, 
+       By default, PostgreSQL
+       opens and fsyncs every data file at the
+       start of crash recovery.  This new setting, 
        linkend="guc-recovery-init-sync-method"/>=syncfs,
        instead syncs each filesystem used by the database cluster.
        This allows for faster recovery on systems with many database files.
@@ -2784,7 +2789,7 @@ Author: Peter Eisentraut 
       
 
       
-       This is similar to how Unicode can be specified in literal string.
+       This is similar to how Unicode can be specified in literal strings.
       
      
 
@@ -2868,7 +2873,7 @@ Author: Peter Eisentraut 
        The new syntax is SUBSTRING(text SIMILAR pattern ESCAPE
        escapechar).  The previous standard syntax was
        SUBSTRING(text FROM pattern FOR escapechar),
-       and is still supported by Postgres.
+       and is still supported by PostgreSQL.
       
      
 
@@ -2894,7 +2899,7 @@ Author: Tom Lane 
       
        Add 
        linkend="posix-escape-sequences">[[:word:]]
-       as a character class to match \w (Tom Lane)
+       as a character class to match \w (Tom Lane)
       
      
 
@@ -3223,9 +3228,9 @@ Author: Tom Lane 
 -->
 
        
-        Allow psql's \df and \do commands to
-        specify function and operator argument types (Greg Sabino Mullane,
-        Tom Lane)
+        Allow psql's \df
+        and \do commands to specify function and
+        operator argument types (Greg Sabino Mullane, Tom Lane)
        
 
        
@@ -3252,8 +3257,9 @@ Author: Tom Lane 
 -->
 
        
-        Allow psql's \dt and \di to show
-        TOAST tables and their indexes (Justin Pryzby)
+        Allow psql's \dt
+        and \di to show TOAST
+        tables and their indexes (Justin Pryzby)
        
       
 
@@ -3264,8 +3270,8 @@ Author: Tomas Vondra 
 -->
 
        
-        Add psql command \dX to list extended
-        statistics objects (Tatsuro Yamada)
+        Add psql command \dX
+        to list extended statistics objects (Tatsuro Yamada)
        
       
 
@@ -3276,9 +3282,9 @@ Author: Tom Lane 
 -->
 
        
-        Fix psql's \dT to understand array
-        syntax and backend grammar aliases, like "int" for "integer"
-        (Greg Sabino Mullane, Tom Lane)
+        Fix psql's \dT to
+        understand array syntax and backend grammar aliases, like "int"
+        for "integer" (Greg Sabino Mullane, Tom Lane)
        
       
 
@@ -3290,8 +3296,9 @@ Author: Tom Lane 
 
        
         When editing the previous query or a file with
-        psql's \e, or using \ef and \ev, ignore
-        the contents if the editor exits without saving (Laurenz Albe)
+        psql's \e, or using
+        \ef and \ev, ignore the
+        contents if the editor exits without saving (Laurenz Albe)
        
 
        
@@ -3306,8 +3313,9 @@ Author: Tom Lane 
 -->
 
        
-        Improve psql's handling of \connect
-        with  (Tom Lane)
+        Improve psql's handling of
+        \connect with 
+        (Tom Lane)
        
 
        
@@ -3414,7 +3422,7 @@ Author: Magnus Hagander 
        Stop 
        linkend="pgupgrade">pg_upgrade
        from creating analyze_new_cluster script
-       (Michael Paquier)
+       (Magnus Hagander)
       
 
       
@@ -3739,8 +3747,9 @@ Author: Peter Eisentraut 
 -->
 
       
-       Allow pgstattuple_approx() to report on
-       TOAST tables (Peter Eisentraut)
+       Allow 
+       linkend="pgstattuple">pgstattuple_approx()
+       to report on TOAST tables (Peter Eisentraut)