Commits

DateSubjectAuthorReleases
2026-01-21 Force standard_conforming_strings to always be ON. Tom Lane 19 (unreleased)
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 12.9
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 9.6.24
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 11.14
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 14.0
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 13.5
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 10.19
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 15.0
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 10.19
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 9.6.24
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 12.9
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 15.0
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 13.5
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 14.0
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 11.14
2021-05-03 Fix performance issue in new regex match-all detection code. Tom Lane 14.0
2019-05-12 Fix misoptimization of "{1,1}" quantifiers in regular expressions. Tom Lane 9.4.23
2019-05-12 Fix misoptimization of "{1,1}" quantifiers in regular expressions. Tom Lane 9.5.18
2019-05-12 Fix misoptimization of "{1,1}" quantifiers in regular expressions. Tom Lane 9.6.14
2019-05-12 Fix misoptimization of "{1,1}" quantifiers in regular expressions. Tom Lane 10.9
2019-05-12 Fix misoptimization of "{1,1}" quantifiers in regular expressions. Tom Lane 11.4
2019-05-12 Fix misoptimization of "{1,1}" quantifiers in regular expressions. Tom Lane 12.0
2018-12-19 Add text-vs-name cross-type operators, and unify name_ops with text_ops. Tom Lane 12.0
2016-08-17 Implement regexp_match(), a simplified alternative to regexp_matches(). Tom Lane 10.0
2016-02-08 Fix some regex issues with out-of-range characters and large char ranges. Tom Lane 9.4.6