9.3 release note fixes
authorBruce Momjian
Sun, 21 Apr 2013 13:14:34 +0000 (09:14 -0400)
committerBruce Momjian
Sun, 21 Apr 2013 13:14:34 +0000 (09:14 -0400)
Move commit_delay, fix Zoltan's name, and adjust range type histogram
text.

doc/src/sgml/release-9.3.sgml

index bc14e595360166d01e28a5501345f44a704634b6..afbb15f2ed2c08e188b8a5fafa3f41a3e93e8195 100644 (file)
 
       
        
-        Collect and use histograms of lower and upper bounds for range types
-        (Alexander Korotkov)
+        Collect and use histograms for range types (Alexander Korotkov)
        
       
 
        
       
 
+      
+       
+        Improve grouping of sessions waiting for commit_delay (Peter
+        Geoghegan)
+       
+
+       
+        This improves the usefulness and behavior of commit_delay.
+        BACKWARD COMPATIBILITY
+       
+      
+
       
        
         Use a binary heap for Merge-Append operations (Abhijit Menon-Sen)
       
        
         Add configuration variable lock_timeout to limit lock wait duration
-        (Zoltán Böszörményi)
+        (Zoltán Böszörményi)
        
       
 
        
       
 
-      
-       
-        Improve grouping of sessions waiting for commit_delay (Peter
-        Geoghegan)
-       
-
-       
-        This improves the usefulness and behavior of commit_delay.
-        BACKWARD COMPATIBILITY
-       
-      
-
       
        
         Require superuser privileges to set commit_delay because it
       
        
         Have pg_basebackup --write-recovery-conf output a minimal
-        recovery.conf (Zoltan Boszormenyi, Magnus Hagander)
+        recovery.conf (Zoltán Böszörményi, Magnus Hagander)
        
 
        
 
       
        
-        Create a centralized timeout API (Zoltán Böszörményi)
+        Create a centralized timeout API (Zoltán Böszörményi)