Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix INITCAP() word boundaries for PG_UNICODE_FAST. | Jeff Davis | 2025-04-21 |
* | Harmonize function parameter names for Postgres 18. | Peter Geoghegan | 2025-04-12 |
* | Add SQL function CASEFOLD(). | Jeff Davis | 2025-01-24 |
* | Support PG_UNICODE_FAST locale in the builtin collation provider. | Jeff Davis | 2025-01-17 |
* | Support Unicode full case mapping and conversion. | Jeff Davis | 2025-01-17 |
* | Move code for collation version into provider-specific files. | Jeff Davis | 2025-01-08 |
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
* | Refactor string case conversion into provider-specific files. | Jeff Davis | 2024-12-16 |
* | Perform provider-specific initialization in new functions. | Jeff Davis | 2024-12-02 |