From db680fd82ede99d9a5224a1d316a64d763be1acc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Jun 2020 18:27:59 -0400 Subject: [PATCH] doc: remove xreflabels used in PG 13 relnotes xreflabels were removed in a previous commit Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com Backpatch-through: 13 only --- doc/src/sgml/release-13.sgml | 157 +++++++++++++++++++---------------- 1 file changed, 85 insertions(+), 72 deletions(-) diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 66a5cd3cd9..44ab6766c4 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -338,10 +338,10 @@ Author: Peter Eisentraut partitioned tables can be published explicitly causing all partitions to be automatically published. Addition/removal of partitions from partitioned tables are automatically added/removed from publications. - The option - publish_via_partition_root controls whether - changes to partitions are published as their own or their - ancestor's. + The CREATE + PUBLICATION option + publish_via_partition_root controls whether changes + to partitions are published as their own or their ancestor's. @@ -397,9 +397,11 @@ Author: Peter Geoghegan This allows efficient btree indexing of low cardinality columns - by storing duplicate keys only once. Users upgrading - with will need to use to make use of this feature. + by storing duplicate keys only once. Users upgrading with pg_upgrade + will need to use REINDEX to make use + of this feature. @@ -412,8 +414,8 @@ Author: Alexander Korotkov --> - Allow and indexes for GiST and SP-GiST indexes for box/point distance lookups (Nikita Glukhov) @@ -426,9 +428,9 @@ Author: Alexander Korotkov --> - Allow indexes to more efficiently handle - NOT restrictions (Nikita Glukhov, Alexander - Korotkov, Tom Lane, Julien Rouhaud) + Allow GIN indexes to + more efficiently handle NOT restrictions (Nikita + Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud) @@ -650,8 +652,8 @@ Author: David Rowley --> - Allow inserts to trigger activity - (Laurenz Albe, Darafei Praliaskouski) + Allow inserts to trigger autovacuum + activity (Laurenz Albe, Darafei Praliaskouski) @@ -714,9 +716,9 @@ Author: Fujii Masao --> - Improve the performance when replaying commands when many tablespaces are - in use (Fujii Masao) + Improve the performance when replaying DROP DATABASE + commands when many tablespaces are in use (Fujii Masao) @@ -739,8 +741,9 @@ Author: Tomas Vondra --> - Improve speed of decompression and - the retrieval of only the leading bytes of TOAST + Improve speed of TOAST decompression + and the retrieval of only the leading bytes of TOAST values (Binguo Bao, Andrey Borodin) @@ -760,9 +763,9 @@ Author: Tom Lane --> - Improve performance of /NOTIFY (Martijn van - Oosterhout) + Improve performance of LISTEN/NOTIFY + (Martijn van Oosterhout) @@ -773,8 +776,8 @@ Author: Tom Lane --> - Improve the efficiency of removing duplicate events (Tom Lane) + Improve the efficiency of removing duplicate NOTIFY events (Tom Lane) @@ -821,9 +824,9 @@ Author: Amit Kapila --> - Allow , - , , and EXPLAIN, + , autovacuum, and to track WAL usage statistics (Kirill Bychik, Julien Rouhaud) @@ -889,7 +892,7 @@ Author: Alvaro Herrera --> - Make buffer counters 64-bits + Make vacuum buffer counters 64-bits wide to avoid overflow (Álvaro Herrera) @@ -973,8 +976,8 @@ Author: Alvaro Herrera Add system view pg_stat_progress_analyze - to report progress (Álvaro - Herrera, Tatsuro Yamada, Vinayak Pokale) + to report analyze progress + (Álvaro Herrera, Tatsuro Yamada, Vinayak Pokale) @@ -1354,8 +1357,8 @@ Author: Amit Kapila --> - Allow to process indexes in parallel - (Masahiko Sawada, Amit Kapila) + Allow VACUUM + to process indexes in parallel (Masahiko Sawada, Amit Kapila) @@ -1383,7 +1386,8 @@ Author: Fujii Masao --> - Report planning-time buffer usage in 's + Report planning-time buffer usage in EXPLAIN's BUFFER output (Julien Rouhaud) @@ -1434,9 +1438,9 @@ Author: Peter Eisentraut --> - Add clause DROP - EXPRESSION to remove generated properties from columns - (Peter Eisentraut) + Add ALTER + TABLE clause DROP EXPRESSION + to remove generated properties from columns (Peter Eisentraut) @@ -1459,8 +1463,8 @@ Author: Fujii Masao --> - Add syntax to rename view columns - (Fujii Masao) + Add ALTER VIEW + syntax to rename view columns (Fujii Masao) @@ -1476,9 +1480,9 @@ Author: Tom Lane --> - Add options useful for extensions, - like TOAST and I/O functions control (Tomas - Vondra, Tom Lane) + Add ALTER TYPE + options useful for extensions, like TOAST and I/O + functions control (Tomas Vondra, Tom Lane) @@ -1489,8 +1493,9 @@ Author: Peter Eisentraut --> - Add LOCALE - option (Peter Eisentraut) + Add CREATE + DATABASE LOCALE option (Peter + Eisentraut) @@ -1506,8 +1511,9 @@ Author: Amit Kapila --> - Allow to disconnect users so - drop succeeds (Pavel Stehule, Amit Kapila) + Allow DROP + DATABASE to disconnect users so drop succeeds (Pavel + Stehule, Amit Kapila) @@ -1940,7 +1946,7 @@ Author: Alvaro Herrera - <xref linkend="plpgsql"/> + <link linkend="plpgsql">PL/pgSQL</link> @@ -2294,8 +2300,9 @@ Author: Robert Haas - A new tool can verify backups. + A new tool pg_verifybackup" + can verify backups. @@ -2306,9 +2313,9 @@ Author: Author: Fujii Masao --> - Have estimate the - total backup size by default (Fujii Masao) + Have pg_basebackup + estimate the total backup size by default (Fujii Masao) @@ -2327,13 +2334,14 @@ Author: Alvaro Herrera --> - Add + Add pg_rewind option to configure standbys (Paul Guo, Jimmy Yih, Ashwin Agrawal) - This matches 's + This matches pg_basebackup's option. @@ -2379,8 +2387,9 @@ Author: Fujii Masao --> - Increase information - reported by pg_waldump (Fujii Masao) + Increase PREPARE + TRANSACTION information reported by + pg_waldump (Fujii Masao) @@ -2391,9 +2400,10 @@ Author: Robert Haas --> - Add - option to suppress non-error output - (Andres Freund, Robert Haas) + Add pg_waldump + option to suppress non-error output (Andres + Freund, Robert Haas) @@ -2404,7 +2414,8 @@ Author: Alvaro Herrera --> - Allow + Allow pg_dump to dump data from foreign servers (Luis Carril) @@ -2417,8 +2428,8 @@ Author: Amit Kapila --> - Allow vacuum commands run by to operate in parallel mode + Allow vacuum commands run by vacuumdb to operate in parallel mode (Masahiko Sawada) @@ -2434,8 +2445,8 @@ Author: Michael Paquier --> - Allow - to operate in parallel (Julien Rouhaud) + Allow reindexdb to operate in + parallel (Julien Rouhaud) @@ -2450,8 +2461,8 @@ Author: Amit Kapila --> - Allow - to force disconnections so the drop succeeds (Pavel Stehule) + Allow dropdb to force disconnections + so the drop succeeds (Pavel Stehule) @@ -2467,7 +2478,7 @@ Author: Author: Michael Paquier Remove and - from (Alexander + from createuser (Alexander Lakhin) @@ -2484,9 +2495,9 @@ Author: Peter Eisentraut --> - Use the directory of the binary - as the default new 'bindir' location when running + Use the directory of the pg_upgrade + binary as the default new 'bindir' location when running pg_upgrade (Daniel Gustafsson) @@ -2695,7 +2706,8 @@ Author: Joe Conway --> - Add command hook (Yuli Khodorkovskiy) + Add TRUNCATE + command hook (Yuli Khodorkovskiy) @@ -2842,7 +2854,8 @@ Author: Andrew Dunstan - Specifically, allow to set + Specifically, allow ALTER + USER MAPPING to set password_required to false. Care must still be taken to avoid non-superusers from using superuser credentials to connect to the foreign server.