Re: First draft of PG 19 release notes

From: Xuneng Zhou <xunengzhou(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-04-20 13:03:41
Message-ID: CABPTF7VxrFB_4Qoo2=PyrczGyq8CqOpQ5D5yye3DyxDC=so_0Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Bruce,

On Wed, Apr 15, 2026 at 9:19 AM 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
>
> The feature count is 212. The recent average is 200:
>
> https://momjian.us/main/writings/pgsql/missing.pdf#page=3
>
> I will create a wiki page to explain my methods used to create this
> because, someday, someone else will need to do this.
>
> I am traveling April 19 to May 7, so I might not be able to make quick
> adjustments based on feedback. Another committer can handle them, or
> you can wait for me to get to it.

Thanks for working on the draft. Here're some comments for it:

1) Improve performance of pgstattuple by using streaming reads

There are two related commits that improve the performance of
pgstattuple. The current hyperlink references [1]; would it make sense
to include [2] too?

[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=213f0079b
[2] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=ae58189a4d523f0156ebe30f4534180555669e88

2) Additionally, would this[3] be something worth mentioning in the
General Performance section? The improvement looks fairly big.

[3] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=6c228755add8f0714677440d53a160f9ed332902

3) Allow standbys to wait for LSN values to be replayed via WAIT FOR
As for this feature, the follow-up commit[4] extends the WAIT FOR
command to support waiting for flush and write operations. Is it
helpful for users to be aware of these use cases as well?

[4] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=49a181b5d634340fcfb7c762c387c03f6405367e

Thanks!

--
Best,
Xuneng

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-04-20 13:39:44 Re: [PATCH] Reject ENCODING option for COPY TO FORMAT JSON
Previous Message Fujii Masao 2026-04-20 12:20:22 Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c