From 749eceff4a1f9740391b126c81af9fd4bf3b1eaa Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 9 Jul 2017 20:11:21 -0400 Subject: [PATCH] Doc: desultory copy-editing for v10 release notes. Improve many item descriptions, improve markup, relocate some items that seemed to be in the wrong section. --- doc/src/sgml/release-10.sgml | 825 ++++++++++++++++++----------------- 1 file changed, 432 insertions(+), 393 deletions(-) diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 2b64d525ae..debaa80099 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -52,38 +52,35 @@ 2017-05-19 [a95410e2e] pg_upgrade: Handle hash index upgrades more smoothly. --> - pg_upgrade-ed hash indexes from previous major - PostgreSQL versions must be rebuilt. + Hash indexes must be rebuilt after pg_upgrade-ing + from any previous major PostgreSQL version (Mithun + Cy, Robert Haas) - Major hash storage improvements necessitated this requirement. - - - - - - - Change the default log - directory from pg_log to log (Andreas - Karlsson) + Major hash index improvements necessitated this requirement. + pg_upgrade will create a script to assist with this. - Rename pg_xlog to pg_wal (Michael Paquier) + Rename write-ahead log directory pg_xlog + to pg_wal, and rename transaction + status directory pg_clog to pg_xact + (Michael Paquier) - This prevents the write-ahead log directory from being confused as - containing server activity logs, and erroneously truncated. + Users have occasionally thought that these directories contained only + inessential log files, and proceeded to remove write-ahead log files + or transaction status files manually, causing irrecoverable data + loss. These name changes are intended to discourage such errors in + future. @@ -103,18 +100,10 @@ For example, pg_switch_xlog() becomes pg_switch_wal(), pg_receivexlog becomes pg_receivewal, and