Commits

DateSubjectAuthorReleases
2025-12-10 Remove char_tolower() API. Jeff Davis 19 (unreleased)
2025-12-05 Fix some cases of indirectly casting away const. Tom Lane 19 (unreleased)
2025-12-02 Replace pointer comparisons and assignments to literal zero with NULL Peter Eisentraut 19 (unreleased)
2025-11-26 Allow pg_locale_t APIs to work when ctype_is_c. Jeff Davis 19 (unreleased)
2025-11-05 Special case C_COLLATION_OID in pg_newlocale_from_collation(). Jeff Davis 18.1
2025-11-05 Special case C_COLLATION_OID in pg_newlocale_from_collation(). Jeff Davis 19 (unreleased)
2025-10-21 Remove obsolete global database_ctype_is_c. Jeff Davis 19 (unreleased)
2025-10-18 Add pg_database_locale() to retrieve database default locale. Jeff Davis 19 (unreleased)
2025-10-18 Add pg_iswxdigit(), useful for tsearch. Jeff Davis 19 (unreleased)
2025-10-15 Add pg_iswalpha() and related functions. Jeff Davis 19 (unreleased)
2025-07-01 Control ctype behavior internally with a method table. Jeff Davis 19 (unreleased)
2025-06-30 Remove unused #include's in src/backend/utils/adt/* Peter Eisentraut 19 (unreleased)
2025-05-23 Revert function to get memory context stats for processes Daniel Gustafsson 18.0
2025-04-20 Fix a few duplicate words in comments David Rowley 18.0
2025-04-19 Fix typos and grammar in the code Michael Paquier 18.0
2025-04-17 Assert lack of hazardous buffer locks before possible catalog read. Noah Misch 18.0
2025-03-28 Use thread-safe strftime_l() instead of strftime(). Peter Eisentraut 18.0
2025-03-27 Provide thread-safe pg_localeconv_r(). Peter Eisentraut 18.0
2025-01-24 Add SQL function CASEFOLD(). Jeff Davis 18.0
2025-01-17 Support PG_UNICODE_FAST locale in the builtin collation provider. Jeff Davis 18.0
2025-01-08 Control collation behavior with a method table. Jeff Davis 18.0
2025-01-08 Move code for collation version into provider-specific files. Jeff Davis 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-16 Refactor string case conversion into provider-specific files. Jeff Davis 18.0
2024-12-03 Perform provider-specific initialization in new functions. Jeff Davis 18.0