summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/regex.out
Commit message (Expand)AuthorAgeFilesLines
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-241-0/+19
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-231-0/+13
* Fix performance issue in new regex match-all detection code.Tom Lane2021-05-031-0/+37
* Fix regression test outputsMichael Paquier2019-05-171-1/+1
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-121-0/+49
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-191-7/+7
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-171-0/+28
* 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-0/+5
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-301-0/+169
* Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane2015-10-191-0/+8
* Miscellaneous cleanup of regular-expression compiler.Tom Lane2015-10-161-0/+35
* Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane2015-10-161-0/+56
* Fix potential infinite loop in regular expression execution.Tom Lane2015-10-021-0/+26
* Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane2014-09-231-0/+8
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-181-0/+15
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-071-0/+20
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-101-0/+63
* Fix array overrun in regex code.Tom Lane2012-05-241-0/+19
* Fix the general case of quantified regex back-references.Tom Lane2012-02-241-0/+37
* Fix regex back-references that are directly quantified with *.Tom Lane2012-02-201-0/+36