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