summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/pg_trgm.sql.in
Commit message (Expand)AuthorAgeFilesLines
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-155/+0
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-311-6/+10
* Add KNNGIST support to contrib/pg_trgm.Tom Lane2010-12-041-1/+20
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-11/+11
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-6/+6
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-6/+6
* Fix completely-bogus volatility markings on pg_trgm functions.Tom Lane2007-12-091-4/+4
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-131-0/+2
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-26/+23
* Support functions for index opclasses should be immutable.Tom Lane2007-09-301-17/+17
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-3/+29
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-14/+14
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-311-0/+107