summaryrefslogtreecommitdiff
path: root/src/backend/regex
AgeCommit message (Expand)Author
2013-03-07Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane
2013-02-27Add missing error check in regexp parser.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-15Prevent corner-case core dump in rfree().Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-07Simplify and document regex library's compact-NFA representation.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-24Fix array overrun in regex code.Tom Lane
2012-02-24Merge dissect() into cdissect() to remove a pile of near-duplicate code.Tom Lane
2012-02-24Avoid repeated creation/freeing of per-subre DFAs during regex search.Tom Lane
2012-02-24Remove useless "retry memory" logic within regex engine.Tom Lane
2012-02-24Fix the general case of quantified regex back-references.Tom Lane
2012-02-20Fix regex back-references that are directly quantified with *.Tom Lane
2012-02-20Add caching of ctype.h/wctype.h results in regc_locale.c.Tom Lane
2012-02-19Create the beginnings of internals documentation for the regex code.Tom Lane
2012-02-18Sync regex code with Tcl 8.5.11.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-26Add markers for skips.Bruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-10Insert dummy "break"s to silence compiler complaints.Tom Lane
2011-04-10Teach regular expression operators to honor collations.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-02Tweak a couple of macros in the regex code to suppress compiler warningsTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-01Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane
2010-01-30Fix some comments that got mangled by pgindent.Tom Lane
2009-12-01Teach the regular expression functions to do case-insensitive matching andTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-02-14Sync our regex code with upstream changes since last time we did this, whichTom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-22Add a useless return statement to suppress a warning seen with someTom Lane
2007-10-06Make dumpcolors() have tolerable performance when using 32-bit chr,Tom Lane
2007-10-06Adjust some regex debugging printouts to not give wrong-format-widthTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2004-11-24Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up fromTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29Fix broken definition of :print: character class, per Bruno Wolff.Tom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-02-05Replace regular expression package with Henry Spencer's latest versionTom Lane