Skip to content

Commit a7205d8

Browse files
committed
Adjust 9.4 release notes.
Back-patch to 9.4.
1 parent 81300ea commit a7205d8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/src/sgml/release-9.4.sgml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,9 @@
573573

574574
<listitem>
575575
<para>
576-
Allow sorting and B-tree <link linkend="SQL-CREATEINDEX">index
577-
builds</link> to use over four gigabytes of memory (Noah Misch)
576+
Raise hard limit on the number of tuples held in memory during sorting
577+
and B-tree <link linkend="SQL-CREATEINDEX">index builds</link> (Noah
578+
Misch)
578579
</para>
579580
</listitem>
580581

@@ -615,7 +616,7 @@
615616
<listitem>
616617
<para>
617618
Expose the estimation of number of changed tuples since last <link
618-
linkend="vacuum-for-statistics">analyze</link> (Mark Kirkwood)
619+
linkend="vacuum-for-statistics">ANALYZE</link> (Mark Kirkwood)
619620
</para>
620621

621622
<para>
@@ -838,14 +839,14 @@
838839

839840
<listitem>
840841
<para>
841-
Have Windows <acronym>ASCII</>-encoded databases and server process
842-
(e.g. <link linkend="app-postmaster">postmaster</>) emit messages
843-
in the <envar>LC_CTYPE</>-defined language (Alexander Law,
844-
Noah Misch)
842+
Have Windows <literal>SQL_ASCII</>-encoded databases and server
843+
process (e.g. <link linkend="app-postmaster">postmaster</>) emit
844+
messages in the character encoding of the server's Windows user locale
845+
(Alexander Law, Noah Misch)
845846
</para>
846847

847848
<para>
848-
Previously these messages were output using the Windows
849+
Previously these messages were output in the Windows
849850
<acronym>ANSI</> code page.
850851
</para>
851852
</listitem>
@@ -985,7 +986,7 @@
985986
<para>
986987
Allow <link
987988
linkend="app-pgrecvlogical"><application>pg_recvlogical</></link>
988-
to receive data logical decoding data (Andres Freund)
989+
to receive logical decoding data (Andres Freund)
989990
</para>
990991
</listitem>
991992

@@ -1445,9 +1446,8 @@
14451446

14461447
<listitem>
14471448
<para>
1448-
Add <acronym>SQL</> functions to allow <link
1449-
linkend="lo-interfaces">large object reads/writes</link> at
1450-
arbitrary offsets (Pavel Stehule)
1449+
Add <acronym>SQL</> functions to allow <link linkend="lo-funcs">large
1450+
object reads/writes</link> at arbitrary offsets (Pavel Stehule)
14511451
</para>
14521452
</listitem>
14531453

@@ -2078,7 +2078,7 @@
20782078

20792079
<listitem>
20802080
<para>
2081-
Remove <function>SnapshotNow()</> and
2081+
Remove <varname>SnapshotNow</> and
20822082
<function>HeapTupleSatisfiesNow()</> (Robert Haas)
20832083
</para>
20842084

@@ -2090,8 +2090,8 @@
20902090

20912091
<listitem>
20922092
<para>
2093-
Add <acronym>API</> for memory allocations over four gigabytes
2094-
(Noah Misch)
2093+
Add <acronym>API</> for memory allocations over one gigabyte (Noah
2094+
Misch)
20952095
</para>
20962096
</listitem>
20972097

@@ -2229,7 +2229,7 @@
22292229

22302230
<listitem>
22312231
<para>
2232-
Improve <application>valgrind</> error reporting (Noah Misch)
2232+
Improve <application>Valgrind</> error reporting (Noah Misch)
22332233
</para>
22342234
</listitem>
22352235

0 commit comments

Comments
 (0)