index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
regex
/
regc_nfa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-8
/
+8
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-121
/
+121
*
Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
Tom Lane
2016-08-19
1
-4
/
+4
*
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-30
1
-0
/
+43
*
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
1
-38
/
+17
*
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
1
-61
/
+14
*
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
1
-33
/
+117
*
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
1
-123
/
+126
*
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
1
-92
/
+716
*
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-16
1
-58
/
+636
*
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
1
-7
/
+61
*
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-02
1
-1
/
+12
*
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
1
-0
/
+3
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-3
/
+3
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
1
-0
/
+12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-2
/
+2
*
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-03-07
1
-69
/
+245
*
Simplify and document regex library's compact-NFA representation.
Tom Lane
2012-07-07
1
-17
/
+17
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-12
/
+13
*
Sync our regex code with upstream changes since last time we did this, which
Tom Lane
2008-02-14
1
-35
/
+34
*
Fix assorted security-grade bugs in the regex engine. All of these problems
Tom Lane
2008-01-03
1
-3
/
+108
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-11
/
+8
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
pgindent run.
Bruce Momjian
2003-08-04
1
-390
/
+468
*
Replace regular expression package with Henry Spencer's latest version
Tom Lane
2003-02-05
1
-0
/
+1481