summaryrefslogtreecommitdiff
path: root/src/backend/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two low-probability memory leaks in regular expression parsing.Tom Lane2014-07-181-7/+24
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-011-0/+20
* Make various variables const (read-only).Tom Lane2014-01-181-1/+1
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-071-4/+8
* Add missing error check in regexp parser.Tom Lane2013-02-271-0/+2
* Prevent corner-case core dump in rfree().Tom Lane2012-07-151-9/+15
* Simplify and document regex library's compact-NFA representation.Tom Lane2012-07-071-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+5
* Remove useless "retry memory" logic within regex engine.Tom Lane2012-02-241-7/+7
* Fix the general case of quantified regex back-references.Tom Lane2012-02-241-36/+52
* Fix regex back-references that are directly quantified with *.Tom Lane2012-02-201-2/+6
* Create the beginnings of internals documentation for the regex code.Tom Lane2012-02-191-0/+1
* Teach regular expression operators to honor collations.Tom Lane2011-04-101-2/+10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Tweak a couple of macros in the regex code to suppress compiler warningsTom Lane2010-08-021-4/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Fix some comments that got mangled by pgindent.Tom Lane2010-01-301-11/+21
* Sync our regex code with upstream changes since last time we did this, whichTom Lane2008-02-141-311/+49
* Adjust some regex debugging printouts to not give wrong-format-widthTom Lane2007-10-061-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-22/+15
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2
* Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up fromTom Lane2004-11-241-5/+10
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-12/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix broken definition of :print: character class, per Bruno Wolff.Tom Lane2003-09-291-1/+2
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-5/+5
* pgindent run.Bruce Momjian2003-08-041-862/+974
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-1498/+1842
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-1/+0
* pgindent run.Bruce Momjian2002-09-041-81/+109
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-1/+0
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-108/+6
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-4/+4
* Fix code to work when isalpha and friends are macros, not functions.Tom Lane2002-05-051-8/+63
* [ Patch comments in three pieces.]Bruce Momjian2002-04-241-2/+92
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-37/+40
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-131-330/+129
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-12/+12
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-0/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* pgindent run over code.Bruce Momjian1999-05-251-5/+5
* Fix multi-byte+locale problemTatsuo Ishii1999-03-251-1/+21
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-51/+59
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-33/+33
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-17/+17
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+1