summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm.h
AgeCommit message (Expand)Author
2025-02-21Fix an issue with index scan using pg_trgm due to char signedness on differen...Masahiko Sawada
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2020-11-15Handle equality operator in contrib/pg_trgmAlexander Korotkov
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2018-03-21Add strict_word_similarity to pg_trgm moduleTeodor Sigaev
2017-06-21Phase 2 of pgindent updates.Tom Lane
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-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
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-11Remove many -Wcast-qual warningsPeter Eisentraut
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-11-12Support of multibyte encoding for pg_trgmTeodor Sigaev
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <[email protected]>Teodor Sigaev
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-31trgm - Trigram matching for PostgreSQLTeodor Sigaev