pgsql: doc PG 19 relnotes: add UTF-8 case folding performance item

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc PG 19 relnotes: add UTF-8 case folding performance item
Date: 2026-05-08 00:53:43
Message-ID: E1wL9TL-000mmc-1u@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc PG 19 relnotes: add UTF-8 case folding performance item

Reported-by: Andreas Karlsson

Discussion: https://postgr.es/m/9dae1593-4441-4a20-a1ab-ce5018db9878@proxel.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12ca57bf346f1be0986f360d147bbe1a46d682db

Modified Files
--------------
doc/src/sgml/release-19.sgml | 12 ++++++++++++
1 file changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-05-08 02:00:22 pgsql: Fix HAVING-to-WHERE pushdown for simple-CASE form
Previous Message Amit Langote 2026-05-08 00:44:12 pgsql: Fix use-after-free of qs in AfterTriggerEndQuery.