aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-05-21 22:52:42 -0400
committerBruce Momjian <bruce@momjian.us>2023-05-21 22:52:42 -0400
commitde7c3fd34e0fc0a3f77537e1d12efcd01d255534 (patch)
treecc338c9cba1b9c90cbd334d2fec17289b2fa2fb9 /doc/src
parentc822358a256ca1f3b8b08557b9c9f0efa8d41675 (diff)
downloadpostgresql-de7c3fd34e0fc0a3f77537e1d12efcd01d255534.tar.gz
postgresql-de7c3fd34e0fc0a3f77537e1d12efcd01d255534.zip
doc: PG 16 relnotes, misc merged items and bootstrap detail
Reported-by: Andres Freund, jian he Discussion: https://postgr.es/m/20230521171341.jjxykfsefsek4kzj@awork3.anarazel.de, 20230521171341.jjxykfsefsek4kzj@awork3.anarazel.de
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-16.sgml43
1 files changed, 14 insertions, 29 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 58222361d3e..1e1b67d0187 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -313,7 +313,7 @@ Author: Andres Freund <andres@anarazel.de>
<listitem>
<para>
-Allow more efficient addition of multiple heap and index pages (Andres Freund)
+Allow more efficient addition of heap and index pages (Andres Freund)
</para>
</listitem>
@@ -912,6 +912,10 @@ Author: Robert Haas <rhaas@postgresql.org>
<para>
Prevent removal of superuser privileges for the bootstrap user (Robert Haas)
</para>
+
+<para>
+Restoring such users could lead to errors.
+</para>
</listitem>
<!--
@@ -1285,26 +1289,24 @@ ADD THIS?
<!--
Author: Andres Freund <andres@anarazel.de>
2023-04-08 [0fdab27ad] Allow logical decoding on standbys
--->
-
-<listitem>
-<para>
-Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khandekar)
-</para>
-</listitem>
-
-<!--
+Author: Andres Freund <andres@anarazel.de>
+2023-04-07 [be87200ef] Support invalidating replication slots due to horizon an
+Author: Andres Freund <andres@anarazel.de>
+2023-04-08 [26669757b] Handle logical slot conflicts on standby
Author: Andres Freund <andres@anarazel.de>
2023-04-08 [0fdab27ad] Allow logical decoding on standbys
-->
<listitem>
<para>
-Add function pg_log_standby_snapshot() to force creation of a WAL snapshot (Bertrand Drouvot)
+Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khandekar, Bertrand Drouvot)
</para>
+</listitem>
+<listitem>
<para>
-WAL snapshots are required for logical slot creation so this function speeds their creation on standbys.
+New function pg_log_standby_snapshot() forces creation of WAL snapshots.
+Snapshots are required for logical slot creation so this function speeds their creation on standbys.
</para>
</listitem>
@@ -1428,23 +1430,6 @@ Previously the retry time was applied globally. This also adds wait events Logi
</para>
</listitem>
-<!--
-Author: Andres Freund <andres@anarazel.de>
-2023-04-07 [be87200ef] Support invalidating replication slots due to horizon an
-Author: Andres Freund <andres@anarazel.de>
-2023-04-08 [26669757b] Handle logical slot conflicts on standby
--->
-
-<listitem>
-<para>
-Allow invalidation of replication slots due to row removal, wal_level, and conflicts (Bertrand Drouvot, Andres Freund, Amit Khandekar)
-</para>
-
-<para>
-Invalidated slots are indicated in the pg_replication_slots.conflicting column.
-</para>
-</listitem>
-
</itemizedlist>
</sect3>