summaryrefslogtreecommitdiff
path: root/src/test/modules/test_regex
Commit message (Expand)AuthorAgeFilesLines
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-081-10/+0
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-031-6/+3
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-1/+12
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+24
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-191-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-242-0/+28
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-232-0/+18
* Reduce assumptions about locale's behavior in new regex tests.Tom Lane2021-08-172-9/+9
* Improve regex compiler's arc moving/copying logic.Tom Lane2021-08-174-0/+276
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-092-8/+47
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-072-0/+10
* Fix semantics of regular expression back-references.Tom Lane2021-03-022-0/+27
* Change regex \D and \W shorthands to always match newlines.Tom Lane2021-02-251-4/+8
* Allow complemented character class escapes within regex brackets.Tom Lane2021-02-252-0/+294
* Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-02-182-2/+10
* Make some minor improvements in the regex code.Tom Lane2021-02-172-0/+61
* Add missing array-enlargement logic to test_regex.c.Tom Lane2021-01-171-0/+14
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-082-0/+10
* Fix bogus link in test comments.Tom Lane2021-01-062-2/+2
* Add a test module for the regular expression package.Tom Lane2021-01-0611-0/+7263