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:16:59
Message-ID: 93b46e98-297e-44f0-a9f0-6f7814069671@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/30/26 9:08 AM, Andreas Karlsson wrote:
> 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.

Saw the big discussion on performance improvements if they should be
included or not. So I will just leave this alone. :)

--
Andreas Karlsson
Percona

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2026-04-30 07:32:00 Re: Include schema-qualified names in publication error messages.
Previous Message Ashutosh Bapat 2026-04-30 07:15:57 Re: Limit GRAPH_TABLE path combinations to prevent memory exhaustion