RE: Parallel Apply

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, 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: 2026-03-30 10:20:47
Message-ID: OS9PR01MB121490807BC7E440A64D415D1F552A@OS9PR01MB12149.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear hackers,

The patch set needs to be rebased due to 06d859a, and here is a fixed version.

Now we are busy for other projects but planning to work on this, after the
feature freeze.

Best regards,
Hayato Kuroda
FUJITSU LIMITED

Attachment Content-Type Size
v10-0001-Introduce-new-type-of-logical-replication-messag.patch application/octet-stream 6.0 KB
v10-0002-Introduce-a-shared-hash-table-to-store-paralleli.patch application/octet-stream 9.1 KB
v10-0003-Introduce-a-local-hash-table-to-store-replica-id.patch application/octet-stream 28.3 KB
v10-0004-Parallel-apply-non-streaming-transactions.patch application/octet-stream 51.3 KB
v10-0005-support-2PC.patch application/octet-stream 13.9 KB
v10-0006-Track-dependencies-for-streamed-transactions.patch application/octet-stream 10.7 KB
v10-0007-Wait-applying-transaction-if-one-of-user-defined.patch application/octet-stream 11.8 KB
v10-0008-Support-dependency-tracking-via-local-unique-ind.patch application/octet-stream 23.8 KB
v10-0009-Support-dependency-tracking-via-foreign-keys.patch application/octet-stream 16.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-03-30 10:22:26 Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Previous Message Jim Jones 2026-03-30 09:58:59 Re: [PATCH] Add CANONICAL option to xmlserialize