@@ -313,7 +313,7 @@ Author: Andres Freund <andres@anarazel.de>
313313
314314<listitem>
315315<para>
316- Allow more efficient addition ofmultiple heap and index pages (Andres Freund)
316+ Allow more efficient addition of heap and index pages (Andres Freund)
317317</para>
318318</listitem>
319319
@@ -912,6 +912,10 @@ Author: Robert Haas <rhaas@postgresql.org>
912912<para>
913913Prevent removal of superuser privileges for the bootstrap user (Robert Haas)
914914</para>
915+
916+ <para>
917+ Restoring such users could lead to errors.
918+ </para>
915919</listitem>
916920
917921<!--
@@ -1285,26 +1289,24 @@ ADD THIS?
12851289<!--
12861290Author: Andres Freund <andres@anarazel.de>
128712912023-04-08 [0fdab27ad] Allow logical decoding on standbys
1288- -->
1289-
1290- <listitem>
1291- <para>
1292- Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khandekar)
1293- </para>
1294- </listitem>
1295-
1296- <!--
1292+ Author: Andres Freund <andres@anarazel.de>
1293+ 2023-04-07 [be87200ef] Support invalidating replication slots due to horizon an
1294+ Author: Andres Freund <andres@anarazel.de>
1295+ 2023-04-08 [26669757b] Handle logical slot conflicts on standby
12971296Author: Andres Freund <andres@anarazel.de>
129812972023-04-08 [0fdab27ad] Allow logical decoding on standbys
12991298-->
13001299
13011300<listitem>
13021301<para>
1303- Add function pg_log_standby_snapshot() to force creation of a WAL snapshot ( Bertrand Drouvot)
1302+ Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khandekar, Bertrand Drouvot)
13041303</para>
1304+ </listitem>
13051305
1306+ <listitem>
13061307<para>
1307- WAL snapshots are required for logical slot creation so this function speeds their creation on standbys.
1308+ New function pg_log_standby_snapshot() forces creation of WAL snapshots.
1309+ Snapshots are required for logical slot creation so this function speeds their creation on standbys.
13081310</para>
13091311</listitem>
13101312
@@ -1426,23 +1428,6 @@ Have wal_retrieve_retry_interval operate on a per-subscription basis (Nathan Bos
14261428<para>
14271429Previously the retry time was applied globally. This also adds wait events LogicalRepLauncherDSA and LogicalRepLauncherHash.
14281430</para>
1429- </listitem>
1430-
1431- <!--
1432- Author: Andres Freund <andres@anarazel.de>
1433- 2023-04-07 [be87200ef] Support invalidating replication slots due to horizon an
1434- Author: Andres Freund <andres@anarazel.de>
1435- 2023-04-08 [26669757b] Handle logical slot conflicts on standby
1436- -->
1437-
1438- <listitem>
1439- <para>
1440- Allow invalidation of replication slots due to row removal, wal_level, and conflicts (Bertrand Drouvot, Andres Freund, Amit Khandekar)
1441- </para>
1442-
1443- <para>
1444- Invalidated slots are indicated in the pg_replication_slots.conflicting column.
1445- </para>
14461431</listitem>
14471432
14481433 </itemizedlist>