Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2026-02-26 Fix memory leaks in pg_locale_icu.c. Jeff Davis 16.14
2024-07-30 Relax check for return value from second call of pg_strnxfrm(). Jeff Davis 16.4
2023-06-21 ICU: do not convert locale 'C' to 'en-US-u-va-posix'. Jeff Davis 16.0
2023-05-17 ICU: check for U_STRING_NOT_TERMINATED_WARNING. Jeff Davis 16.0
2023-05-17 Reduce icu_validation_level default to WARNING. Jeff Davis 16.0
2023-05-09 Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'." Jeff Davis 16.0
2023-05-08 ICU: do not convert locale 'C' to 'en-US-u-va-posix'. Jeff Davis 16.0
2023-04-04 Fix MSVC warning introduced in ea1db8ae70. Jeff Davis 16.0
2023-04-04 Canonicalize ICU locale names to language tags. Jeff Davis 16.0
2023-03-28 Validate ICU locales. Jeff Davis 16.0
2023-03-28 Fix error inconsistency in older ICU versions. Jeff Davis 16.0
2023-03-24 Avoid potential UCollator leak for older ICU versions. Jeff Davis 16.0
2023-03-24 pg_locale.c: change ereport() to elog(). Jeff Davis 16.0
2023-03-23 Handle the "und" locale in ICU versions 54 and older. Jeff Davis 16.0
2023-03-23 Wrap ICU ucol_open(). Jeff Davis 16.0
2023-03-21 Support language tags in older ICU versions (53 and earlier). Jeff Davis 16.0
2023-03-17 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. Jeff Davis 16.0
2023-02-24 Silence compiler warnings introduced by d87d548cd0. Jeff Davis 16.0
2023-02-23 Refactor to introduce pg_locale_deterministic(). Jeff Davis 16.0
2023-02-23 Refactor to add pg_strcoll(), pg_strxfrm(), and variants. Jeff Davis 16.0