summaryrefslogtreecommitdiff
path: root/src/include/regex
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-064-10/+10
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-013-0/+8
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix old typo in comment.Tom Lane2013-10-291-2/+2
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-091-0/+57
* Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas2013-04-043-0/+6
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-102-4/+10
* Simplify and document regex library's compact-NFA representation.Tom Lane2012-07-071-8/+21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Avoid repeated creation/freeing of per-subre DFAs during regex search.Tom Lane2012-02-241-2/+2
* Remove useless "retry memory" logic within regex engine.Tom Lane2012-02-241-1/+1
* Fix the general case of quantified regex back-references.Tom Lane2012-02-241-3/+21
* Create the beginnings of internals documentation for the regex code.Tom Lane2012-02-191-15/+39
* Teach regular expression operators to honor collations.Tom Lane2011-04-101-1/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Teach the regular expression functions to do case-insensitive matching andTom Lane2009-12-011-1/+12
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-211-6/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Convert three more guc settings to enum type:Magnus Hagander2008-04-021-1/+6
* Sync our regex code with upstream changes since last time we did this, whichTom Lane2008-02-142-16/+8
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-033-4/+18
* Adjust regcustom.h so that all those assert() calls in the regex packageTom Lane2007-10-061-2/+3
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-21/+12
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-2/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-5/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-294-4/+4
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* pgindent run.Bruce Momjian2003-08-044-309/+393
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-058-767/+632
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-293-30/+0
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-8/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-054-11/+11
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-285-2/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-9/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-5/+5
* Add _REGEX_UTILS_H to avoid duplication.Tatsuo Ishii2001-02-221-0/+5
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-133-24/+10
* Hmm, this isn't used either.Tom Lane2001-02-121-71/+0
* Remove unused and largely-broken-anyway compatibility defs.Tom Lane2001-02-121-151/+0
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-103-12/+3
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-3/+3
* Clean up #include's.Bruce Momjian2000-06-152-0/+4
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-193-1/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-1/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-1/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2