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