Re: Support logical replication of DDLs
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: "Takamichi Osumi (Fujitsu)" <osumi.takamichi@fujitsu.com>
Cc: Zheng Li <zhengli10@gmail.com>, li jie <ggysxcq@gmail.com>, Peter Smith <smithpb2250@gmail.com>, Ajin Cherian <itsajin@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>,
Alvaro Herrera <alvherre@alvh.no-ip.org>, "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>,
Amit Kapila <amit.kapila16@gmail.com>, Masahiko Sawada <sawada.mshk@gmail.com>, Japin Li <japinli@hotmail.com>, rajesh singarapu <rajesh.rs0541@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-27T12:03:38Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add a run_as_owner option to subscriptions.
- 482675987bcd 16.0 cited
-
Refactor pgoutput_change().
- da324d6cd45b 16.0 cited
-
Print the correct aliases for DML target tables in ruleutils.
- df931e9ab35b 11.20 landed
- c8a5f1685fb7 15.3 landed
- 4efb4f0d4878 13.11 landed
- 3dd287c14fac 12.15 landed
- 393430f57544 16.0 landed
- 14345f3c6a7b 14.8 landed
-
Fix object identity string for transforms
- 9a312562314a 16.0 landed
-
Add grantable MAINTAIN privilege and pg_maintain role.
- 60684dd834a2 16.0 cited
-
Get rid of recursion-marker values in enum AlterTableType
- 840ff5f451cd 16.0 cited
-
Release cache tuple when no longer needed
- ed0fbc8e5ac9 15.0 cited
-
Empty search_path in logical replication apply worker and walsender.
- 11da97024abb 14.0 cited
-
Refactor format_type APIs to be more modular
- a26116c6cbf4 11.0 cited
-
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
- 3a0d473192b2 10.0 cited
Attachments
- v56-0004-DDL-messaging-infrastructure-for-DDL-replication.patch (text/x-patch) patch v56-0004
- v56-0003-Introduce-the-test_ddl_deparse_regress-test-modu.patch (text/x-patch) patch v56-0003
- v56-0001-Infrastructure-to-support-DDL-deparsing.patch (text/x-patch) patch v56-0001
- v56-0002-Functions-to-deparse-DDL-commands.patch (text/x-patch) patch v56-0002
- v56-0005-Support-DDL-replication.patch (text/x-patch) patch v56-0005
On Tue, 27 Dec 2022 at 11:43, vignesh C <vignesh21@gmail.com> wrote: > > On Fri, 23 Dec 2022 at 11:33, Takamichi Osumi (Fujitsu) > <osumi.takamichi@fujitsu.com> wrote: > > > > On Thursday, December 22, 2022 2:22 AM vignesh C <vignesh21@gmail.com> wrote: > > > I have handled most of the comments for [1] in the v55 version patch attached. > > > I will handle the pending comments in the upcoming version and reply to it. > > > [1] - > > > https://www.postgresql.org/message-id/20221207122041.hbfj4hen3ibhdzgn% > > > 40alvherre.pgsql > > Hi, Vignesh > > > > > > FYI, cfbot causes a failure for v55 in [1]. > > Could you check it ? > > Thanks for letting me know, the updated patch has the changes for the same. > I have changed the patch ordering slightly as deparsing can be tested > using ddl_deparse_to_json and ddl_deparse_expand_command after 0002 > changes. I have also moved reorderbuffer and decode changes to 0004 > patch. I had missed including one of the files in meson.build because of which cfbot was failing, update version has the changes for the same. Regards, Vignesh