aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/sql
Commit message (Expand)AuthorAge
* Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-04-14
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-13
* Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-02-22
* Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane2013-04-10
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-09
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-13
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-20
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-31
* Add KNNGIST support to contrib/pg_trgm.Tom Lane2010-12-04
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-13
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-14
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-31