aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm.h
Commit message (Expand)AuthorAge
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* 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
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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 cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support of multibyte encoding for pg_trgmTeodor Sigaev2008-11-12
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-16
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-14
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-28
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-20
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-31