You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-15.sgml
+37-17Lines changed: 37 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -564,7 +564,7 @@ Improve foreign key behavior of updates on partitioned tables that move rows bet
564
564
</para>
565
565
566
566
<para>
567
-
Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the partition root.
567
+
Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the referenced partition root.
568
568
</para>
569
569
</listitem>
570
570
@@ -1230,21 +1230,6 @@ Previously only shell commands could be called to perform archiving.
1230
1230
</para>
1231
1231
</listitem>
1232
1232
1233
-
<!--
1234
-
Author: Michael Paquier <michael@paquier.xyz>
1235
-
2021-11-23 [1922d7c6e] Add SQL functions to monitor the directory contents of r
1236
-
-->
1237
-
1238
-
<listitem>
1239
-
<para>
1240
-
Add SQL functions to monitor the directory contents of replication slots (Bharath Rupireddy)
1241
-
</para>
1242
-
1243
-
<para>
1244
-
Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), and pg_ls_replslotdir(). They can be run by members of the predefined pg_monitor role.
1245
-
</para>
1246
-
</listitem>
1247
-
1248
1233
<!--
1249
1234
Author: Jeff Davis <jdavis@postgresql.org>
1250
1235
2021-07-09 [8e7811e95] Eliminate replication protocol error related to IDENTIFY
@@ -1346,6 +1331,41 @@ The new CREATE_REPLICATION_SLOT option is called TWO_PHASE. pg_recvlogical now
1346
1331
</para>
1347
1332
</listitem>
1348
1333
1334
+
<!--
1335
+
Author: Michael Paquier <michael@paquier.xyz>
1336
+
2021-11-23 [1922d7c6e] Add SQL functions to monitor the directory contents of r
1337
+
-->
1338
+
1339
+
<listitem>
1340
+
<para>
1341
+
Add SQL functions to monitor the directory contents of logical replication slots (Bharath Rupireddy)
1342
+
</para>
1343
+
1344
+
<para>
1345
+
Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), and pg_ls_replslotdir(). They can be run by members of the predefined pg_monitor role.
1346
+
</para>
1347
+
</listitem>
1348
+
1349
+
<!--
1350
+
Author: Tom Lane <tgl@sss.pgh.pa.us>
1351
+
2021-11-02 [f3d4019da] Ensure consistent logical replication of datetime and fl
1352
+
-->
1353
+
1354
+
<!--
1355
+
Author: Amit Kapila <akapila@postgresql.org>
1356
+
2022-03-14 [705e20f85] Optionally disable subscriptions on error.
1357
+
-->
1358
+
1359
+
<listitem>
1360
+
<para>
1361
+
Allow subscribers to stop logical replication application on error (Osumi Takamichi, Mark Dilger)
1362
+
</para>
1363
+
1364
+
<para>
1365
+
This is enabled with the subscriber option "disable_on_error" and avoids possible infinite loops during stream application.
1366
+
</para>
1367
+
</listitem>
1368
+
1349
1369
<!--
1350
1370
Author: Tom Lane <tgl@sss.pgh.pa.us>
1351
1371
2021-11-02 [f3d4019da] Ensure consistent logical replication of datetime and fl
@@ -1557,7 +1577,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1557
1577
1558
1578
<listitem>
1559
1579
<para>
1560
-
Create unlogged sequences and allow them to be skipped in logical replication (Peter Eisentraut)
1580
+
Allow the creation of unlogged sequences (Peter Eisentraut)
0 commit comments