summaryrefslogtreecommitdiff
path: root/src/test/modules/test_regex/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-241-0/+6
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-231-0/+4
* Reduce assumptions about locale's behavior in new regex tests.Tom Lane2021-08-171-3/+3
* Improve regex compiler's arc moving/copying logic.Tom Lane2021-08-172-0/+50
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-091-2/+11
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-071-0/+2
* Fix semantics of regular expression back-references.Tom Lane2021-03-021-0/+5
* Allow complemented character class escapes within regex brackets.Tom Lane2021-02-251-0/+44
* Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-02-181-1/+2
* Make some minor improvements in the regex code.Tom Lane2021-02-171-0/+13
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-081-0/+2
* Fix bogus link in test comments.Tom Lane2021-01-061-1/+1
* Add a test module for the regular expression package.Tom Lane2021-01-062-0/+1727