Re: PG 18 release notes draft committed

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PG 18 release notes draft committed
Date: 2025-09-01 11:01:48
Message-ID: 20250901200148.baca5744b27419c87c323362@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 1 May 2025 22:44:50 -0400
Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> I have committd the first draft of the PG 18 release notes. The item
> count looks strong:

I noticed that the following commit seems to be missing from the release notes:

2024-09-17 [89f908a6d] Add temporal FOREIGN KEY contraints

I believe this is worth including, especially with a mention of the new
keyword PERIOD, since that would help users discover that a new keyword
has been introduced.

I've attached a draft patch to fix the existing release note entry for
temporal (non-overlapping) PRIMARY KEY and UNIQUE constraints.

Regards,
Yugo Nagata

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
fix_release-18_period.patch text/x-diff 1.5 KB
fix_release-18_period.patch text/x-diff 1.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Koval 2025-09-01 11:03:58 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Previous Message David Geier 2025-09-01 10:36:24 Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?