index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_regex
/
sql
/
test_regex.sql
Age
Commit message (
Expand
)
Author
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
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-07
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-18
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-06
Fix bogus link in test comments.
Tom Lane
2021-01-06
Add a test module for the regular expression package.
Tom Lane