summaryrefslogtreecommitdiff
path: root/src/include/regex/regguts.h
Commit message (Expand)AuthorAgeFilesLines
* Add a bit more commentary about regex's colormap tree data structure.Tom Lane2015-05-241-0/+5
* pgindent run for 9.4Bruce Momjian2014-05-061-7/+7
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-011-0/+3
* Fix old typo in comment.Tom Lane2013-10-291-2/+2
* Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas2013-04-041-0/+1
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-101-4/+6
* 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
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Sync our regex code with upstream changes since last time we did this, whichTom Lane2008-02-141-13/+5
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-031-2/+11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-9/+5
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-184/+206
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-0/+393