| Age | Commit message (Expand) | Author |
| 34 hours | Use multibyte-aware extraction of pattern prefixes. | Jeff Davis |
| 12 days | Remove no longer needed casts to Pointer | Peter Eisentraut |
| 2025-07-01 | Control ctype behavior internally with a method table. | Jeff Davis |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-11-27 | Support LIKE with nondeterministic collations | Peter Eisentraut |
| 2024-10-11 | Fix missed case for builtin collation provider. | Jeff Davis |
| 2024-09-06 | Remove lc_ctype_is_c(). | Jeff Davis |
| 2024-09-04 | Remove lc_collate_is_c(). | Jeff Davis |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-07-08 | All supported systems have locale_t. | Thomas Munro |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-08-24 | Defend against stack overrun in a few more places. | Tom Lane |
| 2022-01-20 | Call pg_newlocale_from_collation() also with default collation | Peter Eisentraut |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-11-17 | Add a planner support function for starts_with(). | Tom Lane |
| 2021-02-12 | Avoid divide-by-zero in regex_selectivity() with long fixed prefix. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-06-05 | Improve ineq_histogram_selectivity's behavior for non-default orderings. | Tom Lane |
| 2020-06-05 | Use query collation, not column's collation, while examining statistics. | Tom Lane |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-20 | Sync patternsel_common's operator selection logic with pattern_prefix's. | Tom Lane |
| 2019-11-20 | Reduce match_pattern_prefix()'s dependencies on index opfamilies. | Tom Lane |
| 2019-11-19 | Fix corner-case failure in match_pattern_prefix(). | Tom Lane |
| 2019-08-12 | Fix planner's test for case-foldable characters in ILIKE with ICU. | Tom Lane |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane |
| 2019-04-15 | Unbreak index optimization for LIKE on bytea | Peter Eisentraut |
| 2019-03-22 | Collations with nondeterministic comparison | Peter Eisentraut |
| 2019-02-14 | Move pattern selectivity code from selfuncs.c to like_support.c. | Tom Lane |
| 2019-02-12 | Allow extensions to generate lossy index conditions. | Tom Lane |