summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale_libc.c
AgeCommit message (Expand)Author
2025-07-09Change wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
2025-07-01Remove provider field from pg_locale_t.Jeff Davis
2025-07-01Control 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-02Perform 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