Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-12-10 | Remove char_tolower() API. | Jeff Davis | 19 (unreleased) |
| 2025-07-01 | Control ctype behavior internally with a method table. | Jeff Davis | 19 (unreleased) |
| 2024-12-03 | Fix unintentional behavior change in commit e9931bfb75. | 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-08-12 | Remove unnecessary check for NULL locale, per Coverity. | Jeff Davis | 18.0 |
| 2024-08-06 | Remove support for null pg_locale_t most places. | Jeff Davis | 18.0 |
| 2023-02-23 | Refactor to introduce pg_locale_deterministic(). | Jeff Davis | 16.0 |