@@ -568,17 +568,6 @@ Previously, such updates ran delete actions on the source partition and insert a
568
568
</para>
569
569
</listitem>
570
570
571
- <!--
572
- Author: Amit Kapila <akapila@postgresql.org>
573
- 2021-12-08 [a61bff2bf] De-duplicate the result of pg_publication_tables view.
574
- -->
575
-
576
- <listitem>
577
- <para>
578
- Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie)
579
- </para>
580
- </listitem>
581
-
582
571
<!--
583
572
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
584
573
2022-04-02 [cfdd03f45] Allow CLUSTER on partitioned tables
@@ -1331,6 +1320,21 @@ The new CREATE_REPLICATION_SLOT option is called TWO_PHASE. pg_recvlogical now
1331
1320
</para>
1332
1321
</listitem>
1333
1322
1323
+ <!--
1324
+ Author: Amit Kapila <akapila@postgresql.org>
1325
+ 2022-03-30 [d5a9d86d8] Skip empty transactions for logical replication.
1326
+ -->
1327
+
1328
+ <listitem>
1329
+ <para>
1330
+ Prevent logical replication of empty transactions (Ajin Cherian, Hou Zhijie, Euler Taveira)
1331
+ </para>
1332
+
1333
+ <para>
1334
+ Previously, write transactions would send empty transactions to subscribers if subscribed tables were not modified.
1335
+ </para>
1336
+ </listitem>
1337
+
1334
1338
<!--
1335
1339
Author: Michael Paquier <michael@paquier.xyz>
1336
1340
2021-11-23 [1922d7c6e] Add SQL functions to monitor the directory contents of r
@@ -1346,11 +1350,6 @@ Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), a
1346
1350
</para>
1347
1351
</listitem>
1348
1352
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
1353
<!--
1355
1354
Author: Amit Kapila <akapila@postgresql.org>
1356
1355
2022-03-14 [705e20f85] Optionally disable subscriptions on error.
@@ -1362,7 +1361,7 @@ Allow subscribers to stop logical replication application on error (Osumi Takami
1362
1361
</para>
1363
1362
1364
1363
<para>
1365
- This is enabled with the subscriber option "disable_on_error" and avoids possible infinite loops during stream application.
1364
+ This is enabled with the subscriber option "disable_on_error" and avoids possible infinite error loops during stream application.
1366
1365
</para>
1367
1366
</listitem>
1368
1367
@@ -1396,6 +1395,17 @@ Add system view pg_stat_subscription_stats to report on subscriber activity (Mas
1396
1395
<para>
1397
1396
New function pg_stat_reset_subscription_stats() allows the resetting of subscriber statistics.
1398
1397
</para>
1398
+ </listitem>
1399
+
1400
+ <!--
1401
+ Author: Amit Kapila <akapila@postgresql.org>
1402
+ 2021-12-08 [a61bff2bf] De-duplicate the result of pg_publication_tables view.
1403
+ -->
1404
+
1405
+ <listitem>
1406
+ <para>
1407
+ Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie)
1408
+ </para>
1399
1409
</listitem>
1400
1410
1401
1411
</itemizedlist>
0 commit comments