index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
regex
/
regc_nfa.c
Commit message (
Expand
)
Author
Age
*
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-30
*
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
*
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
*
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
*
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-16
*
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
*
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-02
*
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix infinite-loop risk in fixempties() stage of regex compilation.
Tom Lane
2013-03-07
*
Simplify and document regex library's compact-NFA representation.
Tom Lane
2012-07-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Sync our regex code with upstream changes since last time we did this, which
Tom Lane
2008-02-14
*
Fix assorted security-grade bugs in the regex engine. All of these problems
Tom Lane
2008-01-03
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
pgindent run.
Bruce Momjian
2003-08-04
*
Replace regular expression package with Henry Spencer's latest version
Tom Lane
2003-02-05