docs: 9.4 release notes adjustments
authorBruce Momjian
Tue, 13 May 2014 19:12:54 +0000 (15:12 -0400)
committerBruce Momjian
Tue, 13 May 2014 19:13:02 +0000 (15:13 -0400)
Patch by Andres Freund, slight adjustments by me

doc/src/sgml/release-9.4.sgml

index e537a1fae520a47b9bc4b3126ec5b776a6bb6f1c..cabfbdd1e96081220fa0c8342f059d88be24a9e1 100644 (file)
@@ -29,8 +29,8 @@
 
      
       
-       Logical change-set extraction allows database
-       changes to be optionally recorded in logical format
+       Logical decoding allows database
+       changes to be streamed out in customizable format
       
      
 
      
     
 
+    
+     
+      Handle domains over arrays like plain arrays in PL/Python
+      (Rodolfo Campero)
+     
+
+     
+      Previously they were treated as strings.
+     
+    
+
     
      
       Have libpq's 
      
     
 
+    
+     
+      The maximum number of background workers
+      that can be registered
+      by RegisterBackgroundWorker() is now limited to
+      max_worker_processes
+     
+    
+
    
 
   
 
       
        
-        Freeze
-        tuples when tables are written with 
+        Attempt to freeze
+        tuples when tables are rewritten with 
         linkend="SQL-CLUSTER">CLUSTER or 
         linkend="SQL-VACUUM">VACUUM FULL (Robert Haas,
         Andres Freund)
        
 
        
-        This avoids the need to freeze the tuples in the future.
+        This can avoid the need to freeze the tuples in the future.
        
       
 
 
       
        
-        Add xid and 
-        linkend="ddl-system-columns">xmin
-        to system views 
-        linkend="pg-stat-activity-view">pg_stat_activity
-        and 
-        linkend="pg-stat-replication-view">pg_stat_replication
+        Add backend_xid and backend_xmin columns to
+        the system view pg_stat_activity
+        and backend_xmin to pg_stat_replication
         (Christian Kruse)
        
       
        
 
        
-        Such keys are faster and have improved security
-        over previous options.  New variable 
-        linkend="guc-ssl-ecdh-curve">ssl_ecdh_curve
-        controls the curve that is used.
+        Such keys are faster and have improved security over previous
+        options. The new configuration
+        parameter linkend="guc-ssl-ecdh-curve">ssl_ecdh_curve
+        controls which curve is used.
        
       
 
 
       
        
-        Add SQL-level command 
+        Add SQL-level 
         linkend="SQL-ALTERSYSTEM">ALTER SYSTEM command
-        to edit the postgresql.conf configuration file
-        (Amit Kapila)
+        to adjust server-wide settings (Amit Kapila)
        
 
        
-        Previously postgresql.conf could only be edited at
-        the file system level.
+        Previously such settings could only be changed by
+        editing postgresql.conf at the file system level.
        
       
 
        
 
        
-        Hint bits are not normally logged, except when checksums are
-        enabled.  This is useful for tools like pg_rewind.
+        Hint bits are not normally logged, except when checksums are enabled.
+        This is useful for external tools like pg_rewind.
        
       
 
        
 
        
-        Such libraries are auto-
-        linkend="SQL-LOAD">LOAD'ed, unlike 
-        linkend="guc-local-preload-libraries">local_preload_libraries.
+        In contrast
+        to local_preload_libraries,
+        this parameter can load any shared library, not just those in
+        the $libdir/plugins directory.
        
       
 
 
       
        
-        Add 
-        linkend="recovery-config">recovery.conf
-        parameter 
-        linkend="recovery-min-apply-delay">recovery_min_apply_delay
-        to force delayed replication (Robert Haas, Fabrízio de
-        Royes Mello, Simon Riggs)
+        Add recovery.conf
+        parameter recovery_min_apply_delay
+        to delay replication (Robert Haas, Fabrízio de Royes Mello,
+        Simon Riggs)
        
 
        
-        This is useful for delaying replaying of user errors on standby
+        This is useful for delaying the replay of user errors on standby
         servers.
        
       
        
         Add 
         linkend="recovery-target">recovery_target
-        option 
-        WAL stop
-        recovery when a consistent state is reached, i.e.  
-        linkend="functions-admin-backup-table">pg_stop_backup()
-        (MauMau, Heikki Linnakangas)
+        option