Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-07-30 | Relax check for return value from second call of pg_strnxfrm(). | Jeff Davis | 16.4 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-02-23 | Remove unnecessary #ifdef USE_ICU and branch. | Jeff Davis | 16.0 |
| 2023-02-23 | Refactor to introduce pg_locale_deterministic(). | Jeff Davis | 16.0 |
| 2023-02-23 | Refactor to add pg_strcoll(), pg_strxfrm(), and variants. | Jeff Davis | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-15 | Convert a few more datatype input functions to report errors softly. | Tom Lane | 16.0 |
| 2022-12-02 | Fix broken hash function hashbpcharextended(). | Jeff Davis | 16.0 |
| 2022-12-01 | Fix memory leak for hashing with nondeterministic collations. | Jeff Davis | 16.0 |
| 2022-09-13 | Split up guc.c for better build speed and ease of maintenance. | Tom Lane | 16.0 |