@@ -568,17 +568,6 @@ Previously, such updates ran delete actions on the source partition and insert a
568568</para>
569569</listitem>
570570
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-
582571<!--
583572Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
5845732022-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
13311320</para>
13321321</listitem>
13331322
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+
13341338<!--
13351339Author: Michael Paquier <michael@paquier.xyz>
133613402021-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
13461350</para>
13471351</listitem>
13481352
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-
13541353<!--
13551354Author: Amit Kapila <akapila@postgresql.org>
135613552022-03-14 [705e20f85] Optionally disable subscriptions on error.
@@ -1362,7 +1361,7 @@ Allow subscribers to stop logical replication application on error (Osumi Takami
13621361</para>
13631362
13641363<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.
13661365</para>
13671366</listitem>
13681367
@@ -1396,6 +1395,17 @@ Add system view pg_stat_subscription_stats to report on subscriber activity (Mas
13961395<para>
13971396New function pg_stat_reset_subscription_stats() allows the resetting of subscriber statistics.
13981397</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>
13991409</listitem>
14001410
14011411 </itemizedlist>
0 commit comments