aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex/regexec.c
Commit message (Expand)AuthorAge
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-08
* Remove uses of register due to incompatibility with C++17 and upAndres Freund2022-09-24
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-19
* Make pg_regexec() robust against out-of-range search_start.Tom Lane2021-09-11
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-23
* Fix performance bug in regexp's citerdissect/creviterdissect.Tom Lane2021-08-20
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-09
* Further tweak memory management for regex DFAs.Tom Lane2021-03-08
* Improve performance of regular expression back-references.Tom Lane2021-03-02
* Simplify memory management for regex DFAs a little.Tom Lane2021-02-21
* Avoid generating extra subre tree nodes for capturing parentheses.Tom Lane2021-02-20
* Convert regex engine's subre tree from binary to N-ary style.Tom Lane2021-02-20
* Make some minor improvements in the regex code.Tom Lane2021-02-17
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane2016-08-19
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-30
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-02
* Fix potential infinite loop in regular expression execution.Tom Lane2015-10-02
* Add some more query-cancel checks to regular expression matching.Tom Lane2015-10-02
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-18
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-16
* Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane2014-09-23
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix memory leak during regular expression execution.Tom Lane2014-03-19
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix array overrun in regex code.Tom Lane2012-05-24
* Merge dissect() into cdissect() to remove a pile of near-duplicate code.Tom Lane2012-02-24
* Avoid repeated creation/freeing of per-subre DFAs during regex search.Tom Lane2012-02-24
* Remove useless "retry memory" logic within regex engine.Tom Lane2012-02-24
* Fix the general case of quantified regex back-references.Tom Lane2012-02-24
* Fix regex back-references that are directly quantified with *.Tom Lane2012-02-20
* Sync regex code with Tcl 8.5.11.Tom Lane2012-02-17
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Tweak a couple of macros in the regex code to suppress compiler warningsTom Lane2010-08-02
* Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane2010-02-01
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* pgindent run.Bruce Momjian2003-08-04
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-05
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25