Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-15 | Don't accept length of -1 in pg_locale.h APIs. | Jeff Davis | 19 (unreleased) |
| 2025-10-29 | Use C11 char16_t and char32_t for Unicode code points. | Jeff Davis | 19 (unreleased) |
| 2025-03-18 | Fix headerscheck warning. | Jeff Davis | 18.0 |
| 2025-03-15 | Optimization for lower(), upper(), casefold() functions. | Jeff Davis | 18.0 |
| 2025-03-13 | Refactor convert_case() to prepare for optimizations. | Jeff Davis | 18.0 |
| 2025-01-23 | Add support for Unicode case folding. | Jeff Davis | 18.0 |
| 2025-01-17 | Support Unicode full case mapping and conversion. | Jeff Davis | 18.0 |
| 2024-03-30 | Add unicode_strtitle() for Unicode Default Case Conversion. | Jeff Davis | 17.0 |
| 2024-03-24 | Fix convert_case(), introduced in 5c40364dd6. | Jeff Davis | 17.0 |
| 2024-03-09 | Fix type signedness error in commit 5c40364dd6. | Jeff Davis | 17.0 |
| 2024-03-07 | Unicode case mapping tables and functions. | Jeff Davis | 17.0 |