Adjust 9.4 release notes.
authorNoah Misch
Fri, 13 Jun 2014 23:57:41 +0000 (19:57 -0400)
committerNoah Misch
Fri, 13 Jun 2014 23:57:41 +0000 (19:57 -0400)
Back-patch to 9.4.

doc/src/sgml/release-9.4.sgml

index 3f30c636ba2f091bcd4c8a4535cf70a2f9645505..d9f9828f72e7d70cca49c135c278def650d743f3 100644 (file)
 
       
        
-        Allow sorting and B-tree index
-        builds to use over four gigabytes of memory (Noah Misch)
+        Raise hard limit on the number of tuples held in memory during sorting
+        and B-tree index builds (Noah
+        Misch)
        
       
 
       
        
         Expose the estimation of number of changed tuples since last 
-        linkend="vacuum-for-statistics">analyze (Mark Kirkwood)
+        linkend="vacuum-for-statistics">ANALYZE (Mark Kirkwood)
        
 
        
 
       
        
-        Have Windows <acronym>ASCII-encoded databases and server process
-        (e.g.  postmaster) emit messages
-        in the LC_CTYPE-defined language (Alexander Law,
-        Noah Misch)
+        Have Windows <literal>SQL_ASCII-encoded databases and server
+        process (e.g.  postmaster) emit
+        messages in the character encoding of the server's Windows user locale
+        (Alexander Law, Noah Misch)
        
 
        
-        Previously these messages were output using the Windows
+        Previously these messages were output in the Windows
         ANSI code page.
        
       
         
          Allow 
          linkend="app-pgrecvlogical">pg_recvlogical
-         to receive data logical decoding data (Andres Freund)
+         to receive logical decoding data (Andres Freund)
         
        
 
 
       
        
-        Add SQL functions to allow 
-        linkend="lo-interfaces">large object reads/writes at
-        arbitrary offsets (Pavel Stehule)
+        Add SQL functions to allow large
+        object reads/writes at arbitrary offsets (Pavel Stehule)
        
       
 
 
       
        
-        Remove <function>SnapshotNow() and
+        Remove <varname>SnapshotNow and
         HeapTupleSatisfiesNow() (Robert Haas)
        
 
 
       
        
-        Add API for memory allocations over four gigabytes
-        (Noah Misch)
+        Add API for memory allocations over one gigabyte (Noah
+        Misch)
        
       
 
 
       
        
-        Improve valgrind error reporting (Noah Misch)
+        Improve Valgrind error reporting (Noah Misch)