summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm_regexp.c
AgeCommit message (Expand)Author
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-13Suppress compiler warning in new contrib/pg_trgm code.Tom Lane
2014-04-05Improve contrib/pg_trgm's heuristics for regexp index searches.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-04-10Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane