RE: Parallel Apply
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Tomas Vondra <tomas@vondra.me>, Amit Kapila <amit.kapila16@gmail.com>, 'Dilip Kumar' <dilipbalaut@gmail.com>, 'Andrei Lepikhov' <lepihov@gmail.com>, "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, 'wenhui qiu' <qiuwenhuifx@gmail.com>
Date: 2025-12-26T03:52:09Z
Lists: pgsql-hackers
Attachments
- v6_2-0001-Introduce-new-type-of-logical-replication-messa.patch (application/octet-stream)
- v6_2-0002-Introduce-a-shared-hash-table-to-store-parallel.patch (application/octet-stream)
- v6_2-0003-Introduce-a-local-hash-table-to-store-replica-i.patch (application/octet-stream)
- v6_2-0004-Parallel-apply-non-streaming-transactions.patch (application/octet-stream)
- v6_2-0005-support-2PC.patch (application/octet-stream)
- v6_2-0006-Track-dependencies-for-streamed-transactions.patch (application/octet-stream)
- v6_2-0007-Wait-applying-transaction-if-one-of-user-define.patch (application/octet-stream)
- v6_2-0008-Support-dependency-tracking-via-local-unique-in.patch (application/octet-stream)
> 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