mirror of
https://github.com/postgres/postgres.git
synced 2026-05-16 19:39:34 -04:00
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:
parent
4b1b2be22f
commit
12ca57bf34
1 changed files with 12 additions and 0 deletions
|
|
@ -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">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2026-03-16 [bfa3c4f10] Optimize hash index bulk-deletion with streaming read
|
||||
|
|
|
|||
Loading…
Reference in a new issue