|
573 | 573 |
|
574 | 574 | <listitem> |
575 | 575 | <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) |
578 | 579 | </para> |
579 | 580 | </listitem> |
580 | 581 |
|
|
615 | 616 | <listitem> |
616 | 617 | <para> |
617 | 618 | 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) |
619 | 620 | </para> |
620 | 621 |
|
621 | 622 | <para> |
|
838 | 839 |
|
839 | 840 | <listitem> |
840 | 841 | <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) |
845 | 846 | </para> |
846 | 847 |
|
847 | 848 | <para> |
848 | | - Previously these messages were output using the Windows |
| 849 | + Previously these messages were output in the Windows |
849 | 850 | <acronym>ANSI</> code page. |
850 | 851 | </para> |
851 | 852 | </listitem> |
|
985 | 986 | <para> |
986 | 987 | Allow <link |
987 | 988 | linkend="app-pgrecvlogical"><application>pg_recvlogical</></link> |
988 | | - to receive data logical decoding data (Andres Freund) |
| 989 | + to receive logical decoding data (Andres Freund) |
989 | 990 | </para> |
990 | 991 | </listitem> |
991 | 992 |
|
|
1445 | 1446 |
|
1446 | 1447 | <listitem> |
1447 | 1448 | <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) |
1451 | 1451 | </para> |
1452 | 1452 | </listitem> |
1453 | 1453 |
|
|
2078 | 2078 |
|
2079 | 2079 | <listitem> |
2080 | 2080 | <para> |
2081 | | - Remove <function>SnapshotNow()</> and |
| 2081 | + Remove <varname>SnapshotNow</> and |
2082 | 2082 | <function>HeapTupleSatisfiesNow()</> (Robert Haas) |
2083 | 2083 | </para> |
2084 | 2084 |
|
|
2090 | 2090 |
|
2091 | 2091 | <listitem> |
2092 | 2092 | <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) |
2095 | 2095 | </para> |
2096 | 2096 | </listitem> |
2097 | 2097 |
|
|
2229 | 2229 |
|
2230 | 2230 | <listitem> |
2231 | 2231 | <para> |
2232 | | - Improve <application>valgrind</> error reporting (Noah Misch) |
| 2232 | + Improve <application>Valgrind</> error reporting (Noah Misch) |
2233 | 2233 | </para> |
2234 | 2234 | </listitem> |
2235 | 2235 |
|
|
0 commit comments