Commits

DateSubjectAuthorReleases
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 14.23
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 15.18
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 16.14
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 17.10
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 18.4
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 19 (unreleased)
2023-04-08 Redesign interrupt/cancel API for regex engine. Thomas Munro 16.0
2021-08-27 Handle interaction of regexp's makesearch and MATCHALL more honestly. Tom Lane 15.0
2021-08-27 Handle interaction of regexp's makesearch and MATCHALL more honestly. Tom Lane 14.0
2021-03-08 Further tweak memory management for regex DFAs. Tom Lane 14.0
2021-03-02 Improve performance of regular expression back-references. Tom Lane 14.0
2021-02-22 Simplify memory management for regex DFAs a little. Tom Lane 14.0
2021-02-21 Avoid generating extra subre tree nodes for capturing parentheses. Tom Lane 14.0
2021-02-20 Recognize "match-all" NFAs within the regex engine. Tom Lane 14.0
2021-02-20 Invent "rainbow" arcs within the regex engine. Tom Lane 14.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2016-08-19 Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef. Tom Lane 10.0
2015-10-30 Implement lookbehind constraints in our regular-expression engine. Tom Lane 9.6.0
2015-10-02 Add recursion depth protections to regular expression matching. Tom Lane 9.1.19
2015-10-02 Add recursion depth protections to regular expression matching. Tom Lane 9.0.23
2015-10-02 Add recursion depth protections to regular expression matching. Tom Lane 9.4.5
2015-10-02 Add recursion depth protections to regular expression matching. Tom Lane 9.6.0
2015-10-02 Add recursion depth protections to regular expression matching. Tom Lane 9.2.14
2015-10-02 Add recursion depth protections to regular expression matching. Tom Lane 9.3.10