summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale_libc.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
2025-03-28Use thread-safe strftime_l() instead of strftime().Peter Eisentraut
2025-01-08Control collation behavior with a method table.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
2024-10-14Move libc-specific code from pg_locale.c into pg_locale_libc.c.Jeff Davis