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-16 18:14:35
Message-ID: ajGSiyoI7tftgGUA@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 9, 2026 at 02:59:17PM +0800, Chao Li wrote:
> This feature has been reverted by a0354e29c41a9fb7491b3c7c23f079b1923c045a.
>
> ```
> <!--
> Author: Andrew Dunstan <andrew(at)dunslane(dot)net>
> 2026-03-12 [a0b6ef29a] Enable fast default for domains with non-volatile constr
> -->
>
> <listitem>
> <para>
> Allow the <link linkend="sql-altertable">addition of columns</link> based on domains containing constraints to usually avoid a table rewrite (Jian He)
> <ulink url="&commit_baseurl;a0b6ef29a">&sect;</ulink>
> </para>
>
> <para>
> Previously this always required a table rewrite.
> </para>
> </listitem>
> ```
>
> So this item can be removed from the release note.

Thanks. Reading the revert commit message, I am not sure I would have
associated it with this release note item's visible text. Thanks. I
updated the release notes to current.

--
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 Corey Huinker 2026-06-16 18:28:20 Re: Fix --missing-stats-only false positive for partitioned expression indexes
Previous Message Corey Huinker 2026-06-16 18:08:51 Re: use of SPI by postgresImportForeignStatistics