]> granicus.if.org Git - postgresql/history - src/backend/regex/regexec.c
Fix potential infinite loop in regular expression execution.
[postgresql] / src / backend / regex / regexec.c
2015-10-02 Tom LaneFix potential infinite loop in regular expression execu...
2015-10-02 Tom LaneAdd some more query-cancel checks 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.
2014-09-24 Tom LaneFix incorrect search for "x?" style matches in creviter...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-19 Tom LaneFix memory leak during regular expression execution.
2014-03-01 Tom LaneAllow regex operations to be terminated early by query...
2013-07-19 Tom LaneFix regex match failures for backrefs combined with...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-24 Tom LaneFix array overrun in regex code.
2012-02-24 Tom LaneMerge dissect() into cdissect() to remove a pile of...
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-20 Tom LaneFix regex back-references that are directly quantified...
2012-02-18 Tom LaneSync regex code with Tcl 8.5.11.
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-02 Tom LaneTweak a couple of macros in the regex code to suppress...
2010-02-01 Tom LaneChange regexp engine's ccondissect/crevdissect routines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce Momjianpgindent run.
2003-02-05 Tom LaneReplace regular expression package with Henry Spencer...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-13 Tom LaneClean up portability problems in regexp package: change...
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-03-15 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-09-20 Marc G. FournierVarious patches from Bryan that *should* clean up the...
1996-08-28 Marc G. FournierMoved the include files to src/include/regex
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01