Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Adjust 9.4 release notes.
authorNoah Misch <noah@leadboat.com>
Fri, 13 Jun 2014 23:57:41 +0000 (19:57 -0400)
committerNoah Misch <noah@leadboat.com>
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)
 
       <listitem>
        <para>
-        Allow sorting and B-tree <link linkend="SQL-CREATEINDEX">index
-        builds</link> 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 <link linkend="SQL-CREATEINDEX">index builds</link> (Noah
+        Misch)
        </para>
       </listitem>
 
       <listitem>
        <para>
         Expose the estimation of number of changed tuples since last <link
-        linkend="vacuum-for-statistics">analyze</link> (Mark Kirkwood)
+        linkend="vacuum-for-statistics">ANALYZE</link> (Mark Kirkwood)
        </para>
 
        <para>
 
       <listitem>
        <para>
-        Have Windows <acronym>ASCII</>-encoded databases and server process
-        (e.g.  <link linkend="app-postmaster">postmaster</>) emit messages
-        in the <envar>LC_CTYPE</>-defined language (Alexander Law,
-        Noah Misch)
+        Have Windows <literal>SQL_ASCII</>-encoded databases and server
+        process (e.g.  <link linkend="app-postmaster">postmaster</>) emit
+        messages in the character encoding of the server's Windows user locale
+        (Alexander Law, Noah Misch)
        </para>
 
        <para>
-        Previously these messages were output using the Windows
+        Previously these messages were output in the Windows
         <acronym>ANSI</> code page.
        </para>
       </listitem>
         <para>
          Allow <link
          linkend="app-pgrecvlogical"><application>pg_recvlogical</></link>
-         to receive data logical decoding data (Andres Freund)
+         to receive logical decoding data (Andres Freund)
         </para>
        </listitem>
 
 
       <listitem>
        <para>
-        Add <acronym>SQL</> functions to allow <link
-        linkend="lo-interfaces">large object reads/writes</link> at
-        arbitrary offsets (Pavel Stehule)
+        Add <acronym>SQL</> functions to allow <link linkend="lo-funcs">large
+        object reads/writes</link> at arbitrary offsets (Pavel Stehule)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Remove <function>SnapshotNow()</> and
+        Remove <varname>SnapshotNow</> and
         <function>HeapTupleSatisfiesNow()</> (Robert Haas)
        </para>
 
 
       <listitem>
        <para>
-        Add <acronym>API</> for memory allocations over four gigabytes
-        (Noah Misch)
+        Add <acronym>API</> for memory allocations over one gigabyte (Noah
+        Misch)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Improve <application>valgrind</> error reporting (Noah Misch)
+        Improve <application>Valgrind</> error reporting (Noah Misch)
        </para>
       </listitem>