Commits

DateSubjectAuthorReleases
2026-06-08 Guard against uninitialized default locale. Jeff Davis 17 (unreleased)
2026-06-08 Guard against uninitialized default locale. Jeff Davis 18 (unreleased)
2026-06-08 Guard against uninitialized default locale. Jeff Davis 19 (unreleased)
2026-05-15 Don't accept length of -1 in pg_locale.h APIs. Jeff Davis 19 (unreleased)
2026-03-03 style: define parameterless functions as foo(void). Jeff Davis 19 (unreleased)
2026-02-26 Fix memory leaks in pg_locale_icu.c. Jeff Davis 16.14
2026-02-26 Fix memory leaks in pg_locale_icu.c. Jeff Davis 17.10
2026-01-07 Clean up ICU includes. 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-12-10 Remove char_tolower() API. Jeff Davis 19 (unreleased)
2025-11-26 Allow pg_locale_t APIs to work when ctype_is_c. Jeff Davis 19 (unreleased)
2025-11-05 Special case C_COLLATION_OID in pg_newlocale_from_collation(). Jeff Davis 18.1
2025-11-05 Special case C_COLLATION_OID in pg_newlocale_from_collation(). Jeff Davis 19 (unreleased)
2025-10-21 Remove obsolete global database_ctype_is_c. Jeff Davis 19 (unreleased)
2025-10-18 Add pg_database_locale() to retrieve database default locale. Jeff Davis 19 (unreleased)
2025-10-18 Add pg_iswxdigit(), useful for tsearch. Jeff Davis 19 (unreleased)
2025-10-15 Add pg_iswalpha() and related functions. 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-17 Support PG_UNICODE_FAST locale in the builtin collation provider. 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