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
This commit is contained in:
Bruce Momjian 2026-05-07 20:53:22 -04:00
parent 4b1b2be22f
commit 12ca57bf34

View file

@ -753,6 +753,18 @@ Improve performance of internal row deformation (David Rowley)
</para>
</listitem>
<!--
Author: Jeff Davis <jdavis@postgresql.org>
2026-01-06 [c4ff35f10] ICU: use UTF8-optimized case conversion API
-->
<listitem>
<para>
Improve performance of repeated UTF-8 case-folding operations (Andreas Karlsson)
<ulink url="&commit_baseurl;c4ff35f10">&sect;</ulink>
</para>
</listitem>
<!--
Author: Michael Paquier <michael@paquier.xyz>
2026-03-16 [bfa3c4f10] Optimize hash index bulk-deletion with streaming read