From 6755b618997424b9e651126f59bf4109d680fffe Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 15 May 2020 12:47:07 -0400
Subject: doc: PG 13 rels: use xref labels referencing ref/*.sgml files
This avoids using and supplied text.
---
doc/src/sgml/release-13.sgml | 157 ++++++++++++++++++++-----------------------
1 file changed, 72 insertions(+), 85 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index ea39fe395cc..c39a6ad38ef 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 CREATE
- PUBLICATION option
- publish_via_partition_root controls whether changes
- to partitions are published as their own or their ancestor's.
+ The option
+ publish_via_partition_root controls whether
+ changes to partitions are published as their own or their
+ ancestor's.
@@ -397,11 +397,9 @@ Author: Peter Geoghegan
This allows efficient btree indexing of low cardinality columns
- by storing duplicate keys only once. Users upgrading with pg_upgrade
- will need to use REINDEX to make use
- of this feature.
+ by storing duplicate keys only once. Users upgrading
+ with will need to use to make use of this feature.
@@ -414,8 +412,8 @@ Author: Alexander Korotkov
-->
- Allow GiST and SP-GiST indexes for and indexes for box/point distance lookups (Nikita
Glukhov)
@@ -428,9 +426,9 @@ Author: Alexander Korotkov
-->
- Allow GIN indexes to
- more efficiently handle NOT restrictions (Nikita
- Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud)
+ Allow indexes to more efficiently handle
+ NOT restrictions (Nikita Glukhov, Alexander
+ Korotkov, Tom Lane, Julien Rouhaud)
@@ -658,8 +656,8 @@ Author: David Rowley
-->
- Allow inserts to trigger autovacuum
- activity (Laurenz Albe, Darafei Praliaskouski)
+ Allow inserts to trigger activity
+ (Laurenz Albe, Darafei Praliaskouski)
@@ -722,9 +720,9 @@ Author: Fujii Masao
-->
- Improve the performance when replaying DROP DATABASE
- commands when many tablespaces are in use (Fujii Masao)
+ Improve the performance when replaying commands when many tablespaces are
+ in use (Fujii Masao)
@@ -747,9 +745,8 @@ Author: Tomas Vondra
-->
- Improve speed of TOAST decompression
- and the retrieval of only the leading bytes of TOAST
+ Improve speed of decompression and
+ the retrieval of only the leading bytes of TOAST
values (Binguo Bao, Andrey Borodin)
@@ -769,9 +766,9 @@ Author: Tom Lane
-->
- Improve performance of LISTEN/NOTIFY
- (Martijn van Oosterhout)
+ Improve performance of /NOTIFY (Martijn van
+ Oosterhout)
@@ -782,8 +779,8 @@ Author: Tom Lane
-->
- Improve the efficiency of removing duplicate NOTIFY events (Tom Lane)
+ Improve the efficiency of removing duplicate events (Tom Lane)
@@ -830,9 +827,9 @@ Author: Amit Kapila
-->
- Allow EXPLAIN,
- , autovacuum, and ,
+ , , and to track WAL usage
statistics (Kirill Bychik, Julien Rouhaud)
@@ -898,7 +895,7 @@ Author: Alvaro Herrera
-->
- Make vacuum buffer counters 64-bits
+ Make buffer counters 64-bits
wide to avoid overflow (Álvaro Herrera)
@@ -982,8 +979,8 @@ Author: Alvaro Herrera
Add system view pg_stat_progress_analyze
- to report analyze progress
- (Álvaro Herrera, Tatsuro Yamada, Vinayak Pokale)
+ to report progress (Álvaro
+ Herrera, Tatsuro Yamada, Vinayak Pokale)
@@ -1363,8 +1360,8 @@ Author: Amit Kapila
-->
- Allow VACUUM
- to process indexes in parallel (Masahiko Sawada, Amit Kapila)
+ Allow to process indexes in parallel
+ (Masahiko Sawada, Amit Kapila)
@@ -1392,8 +1389,7 @@ Author: Fujii Masao
-->
- Report planning-time buffer usage in EXPLAIN's
+ Report planning-time buffer usage in 's
BUFFER output (Julien Rouhaud)
@@ -1444,9 +1440,9 @@ Author: Peter Eisentraut
-->
- Add ALTER
- TABLE clause DROP EXPRESSION
- to remove generated properties from columns (Peter Eisentraut)
+ Add clause DROP
+ EXPRESSION to remove generated properties from columns
+ (Peter Eisentraut)
@@ -1469,8 +1465,8 @@ Author: Fujii Masao
-->
- Add ALTER VIEW
- syntax to rename view columns (Fujii Masao)
+ Add syntax to rename view columns
+ (Fujii Masao)
@@ -1486,9 +1482,9 @@ Author: Tom Lane
-->
- Add ALTER TYPE
- options useful for extensions, like TOAST and I/O
- functions control (Tomas Vondra, Tom Lane)
+ Add options useful for extensions,
+ like TOAST and I/O functions control (Tomas
+ Vondra, Tom Lane)
@@ -1499,9 +1495,8 @@ Author: Peter Eisentraut
-->
- Add CREATE
- DATABASELOCALE option (Peter
- Eisentraut)
+ Add LOCALE
+ option (Peter Eisentraut)
@@ -1517,9 +1512,8 @@ Author: Amit Kapila
-->
- Allow DROP
- DATABASE to disconnect users so drop succeeds (Pavel
- Stehule, Amit Kapila)
+ Allow to disconnect users so
+ drop succeeds (Pavel Stehule, Amit Kapila)
@@ -1952,7 +1946,7 @@ Author: Alvaro Herrera
- PL/pgSQL
+
@@ -2306,9 +2300,8 @@ Author: Robert Haas
- A new tool pg_verifybackup"
- can verify backups.
+ A new tool can verify backups.
@@ -2319,9 +2312,9 @@ Author: Author: Fujii Masao
-->
- Have pg_basebackup
- estimate the total backup size by default (Fujii Masao)
+ Have estimate the
+ total backup size by default (Fujii Masao)
@@ -2340,14 +2333,13 @@ Author: Alvaro Herrera
-->
- Add pg_rewind
+ Add
option to configure standbys (Paul Guo, Jimmy Yih, Ashwin Agrawal)
- This matches pg_basebackup's
+ This matches 's
option.
@@ -2393,9 +2385,8 @@ Author: Fujii Masao
-->
- Increase PREPARE
- TRANSACTION information reported by
- pg_waldump (Fujii Masao)
+ Increase information
+ reported by pg_waldump (Fujii Masao)
@@ -2406,10 +2397,9 @@ Author: Robert Haas
-->
- Add pg_waldump
- option to suppress non-error output (Andres
- Freund, Robert Haas)
+ Add
+ option to suppress non-error output
+ (Andres Freund, Robert Haas)
@@ -2420,8 +2410,7 @@ Author: Alvaro Herrera
-->
- Allow pg_dump
+ Allow
to dump data from foreign
servers (Luis Carril)
@@ -2434,8 +2423,8 @@ Author: Amit Kapila
-->
- Allow vacuum commands run by vacuumdb to operate in parallel mode
+ Allow vacuum commands run by to operate in parallel mode
(Masahiko Sawada)
@@ -2451,8 +2440,8 @@ Author: Michael Paquier
-->
- Allow reindexdb to operate in
- parallel (Julien Rouhaud)
+ Allow
+ to operate in parallel (Julien Rouhaud)
@@ -2467,8 +2456,8 @@ Author: Amit Kapila
-->
- Allow dropdb to force disconnections
- so the drop succeeds (Pavel Stehule)
+ Allow
+ to force disconnections so the drop succeeds (Pavel Stehule)
@@ -2484,7 +2473,7 @@ Author: Author: Michael Paquier
Remove and
- from createuser (Alexander
+ from (Alexander
Lakhin)
@@ -2501,9 +2490,9 @@ Author: Peter Eisentraut
-->
- Use the directory of the pg_upgrade
- binary as the default new 'bindir' location when running
+ Use the directory of the binary
+ as the default new 'bindir' location when running
pg_upgrade (Daniel Gustafsson)
@@ -2712,8 +2701,7 @@ Author: Joe Conway
-->
- Add TRUNCATE
- command hook (Yuli Khodorkovskiy)
+ Add command hook (Yuli Khodorkovskiy)
@@ -2860,8 +2848,7 @@ Author: Andrew Dunstan
- Specifically, allow ALTER
- USER MAPPING to set
+ Specifically, allow 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.
--
cgit v1.2.3