Re: First draft of PG 19 release notes

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First draft of PG 19 release notes
Date: 2026-04-15 02:25:56
Message-ID: CAExHW5vjpd=mWauQZsTbKX9QqD8yxDUABBGQAT5n+CT+nr8QHw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Bruce,

On Wed, Apr 15, 2026 at 6:49 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:

One correction:

Add simplified shared memory registration function
ShmemRequestStruct() (Ashutosh Bapat) §

Heikki Linnakangas is the primary author of this commit.

Also, depending upon the availability of space, here's a suggested version:

--
Add simplified and improved shared memory registration function
ShmemRequestStruct (Heikki Linnakangas, Ashutosh Bapat)

Allows requesting named shared memory structures during and after
server startup. Functions ShmemInitStruct() and ShmemInitHash() remain
for backward compatibility.
--

--
Best Wishes,
Ashutosh Bapat

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Xiaopeng Wang 2026-04-15 02:28:28 Re: [doc] pg_ctl: fix wrong description for -l
Previous Message David Rowley 2026-04-15 02:21:36 Re: Add bms_offset_members() function for bitshifting Bitmapsets