summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale_builtin.c
AgeCommit message (Expand)Author
7 daysRemove provider field from pg_locale_t.Jeff Davis
7 daysControl ctype behavior internally with a method table.Jeff Davis
8 daysRemove unused #include's in src/backend/utils/adt/*Peter Eisentraut
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-08Move code for collation version into provider-specific files.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-16Refactor string case conversion into provider-specific files.Jeff Davis
2024-12-03Perform provider-specific initialization in new functions.Jeff Davis