Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-06-08 | Guard against uninitialized default locale. | Jeff Davis | 17 (unreleased) |
| 2026-02-26 | Fix memory leaks in pg_locale_icu.c. | Jeff Davis | 17.10 |
| 2024-11-06 | Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE. | Jeff Davis | 17.1 |
| 2024-07-30 | Relax check for return value from second call of pg_strnxfrm(). | Jeff Davis | 17.0 |
| 2024-05-07 | Remove obsolete comment. | Jeff Davis | 17.0 |
| 2024-03-29 | Use version for builtin collations. | Jeff Davis | 17.0 |
| 2024-03-19 | Support C.UTF-8 locale in the new builtin collation provider. | Jeff Davis | 17.0 |
| 2024-03-18 | Fix another warning, introduced by 846311051e. | Jeff Davis | 17.0 |
| 2024-03-18 | Address more review comments on commit 2d819a08a1. | Jeff Davis | 17.0 |
| 2024-03-18 | Fix unreachable code warning from commit 2d819a08a1. | Jeff Davis | 17.0 |
| 2024-03-14 | Introduce "builtin" collation provider. | Jeff Davis | 17.0 |
| 2024-03-09 | Catalog changes preparing for builtin collation provider. | Jeff Davis | 17.0 |