Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3715850

Browse files
committed
relnotes: add null logical replication item
Also move system view item to logical replication, mention "infinite _error_ loops". Reported-by: Euler Taveira, Takamichi Osumi, Amit Langote Discussion: https://postgr.es/m/21e8ef3b-6ffb-49d8-867f-4622a4dffcf3@www.fastmail.com
1 parent 3ab9a63 commit 3715850

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

doc/src/sgml/release-15.sgml

+27-17
Original file line numberDiff line numberDiff line change
@@ -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
<!--
583572
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
584573
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
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
<!--
13351339
Author: Michael Paquier <michael@paquier.xyz>
13361340
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
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
<!--
13551354
Author: Amit Kapila <akapila@postgresql.org>
13561355
2022-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>
13971396
New 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

Comments
 (0)