summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/sql
AgeCommit message (Expand)Author
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2018-03-21Add strict_word_similarity to pg_trgm moduleTeodor Sigaev
2017-12-12Make pg_trgm tests independ from standard_conforming_string. Tests usesTeodor Sigaev
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-02-22Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-06-20Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane
2016-03-16Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev
2016-03-16Add word_similarity to pg_trgm contrib module.Teodor Sigaev
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
2013-02-13Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane
2012-08-20Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-01Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane
2010-12-04Add KNNGIST support to contrib/pg_trgm.Tom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <[email protected]>Teodor Sigaev
2004-05-31trgm - Trigram matching for PostgreSQLTeodor Sigaev