Re: PostgreSQL 19 Beta 1 release announcement draft - Mailing list pgsql-hackers

From Jakub Wartak
Subject Re: PostgreSQL 19 Beta 1 release announcement draft
Date
Msg-id CAKZiRmwGfxLAUA+awY4uqtWFhmBLtXXZvbmjz-yzg9OZjvioFQ@mail.gmail.com
Whole thread
In response to PostgreSQL 19 Beta 1 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On Fri, May 29, 2026 at 5:23 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
>
> Hi,
>
> Attached is the draft of the PostgreSQL 19 Beta 1 release announcement.
> Please review for accuracy (e.g. are features described correctly? Did I
> miss a revert), recommendations on additions or glaring omissions,
> structure, etc.
>
> Please provide feedback no later than June 4, 2026 12:00 UTC (though
> preferably earlier!)

Hi Jonathan, thanks for preparing it. Three thoughts, not sure You agree with
them, but while reading this I had these reactions:

I would recommend moving 'pg_plan_advice' a bit higher, as at least here we've
got quite volume of users asking for it often in emergencies, but also lack of
this feature also caused some not to migrate, because PG was missing it
earlier.

Also 64-bit MultiXactOffset is not directly called, but can be huge win for
some, maybe something like "64-bit MultiXactOffset greatly reduces the risk
of MultiXact member-space exhaustion: it prevents emergency anti-wraparound
vacuums previously caused by highly concurrent workloads involving FKs."

Perhaps also "GROUP BY ALL" could be listed as well under `Developer
Experience`.

-J.



pgsql-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Next
From: Xuneng Zhou
Date:
Subject: Re: Bound memory usage during manual slot sync retries