summaryrefslogtreecommitdiff
path: root/src/backend/regex
AgeCommit message (Expand)Author
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-10-02Fix potential infinite loop in regular expression execution.Tom Lane
2015-10-02Add some more query-cancel checks to regular expression matching.Tom Lane
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-09Fix minor bug in regexp makesearch() function.Tom Lane
2015-08-12Fix some possible low-memory failures in regexp compilation.Tom Lane
2014-07-18Fix two low-probability memory leaks in regular expression parsing.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-03-01Allow regex operations to be terminated early by query cancel requests.Tom Lane
2013-07-18Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-04-04Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas
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
2012-07-15Prevent corner-case core dump in rfree().Tom Lane
2012-07-10Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane
2012-02-20Fix regex back-references that are directly quantified with *.Tom 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
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-09-16Remove retest Makefile entry because it does not compile.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-05-05Fix code to work when isalpha and friends are macros, not functions.Tom Lane
2002-04-24[ Patch comments in three pieces.]Bruce Momjian