Commits

DateSubjectAuthorReleases
2024-12-03 Perform provider-specific initialization in new functions. Jeff Davis 18.0
2024-12-03 Fix unintentional behavior change in commit e9931bfb75. Jeff Davis 18.0
2024-11-06 Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE. Jeff Davis 17.1
2024-10-25 Refactor the code to create a pg_locale_t into new function. Jeff Davis 18.0
2024-10-14 Move libc-specific code from pg_locale.c into pg_locale_libc.c. Jeff Davis 18.0
2024-10-14 Move ICU-specific code from pg_locale.c into pg_locale_icu.c. Jeff Davis 18.0
2024-09-24 Allow length=-1 for NUL-terminated input to pg_strncoll(), etc. Jeff Davis 18.0
2024-09-24 Tighten up make_libc_collator() and make_icu_collator(). Jeff Davis 18.0
2024-09-12 Simplify checks for deterministic collations. Jeff Davis 18.0
2024-09-06 Remove lc_ctype_is_c(). Jeff Davis 18.0
2024-09-04 Remove lc_collate_is_c(). Jeff Davis 18.0
2024-09-03 Remember last collation to speed up collation cache. Jeff Davis 18.0
2024-08-06 selfuncs.c: use pg_strxfrm() instead of strxfrm(). Jeff Davis 18.0
2024-08-06 Remove support for null pg_locale_t most places. Jeff Davis 18.0
2024-07-30 Relax check for return value from second call of pg_strnxfrm(). Jeff Davis 16.4
2024-07-30 Relax check for return value from second call of pg_strnxfrm(). Jeff Davis 17.0
2024-07-30 Relax check for return value from second call of pg_strnxfrm(). Jeff Davis 18.0
2024-07-30 Make collation not depend on setlocale(). Jeff Davis 18.0
2024-07-29 Do not return NULL from pg_newlocale_from_collation(). Jeff Davis 18.0
2024-07-28 Fix whitespace in commit 005c6b833f. Jeff Davis 18.0
2024-07-28 Refactor: make default_locale internal to pg_locale.c. Jeff Davis 18.0
2024-07-28 Change collation cache to use simplehash.h. Jeff Davis 18.0
2024-05-07 Remove obsolete comment. Jeff Davis 17.0
2024-03-29 Use version for builtin collations. Jeff Davis 17.0
2024-03-19 Support C.UTF-8 locale in the new builtin collation provider. Jeff Davis 17.0