Commits

DateSubjectAuthorReleases
2026-05-15 Don't accept length of -1 in pg_locale.h APIs. Jeff Davis 19 (unreleased)
2026-04-13 Fix overrun when comparing with unterminated ICU language string. Jeff Davis 18.4
2026-04-13 Fix overrun when comparing with unterminated ICU language string. Jeff Davis 19 (unreleased)
2026-02-26 Fix memory leaks in pg_locale_icu.c. Jeff Davis 18.4
2026-02-26 Fix memory leaks in pg_locale_icu.c. Jeff Davis 19 (unreleased)
2026-01-07 Clean up ICU includes. Jeff Davis 19 (unreleased)
2026-01-06 ICU: use UTF8-optimized case conversion API Jeff Davis 19 (unreleased)
2025-12-16 Avoid global LC_CTYPE dependency in pg_locale_icu.c. Jeff Davis 19 (unreleased)
2025-12-16 downcase_identifier(): use method table from locale provider. Jeff Davis 19 (unreleased)
2025-12-15 Remove unused single-byte char_is_cased() API. Jeff Davis 19 (unreleased)
2025-12-10 Add pg_iswcased(). Jeff Davis 19 (unreleased)
2025-10-28 Move comment about casts from pg_wchar. Jeff Davis 19 (unreleased)
2025-10-18 Add pg_iswxdigit(), useful for tsearch. Jeff Davis 19 (unreleased)
2025-07-01 Remove provider field from pg_locale_t. Jeff Davis 19 (unreleased)
2025-07-01 Control ctype behavior internally with a method table. Jeff Davis 19 (unreleased)
2025-01-24 Add SQL function CASEFOLD(). Jeff Davis 18.0
2025-01-08 Control collation behavior with a method table. Jeff Davis 18.0
2025-01-08 Move code for collation version into provider-specific files. Jeff Davis 18.0
2024-12-16 Refactor string case conversion into provider-specific files. Jeff Davis 18.0
2024-12-03 Move check for ucol_strcollUTF8 to pg_locale_icu.c Jeff Davis 18.0
2024-12-03 Perform provider-specific initialization in new functions. Jeff Davis 18.0
2024-10-14 Move ICU-specific code from pg_locale.c into pg_locale_icu.c. Jeff Davis 18.0