Re: PostgreSQL 19 Beta 1 release announcement draft

From: Jakub Wartak <jakub(dot)wartak(at)enterprisedb(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 19 Beta 1 release announcement draft
Date: 2026-05-29 07:25:58
Message-ID: CAKZiRmwGfxLAUA+awY4uqtWFhmBLtXXZvbmjz-yzg9OZjvioFQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 29, 2026 at 5:23 AM Jonathan S. Katz <jkatz(at)postgresql(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Xuneng Zhou 2026-05-29 07:29:07 Re: Bound memory usage during manual slot sync retries
Previous Message Akshay Joshi 2026-05-29 06:50:54 Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement