Commit a7205d81 authored by Noah Misch's avatar Noah Misch

Adjust 9.4 release notes.

Back-patch to 9.4.
parent 81300ea4
...@@ -573,8 +573,9 @@ ...@@ -573,8 +573,9 @@
<listitem> <listitem>
<para> <para>
Allow sorting and B-tree <link linkend="SQL-CREATEINDEX">index Raise hard limit on the number of tuples held in memory during sorting
builds</link> to use over four gigabytes of memory (Noah Misch) and B-tree <link linkend="SQL-CREATEINDEX">index builds</link> (Noah
Misch)
</para> </para>
</listitem> </listitem>
...@@ -615,7 +616,7 @@ ...@@ -615,7 +616,7 @@
<listitem> <listitem>
<para> <para>
Expose the estimation of number of changed tuples since last <link 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>
<para> <para>
...@@ -838,14 +839,14 @@ ...@@ -838,14 +839,14 @@
<listitem> <listitem>
<para> <para>
Have Windows <acronym>ASCII</>-encoded databases and server process Have Windows <literal>SQL_ASCII</>-encoded databases and server
(e.g. <link linkend="app-postmaster">postmaster</>) emit messages process (e.g. <link linkend="app-postmaster">postmaster</>) emit
in the <envar>LC_CTYPE</>-defined language (Alexander Law, messages in the character encoding of the server's Windows user locale
Noah Misch) (Alexander Law, Noah Misch)
</para> </para>
<para> <para>
Previously these messages were output using the Windows Previously these messages were output in the Windows
<acronym>ANSI</> code page. <acronym>ANSI</> code page.
</para> </para>
</listitem> </listitem>
...@@ -985,7 +986,7 @@ ...@@ -985,7 +986,7 @@
<para> <para>
Allow <link Allow <link
linkend="app-pgrecvlogical"><application>pg_recvlogical</></link> linkend="app-pgrecvlogical"><application>pg_recvlogical</></link>
to receive data logical decoding data (Andres Freund) to receive logical decoding data (Andres Freund)
</para> </para>
</listitem> </listitem>
...@@ -1445,9 +1446,8 @@ ...@@ -1445,9 +1446,8 @@
<listitem> <listitem>
<para> <para>
Add <acronym>SQL</> functions to allow <link Add <acronym>SQL</> functions to allow <link linkend="lo-funcs">large
linkend="lo-interfaces">large object reads/writes</link> at object reads/writes</link> at arbitrary offsets (Pavel Stehule)
arbitrary offsets (Pavel Stehule)
</para> </para>
</listitem> </listitem>
...@@ -2078,7 +2078,7 @@ ...@@ -2078,7 +2078,7 @@
<listitem> <listitem>
<para> <para>
Remove <function>SnapshotNow()</> and Remove <varname>SnapshotNow</> and
<function>HeapTupleSatisfiesNow()</> (Robert Haas) <function>HeapTupleSatisfiesNow()</> (Robert Haas)
</para> </para>
...@@ -2090,8 +2090,8 @@ ...@@ -2090,8 +2090,8 @@
<listitem> <listitem>
<para> <para>
Add <acronym>API</> for memory allocations over four gigabytes Add <acronym>API</> for memory allocations over one gigabyte (Noah
(Noah Misch) Misch)
</para> </para>
</listitem> </listitem>
...@@ -2229,7 +2229,7 @@ ...@@ -2229,7 +2229,7 @@
<listitem> <listitem>
<para> <para>
Improve <application>valgrind</> error reporting (Noah Misch) Improve <application>Valgrind</> error reporting (Noah Misch)
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment