RE: Parallel Apply

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, 'Dilip Kumar' <dilipbalaut(at)gmail(dot)com>, 'Andrei Lepikhov' <lepihov(at)gmail(dot)com>, "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, 'wenhui qiu' <qiuwenhuifx(at)gmail(dot)com>
Subject: RE: Parallel Apply
Date: 2025-12-26 03:52:09
Message-ID: OSCPR01MB14966585027AE9B53CD85E02FF5B0A@OSCPR01MB14966.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Here is a rebased version.

Oh, I mistook run the git format-patch command. Here is a correct set.
the sequence number is incremented.

> 0006 contains changes to handle the case that user-defined triggers are not...
It should be 0007.

> 0007 contains changes for track dependencies by local indexes. It was mostly the...
It should be 0008.

Best regards,
Hayato Kuroda
FUJITSU LIMITED

Attachment Content-Type Size
v6_2-0001-Introduce-new-type-of-logical-replication-messa.patch application/octet-stream 6.0 KB
v6_2-0002-Introduce-a-shared-hash-table-to-store-parallel.patch application/octet-stream 8.7 KB
v6_2-0003-Introduce-a-local-hash-table-to-store-replica-i.patch application/octet-stream 27.7 KB
v6_2-0004-Parallel-apply-non-streaming-transactions.patch application/octet-stream 51.7 KB
v6_2-0005-support-2PC.patch application/octet-stream 13.3 KB
v6_2-0006-Track-dependencies-for-streamed-transactions.patch application/octet-stream 10.7 KB
v6_2-0007-Wait-applying-transaction-if-one-of-user-define.patch application/octet-stream 11.8 KB
v6_2-0008-Support-dependency-tracking-via-local-unique-in.patch application/octet-stream 23.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-26 03:54:38 Fixes a clip bug in pg_stat_get_backend_activity()
Previous Message Chao Li 2025-12-26 03:37:58 Re: [Patch]Add tab completion for DELETE ... USING