Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-24 | Defend against stack overrun in a few more places. | Tom Lane | 12.13 |
| 2021-02-12 | Avoid divide-by-zero in regex_selectivity() with long fixed prefix. | Tom Lane | 12.7 |
| 2020-06-05 | Use query collation, not column's collation, while examining statistics. | Tom Lane | 12.4 |
| 2019-11-19 | Fix corner-case failure in match_pattern_prefix(). | Tom Lane | 12.2 |
| 2019-08-12 | Fix planner's test for case-foldable characters in ILIKE with ICU. | Tom Lane | 12.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2019-02-14 | Move pattern selectivity code from selfuncs.c to like_support.c. | Tom Lane | 12.0 |
| 2019-02-12 | Allow extensions to generate lossy index conditions. | Tom Lane | 12.0 |