summaryrefslogtreecommitdiff
path: root/src/backend/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of pgindent updates.Tom Lane2017-06-211-8/+8
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-67/+67
* Document intentional violations of header inclusion policy.Tom Lane2017-03-081-2/+0
* Make locale-dependent regex character classes work for large char codes.Tom Lane2016-09-051-46/+16
* Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane2016-08-191-7/+7
* Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane2016-08-191-6/+6
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-081-0/+2
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-071-1/+1
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-301-26/+126
* Miscellaneous cleanup of regular-expression compiler.Tom Lane2015-10-161-5/+6
* Improve memory-usage accounting in regular-expression compiler.Tom Lane2015-10-161-0/+2
* Improve performance of pullback/pushfwd in regular-expression compiler.Tom Lane2015-10-161-2/+2
* Improve performance of fixempties() pass in regular-expression compiler.Tom Lane2015-10-161-4/+2
* Fix O(N^2) performance problems in regular-expression compiler.Tom Lane2015-10-161-1/+9
* Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane2015-10-161-0/+8
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-021-3/+31
* 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-7/+7
* Fix minor bug in regexp makesearch() function.Tom Lane2015-09-091-7/+12
* Fix some possible low-memory failures in regexp compilation.Tom Lane2015-08-121-0/+3
* 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