]> granicus.if.org Git - postgresql/history - src/backend/regex
Fix bug introduced by microvacuum for GiST
[postgresql] / src / backend / regex /
2015-09-16 Tom LaneSync regex code with Tcl 8.6.4.
2015-09-10 Tom LaneFix minor bug in regexp makesearch() function.
2015-08-12 Tom LaneFix some possible low-memory failures in regexp compila...
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-09-24 Tom LaneFix incorrect search for "x?" style matches in creviter...
2014-07-18 Tom LaneFix two low-probability memory leaks in regular express...
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...
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-19 Tom LaneFix regex match failures for backrefs combined with...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-04-04 Heikki LinnakangasFix crash on compiling a regular expression with more...
2013-03-07 Tom LaneFix infinite-loop risk in fixempties() stage of regex...
2013-02-27 Tom LaneAdd missing error check in regexp parser.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-15 Tom LanePrevent corner-case core dump in rfree().
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-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-20 Tom LaneAdd caching of ctype.h/wctype.h results in regc_locale.c.
2012-02-19 Tom LaneCreate the beginnings of internals documentation for...
2012-02-18 Tom LaneSync regex code with Tcl 8.5.11.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-26 Bruce MomjianAdd markers for skips.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-10 Tom LaneInsert dummy "break"s to silence compiler complaints.
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
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-26 Bruce Momjianpgindent run for 9.0
2010-02-01 Tom LaneChange regexp engine's ccondissect/crevdissect routines...
2010-01-30 Tom LaneFix some comments that got mangled by pgindent.
2009-12-01 Tom LaneTeach the regular expression functions to do case-insen...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
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...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-22 Tom LaneAdd a useless return statement to suppress a warning...
2007-10-06 Tom LaneMake dumpcolors() have tolerable performance when using...
2007-10-06 Tom LaneAdjust some regex debugging printouts to not give wrong...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
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.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2004-11-24 Tom LaneInstall Tcl regex fixes to sync our regex engine with...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Tom LaneFix broken definition of :print: character class, per...
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-09-16 Bruce MomjianRemove retest Makefile entry because it does not compile.
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-05 Tom LaneFix code to work when isalpha and friends are macros...
2002-04-24 Bruce Momjian[ Patch comments in three pieces.]
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-10-04 Tatsuo IshiiAdd dependency for regexec.c
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-19 Tom LaneMake regular-expression error messages a tad less obscure,
2001-02-13 Tom LaneClean up portability problems in regexp package: change...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-30 Peter EisentrautMake all commands that link a program look like
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-21 Tatsuo Ishiiadd retest, a regex testing program
1999-03-25 Tatsuo IshiiFix multi-byte+locale problem
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
next