summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/regex.sql
AgeCommit message (Expand)Author
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-05-03Fix performance issue in new regex match-all detection code.Tom Lane
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2015-11-07Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane
2015-10-30Implement lookbehind constraints in our regular-expression engine.Tom Lane
2015-10-19Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane
2015-10-16Miscellaneous cleanup of regular-expression compiler.Tom Lane
2015-10-16Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane
2015-10-02Fix potential infinite loop in regular expression execution.Tom Lane
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-03-07Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2012-05-24Fix array overrun in regex code.Tom Lane
2012-02-24Fix the general case of quantified regex back-references.Tom Lane
2012-02-20Fix regex back-references that are directly quantified with *.Tom Lane