-Allow more efficient addition of multiple heap and index pages (Andres Freund)
+Allow more efficient addition of heap and index pages (Andres Freund)
Prevent removal of superuser privileges for the bootstrap user (Robert Haas)
+
+Restoring such users could lead to errors.
+
-
-
-Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khandekar)
-
-
-
-
-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)
+
+
-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.
Previously the retry time was applied globally. This also adds wait events LogicalRepLauncherDSA and LogicalRepLauncherHash.
-
-
-
-
-
-Allow invalidation of replication slots due to row removal, wal_level, and conflicts (Bertrand Drouvot, Andres Freund, Amit Khandekar)
-
-
-Invalidated slots are indicated in the pg_replication_slots.conflicting column.
-