Age | Commit message (Expand) | Author |
---|---|---|
2021-08-29 | Doc: add a little about LACON execution to src/backend/regex/README. | Tom Lane |
2021-02-21 | Avoid generating extra subre tree nodes for capturing parentheses. | Tom Lane |
2021-02-21 | Convert regex engine's subre tree from binary to N-ary style. | Tom Lane |
2021-02-20 | Invent "rainbow" arcs within the regex engine. | Tom Lane |
2016-09-05 | Make locale-dependent regex character classes work for large char codes. | Tom Lane |
2015-10-30 | Implement lookbehind constraints in our regular-expression engine. | Tom Lane |
2015-10-16 | Miscellaneous cleanup of regular-expression compiler. | Tom Lane |
2013-04-09 | Support indexing of regular-expression searches in contrib/pg_trgm. | Tom Lane |
2012-07-10 | Re-implement extraction of fixed prefixes from regular expressions. | Tom Lane |
2012-02-24 | Fix the general case of quantified regex back-references. | Tom Lane |
2012-02-19 | Create the beginnings of internals documentation for the regex code. | Tom Lane |