summaryrefslogtreecommitdiff
path: root/src/backend/regex/README
AgeCommit message (Expand)Author
2016-09-05Make locale-dependent regex character classes work for large char codes.Tom Lane
2015-10-30Implement lookbehind constraints in our regular-expression engine.Tom Lane
2015-10-16Miscellaneous cleanup of regular-expression compiler.Tom Lane
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2012-02-24Fix the general case of quantified regex back-references.Tom Lane
2012-02-19Create the beginnings of internals documentation for the regex code.Tom Lane