diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 3f30c63..d9f9828 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -573,8 +573,9 @@ - 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) @@ -615,7 +616,7 @@ Expose the estimation of number of changed tuples since last analyze (Mark Kirkwood) + linkend="vacuum-for-statistics">ANALYZE (Mark Kirkwood) @@ -838,14 +839,14 @@ - Have Windows ASCII-encoded databases and server process - (e.g. postmaster) emit messages - in the LC_CTYPE-defined language (Alexander Law, - Noah Misch) + Have Windows 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. @@ -985,7 +986,7 @@ Allow pg_recvlogical - to receive data logical decoding data (Andres Freund) + to receive logical decoding data (Andres Freund) @@ -1445,9 +1446,8 @@ - Add SQL functions to allow large object reads/writes at - arbitrary offsets (Pavel Stehule) + Add SQL functions to allow large + object reads/writes at arbitrary offsets (Pavel Stehule) @@ -2078,7 +2078,7 @@ - Remove SnapshotNow() and + Remove SnapshotNow and HeapTupleSatisfiesNow() (Robert Haas) @@ -2090,8 +2090,8 @@ - Add API for memory allocations over four gigabytes - (Noah Misch) + Add API for memory allocations over one gigabyte (Noah + Misch) @@ -2229,7 +2229,7 @@ - Improve valgrind error reporting (Noah Misch) + Improve Valgrind error reporting (Noah Misch)