Re: First draft of PG 19 release notes

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First draft of PG 19 release notes
Date: 2026-09-10 20:48:22
Message-ID: CAD21AoDWo7jD3wnxn3uyjvjU0qhXjzL+f_TzutEGHyyJ_RP0hQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Fri, Aug 28, 2026 at 7:05 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> On Thu, Aug 27, 2026 at 10:52:17PM -0700, Masahiko Sawada wrote:
> > 4. Allow wal_receiver_timeout to be set per-subscription and user (Fujii Masao)
> > 5. Add optional pid parameter to pg_replication_origin_session_setup()
> > to allow parallelization of SQL-level replication solutions (Doruk
> > Yilmaz, Hayato Kuroda)
> >
> > I wonder if 4 and 5 should be listed in the "Logical Replication"
> > section instead because 4 is a new subscription option and 5 is
> > related to replication origins, which are used only in logical
> > replication. Please find the attached patch.
>
> Yes, I think you are correct. I can't always easily identify
> logical-only changes. Patch applied, thanks.

I found another place that we need to fix:

Add CREATE/ALTER PUBLICATION setting retain_dead_tuples to retain
information needed for conflict resolution (Zhijie Hou)

The retain_dead_tuples is a subscription option but not a
publication's one. Also, it's required for conflict detection. Please
review the attached patch that does:

s/publication/subscription/
s/conflict resolution/conflict detection/

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
fix_max_retention_duration.patch text/x-patch 1.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2026-09-10 20:51:26 Re: Trying to break online checksums with LLMs
Previous Message Tom Lane 2026-09-10 20:37:15 Re: Trying to break online checksums with LLMs