Re: First draft of PG 19 release notes

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First draft of PG 19 release notes
Date: 2026-04-30 07:08:58
Message-ID: 9dae1593-4441-4a20-a1ab-ce5018db9878@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/15/26 3:18 AM, Bruce Momjian wrote:
> I have completed the first draft of the PG 19 release notes:

Thanks!

I noticed that two of my performance patches were not included in the
release notes and I personally think one of them belongs in the release
notes while other not.

The one I think belongs is the one below since it it really results in
major speedups of lower(), upper(), initcap() and casefold() on ICU with
UTF-8. Not having to convert from UTF-8 to UTF-32 and back is often a
major speedup.

commit c4ff35f10441de7dbed4e87737bca205dcca698e
Author: Jeff Davis <jdavis(at)postgresql(dot)org>
Date: Tue Jan 6 14:09:07 2026 -0800

ICU: use UTF8-optimized case conversion API

Initializes a UCaseMap object once for use across calls, and uses
UTF8-optimized APIs.

Author: Andreas Karlsson <andreas(at)proxel(dot)se>
Reviewed-by: zengman <zengman(at)halodbtech(dot)com>
Discussion:
https://postgr.es/m/5a010b27-8ed9-4739-86fe-1562b07ba564@proxel.se

--
Andreas Karlsson
Percona

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-04-30 07:10:03 Re: Exit walsender before confirming remote flush in logical replication
Previous Message vignesh C 2026-04-30 06:51:54 Re: [PATCH] Preserve replication origin OIDs in pg_upgrade