</para>
</listitem>
-<!--
-Author: Amit Kapila <akapila@postgresql.org>
-2021-12-08 [a61bff2bf] De-duplicate the result of pg_publication_tables view.
--->
-
-<listitem>
-<para>
-Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie)
-</para>
-</listitem>
-
<!--
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
2022-04-02 [cfdd03f45] Allow CLUSTER on partitioned tables
</para>
</listitem>
+<!--
+Author: Amit Kapila <akapila@postgresql.org>
+2022-03-30 [d5a9d86d8] Skip empty transactions for logical replication.
+-->
+
+<listitem>
+<para>
+Prevent logical replication of empty transactions (Ajin Cherian, Hou Zhijie, Euler Taveira)
+</para>
+
+<para>
+Previously, write transactions would send empty transactions to subscribers if subscribed tables were not modified.
+</para>
+</listitem>
+
<!--
Author: Michael Paquier <michael@paquier.xyz>
2021-11-23 [1922d7c6e] Add SQL functions to monitor the directory contents of r
</para>
</listitem>
-<!--
-Author: Tom Lane <tgl@sss.pgh.pa.us>
-2021-11-02 [f3d4019da] Ensure consistent logical replication of datetime and fl
--->
-
<!--
Author: Amit Kapila <akapila@postgresql.org>
2022-03-14 [705e20f85] Optionally disable subscriptions on error.
</para>
<para>
-This is enabled with the subscriber option "disable_on_error" and avoids possible infinite loops during stream application.
+This is enabled with the subscriber option "disable_on_error" and avoids possible infinite error loops during stream application.
</para>
</listitem>
<para>
New function pg_stat_reset_subscription_stats() allows the resetting of subscriber statistics.
</para>
+</listitem>
+
+<!--
+Author: Amit Kapila <akapila@postgresql.org>
+2021-12-08 [a61bff2bf] De-duplicate the result of pg_publication_tables view.
+-->
+
+<listitem>
+<para>
+Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie)
+</para>
</listitem>
</itemizedlist>