pgsql: Update Unicode data to Unicode 17.0.0

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update Unicode data to Unicode 17.0.0
Date: 2026-03-20 07:48:58
Message-ID: E1w3UbK-000c15-06@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update Unicode data to Unicode 17.0.0

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Alexander Borisov <lex(dot)borisov(at)gmail(dot)com>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57ee397953985feb95cffa65a06fcaf6a2cd5367

Modified Files
--------------
contrib/unaccent/unaccent.rules | 1 +
src/Makefile.global.in | 2 +-
src/common/unicode/meson.build | 2 +-
src/include/common/unicode_case_table.h | 1528 ++++----
src/include/common/unicode_category_table.h | 194 +-
src/include/common/unicode_east_asian_fw_table.h | 21 +-
src/include/common/unicode_nonspacing_table.h | 9 +-
src/include/common/unicode_norm_hashfunc.h | 4039 +++++++++++-----------
src/include/common/unicode_norm_table.h | 37 +-
src/include/common/unicode_normprops_table.h | 1873 +++++-----
src/include/common/unicode_version.h | 2 +-
11 files changed, 4034 insertions(+), 3674 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-03-20 10:08:46 pgsql: Cleanup users and roles in graph_table_rls test
Previous Message Amit Kapila 2026-03-20 06:12:17 pgsql: Add support for EXCEPT TABLE in ALTER PUBLICATION.