aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm_gin.c
Commit message (Expand)AuthorAge
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* 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 unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix contrib/pg_trgm to have smoother updates from 9.0.Tom Lane2011-02-17
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-31
* Update contrib/pg_trgm for new GIN extractQuery API.Tom Lane2011-01-09
* 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
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Support of multibyte encoding for pg_trgmTeodor Sigaev2008-11-12
* Add caching of query to GIN/GiST consistent function.Teodor Sigaev2008-07-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-14