summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm_gin.c
AgeCommit message (Expand)Author
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2020-11-15Handle equality operator in contrib/pg_trgmAlexander Korotkov
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2018-03-21Add strict_word_similarity to pg_trgm moduleTeodor Sigaev
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2016-06-09pgindent run for 9.6Robert Haas
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-16Add word_similarity to pg_trgm contrib module.Teodor Sigaev
2016-03-16GUC variable pg_trgm.similarity_threshold insead of set_limit()Teodor Sigaev
2015-12-25Improve the gin index scan performance in pg_trgm.Teodor Sigaev
2015-07-20This supports the triconsistent function for pg_trgm GIN opclassTeodor Sigaev
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
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
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-17Fix contrib/pg_trgm to have smoother updates from 9.0.Tom Lane
2011-02-01Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane
2011-01-09Update contrib/pg_trgm for new GIN extractQuery API.Tom Lane
2010-12-04Add KNNGIST support to contrib/pg_trgm.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2008-11-12Support of multibyte encoding for pg_trgmTeodor Sigaev
2008-07-11Add caching of query to GIN/GiST consistent function.Teodor Sigaev
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev