Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-20 | Fix callers of unicode_strtitle() using srclen == -1. | Jeff Davis | 18.4 |
| 2025-04-21 | Fix INITCAP() word boundaries for PG_UNICODE_FAST. | Jeff Davis | 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-17 | Support Unicode full case mapping and conversion. | Jeff Davis | 18.0 |
| 2025-01-08 | Move code for collation version into provider-specific files. | Jeff Davis | 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 |