]> granicus.if.org Git - postgresql/history - src/include/regex/regguts.h
Add recursion depth protections to regular expression matching.
[postgresql] / src / include / regex / regguts.h
2015-10-02 Tom LaneAdd recursion depth protections to regular expression...
2015-09-18 Tom LaneFix low-probability memory leak in regex execution.
2015-09-16 Tom LaneSync regex code with Tcl 8.6.4.
2015-05-24 Tom LaneAdd a bit more commentary about regex's colormap tree...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-01 Tom LaneAllow regex operations to be terminated early by query...
2013-10-29 Tom LaneFix old typo in comment.
2013-04-04 Heikki LinnakangasFix crash on compiling a regular expression with more...
2012-07-10 Tom LaneRe-implement extraction of fixed prefixes from regular...
2012-07-07 Tom LaneSimplify and document regex library's compact-NFA repre...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-24 Tom LaneAvoid repeated creation/freeing of per-subre DFAs durin...
2012-02-24 Tom LaneRemove useless "retry memory" logic within regex engine.
2012-02-24 Tom LaneFix the general case of quantified regex back-references.
2012-02-19 Tom LaneCreate the beginnings of internals documentation for...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2008-02-14 Tom LaneSync our regex code with upstream changes since last...
2008-01-03 Tom LaneFix assorted security-grade bugs in the regex engine...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce Momjianpgindent run.
2003-02-05 Tom LaneReplace regular expression package with Henry Spencer...