Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-08-24 | Fix regexp misbehavior with capturing parens inside "{0}". | Tom Lane | 10.19 |
| 2021-08-23 | Prevent regexp back-refs from sometimes matching when they shouldn't. | Tom Lane | 10.19 |
| 2019-05-12 | Fix misoptimization of "{1,1}" quantifiers in regular expressions. | Tom Lane | 10.9 |
| 2016-08-17 | Implement regexp_match(), a simplified alternative to regexp_matches(). | Tom Lane | 10.0 |