Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Defend against stack overrun in a few more places. | Tom Lane | 2022-08-24 |
* | Avoid divide-by-zero in regex_selectivity() with long fixed prefix. | Tom Lane | 2021-02-12 |
* | Use query collation, not column's collation, while examining statistics. | Tom Lane | 2020-06-05 |
* | Fix corner-case failure in match_pattern_prefix(). | Tom Lane | 2019-11-19 |
* | Fix planner's test for case-foldable characters in ILIKE with ICU. | Tom Lane | 2019-08-12 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Initial pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Unbreak index optimization for LIKE on bytea | Peter Eisentraut | 2019-04-15 |
* | Collations with nondeterministic comparison | Peter Eisentraut | 2019-03-22 |
* | Move pattern selectivity code from selfuncs.c to like_support.c. | Tom Lane | 2019-02-14 |
* | Allow extensions to generate lossy index conditions. | Tom Lane | 2019-02-11 |