Unicode update and some tooling improvements

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-02-26T20:36:08Z
Lists: pgsql-hackers

Attachments

This is the annual update of the Unicode data.  I also worked a bit on 
the tooling.  The update-unicode target under meson did not update the 
data in contrib/unaccent/, so I added that.  I also fixed a Python 
deprecation warning in the generation script and made some light changes 
in the surrounding documentation.

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Update Unicode data to CLDR 48.2

  2. Update Unicode data to Unicode 17.0.0

  3. Update RELEASE_CHANGES

  4. Implement unaccent Unicode data update in meson

  5. doc: Fix capitalization of Unicode

  6. Fix Python deprecation warning