@@ -313,7 +313,7 @@ Author: Andres Freund <andres@anarazel.de>
313
313
314
314
<listitem>
315
315
<para>
316
- Allow more efficient addition of multiple heap and index pages (Andres Freund)
316
+ Allow more efficient addition of heap and index pages (Andres Freund)
317
317
</para>
318
318
</listitem>
319
319
@@ -912,6 +912,10 @@ Author: Robert Haas <rhaas@postgresql.org>
912
912
<para>
913
913
Prevent removal of superuser privileges for the bootstrap user (Robert Haas)
914
914
</para>
915
+
916
+ <para>
917
+ Restoring such users could lead to errors.
918
+ </para>
915
919
</listitem>
916
920
917
921
<!--
@@ -1285,26 +1289,24 @@ ADD THIS?
1285
1289
<!--
1286
1290
Author: Andres Freund <andres@anarazel.de>
1287
1291
2023-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
1297
1296
Author: Andres Freund <andres@anarazel.de>
1298
1297
2023-04-08 [0fdab27ad] Allow logical decoding on standbys
1299
1298
-->
1300
1299
1301
1300
<listitem>
1302
1301
<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)
1304
1303
</para>
1304
+ </listitem>
1305
1305
1306
+ <listitem>
1306
1307
<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.
1308
1310
</para>
1309
1311
</listitem>
1310
1312
@@ -1426,23 +1428,6 @@ Have wal_retrieve_retry_interval operate on a per-subscription basis (Nathan Bos
1426
1428
<para>
1427
1429
Previously the retry time was applied globally. This also adds wait events LogicalRepLauncherDSA and LogicalRepLauncherHash.
1428
1430
</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>
1446
1431
</listitem>
1447
1432
1448
1433
</itemizedlist>
0 commit comments