summaryrefslogtreecommitdiff
path: root/src/include/regex
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of pgindent updates.Tom Lane2017-06-213-3/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Document intentional violations of header inclusion policy.Tom Lane2017-03-081-0/+9
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Make locale-dependent regex character classes work for large char codes.Tom Lane2016-09-053-76/+76
* Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane2016-08-191-1/+0
* Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane2016-08-191-3/+1
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-151-0/+11
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-081-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-302-7/+15
* Improve memory-usage accounting in regular-expression compiler.Tom Lane2015-10-163-8/+11
* Fix O(N^2) performance problems in regular-expression compiler.Tom Lane2015-10-161-1/+3
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-021-0/+4
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-181-1/+1
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-161-8/+5
* Add a bit more commentary about regex's colormap tree data structure.Tom Lane2015-05-241-0/+5
* 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