Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Harmonize function parameter names for Postgres 18. | Peter Geoghegan | 2025-04-12 |
* | Fix headerscheck warning. | Jeff Davis | 2025-03-18 |
* | Optimization for lower(), upper(), casefold() functions. | Jeff Davis | 2025-03-15 |
* | Refactor convert_case() to prepare for optimizations. | Jeff Davis | 2025-03-12 |
* | Add support for Unicode case folding. | Jeff Davis | 2025-01-23 |
* | Support Unicode full case mapping and conversion. | Jeff Davis | 2025-01-17 |
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
* | Remove unused #include's from bin .c files | Peter Eisentraut | 2024-11-06 |
* | Fix incorrect year in some copyright notices added this year | David Rowley | 2024-05-15 |
* | Pre-beta mechanical code beautification. | Tom Lane | 2024-05-14 |
* | Add unicode_strtitle() for Unicode Default Case Conversion. | Jeff Davis | 2024-03-29 |
* | Fix convert_case(), introduced in 5c40364dd6. | Jeff Davis | 2024-03-24 |
* | Fix type signedness error in commit 5c40364dd6. | Jeff Davis | 2024-03-08 |
* | Unicode case mapping tables and functions. | Jeff Davis | 2024-03-07 |