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 |
* | 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 |
* | Change regex \D and \W shorthands to always match newlines. | Tom Lane | 2021-02-25 |
* | 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 |