summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm_gist.c
AgeCommit message (Expand)Author
2018-03-21Add strict_word_similarity to pg_trgm moduleTeodor Sigaev
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2016-06-20Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane
2016-06-09pgindent run for 9.6Robert 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-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-15Improve GiST index search performance for trigram regex queries.Tom Lane
2013-04-10Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-10-01Cache the result of makesign() across calls of gtrgm_penalty().Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
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-01Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.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
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-16Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-31trgm - Trigram matching for PostgreSQLTeodor Sigaev