| 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-08-28 05:52:17 |
| Message-ID: | CAD21AoC1dJGqngg_cdT_ayQjOdw6gmSBfVOTtAWOq-5C+XeLZQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On Tue, Apr 14, 2026 at 6:19 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> I have completed the first draft of the PG 19 release notes:
>
> https://www.postgresql.org/docs/devel/release-19.html
>
I have a question about the categorization of replication-related new
features. Currently the following items are listed in the "Streaming
Replication and Recovery" section:
1. Add WAIT FOR command to allow standbys to wait for LSN values to be
written, flushed, or replayed (Kartyshov Ivan, Alexander Korotkov,
Xuneng Zhou)
2 Improve function pg_sync_replication_slots() to wait for replication
synchronization completion (Ajin Cherian, Zhijie Hou)
3. Add server variable wal_sender_shutdown_timeout to limit replica
synchronization waits during shutdown (Andrey Silitskiy, Hayato
Kuroda)
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.
Regards,
--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com
| Attachment | Content-Type | Size |
|---|---|---|
| release_note_19.patch | text/x-patch | 3.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tender Wang | 2026-08-28 05:55:25 | Re: Unsafe qual pushdown through DISTINCT with simple CASE expressions |
| Previous Message | Alberto Piai | 2026-08-28 05:50:15 | Re: Adding a stored generated column without long-lived locks |