Age | Commit message (Expand) | Author |
---|---|---|
2021-08-24 | Fix regexp misbehavior with capturing parens inside "{0}". | Tom Lane |
2021-08-23 | Prevent regexp back-refs from sometimes matching when they shouldn't. | Tom Lane |
2021-08-17 | Improve regex compiler's arc moving/copying logic. | Tom Lane |
2021-08-09 | Avoid determining regexp subexpression matches, when possible. | Tom Lane |
2021-08-08 | Fix use-after-free issue in regexp engine. | Tom Lane |
2021-03-02 | Fix semantics of regular expression back-references. | Tom Lane |
2021-02-25 | Allow complemented character class escapes within regex brackets. | Tom Lane |
2021-02-19 | Fix another ancient bug in parsing of BRE-mode regular expressions. | Tom Lane |
2021-02-17 | Make some minor improvements in the regex code. | Tom Lane |
2021-01-08 | Fix ancient bug in parsing of BRE-mode regular expressions. | Tom Lane |
2021-01-07 | Fix bogus link in test comments. | Tom Lane |
2021-01-06 | Add a test module for the regular expression package. | Tom Lane |