Re: First draft of PG 19 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First draft of PG 19 release notes
Date: 2026-06-29 21:39:37
Message-ID: akLmGabvtZuAizYh@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 25, 2026 at 10:57:47AM +0800, Chao Li wrote:
>
>
> > On Jun 18, 2026, at 09:45, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >
> > On Wed, Jun 17, 2026 at 09:34:38PM -0400, Bruce Momjian wrote:
> >> On Thu, Jun 18, 2026 at 10:29:47AM +0900, Fujii Masao wrote:
> >>> On Wed, Apr 15, 2026 at 10:19 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >>>>
> >>>> I have completed the first draft of the PG 19 release notes:
> >>>
> >>> Thanks for working on the release note!
> >>>
> >>> Reduce lock level of ALTER DOMAIN ... VALIDATE CONSTRAINT to match
> >>> ALTER TABLE ... VALIDATE CONSTRAINT (Jian He) §
> >>>
> >>> I reverted this change at commit 64797ad97d6, so could you please
> >>> remove this item from the release notes?
> >>
> >> Oh, I missed that one, removed, thanks.
> >
> > Ah, I missed it because it happened today and I was only current as of
> > yesterday. I have now updated to be current as of today.

Ah, I missed adding the "autovacuum_" prefix, committed.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Do not let urgent matters crowd out time for investment in the future.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mihail Nikalayeu 2026-06-29 21:48:00 Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
Previous Message Zsolt Parragi 2026-06-29 21:31:41 Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements