Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-11-15 | Avoid assertion due to disconnected NFA sub-graphs in regex parsing. | Tom Lane | 15.10 |
| 2021-08-24 | Fix regexp misbehavior with capturing parens inside "{0}". | Tom Lane | 15.0 |
| 2021-08-23 | Prevent regexp back-refs from sometimes matching when they shouldn't. | Tom Lane | 15.0 |
| 2021-08-17 | Improve regex compiler's arc moving/copying logic. | Tom Lane | 15.0 |
| 2021-08-09 | Avoid determining regexp subexpression matches, when possible. | Tom Lane | 15.0 |
| 2021-08-08 | Fix use-after-free issue in regexp engine. | Tom Lane | 15.0 |