Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-08-24 | Fix regexp misbehavior with capturing parens inside "{0}". | Tom Lane | 12.9 |
| 2021-08-23 | Prevent regexp back-refs from sometimes matching when they shouldn't. | Tom Lane | 12.9 |
| 2019-05-12 | Fix misoptimization of "{1,1}" quantifiers in regular expressions. | Tom Lane | 12.0 |
| 2018-12-19 | Add text-vs-name cross-type operators, and unify name_ops with text_ops. | Tom Lane | 12.0 |