summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
AgeCommit message (Expand)Author
2018-03-21Rework word_similarity documentation, make it close to actual algorithm.Teodor Sigaev
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-02-22Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-20pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.Tom Lane
2016-06-20Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane
2016-06-14Update extensions with GIN/GIST support for parallel query.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-18pg_trgm's set_limit() now uses SetConfigOption()Teodor Sigaev
2016-03-16Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev
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
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
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
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-11-05Fix volatility markings of some contrib I/O functions.Tom Lane
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-13Suppress compiler warning in new contrib/pg_trgm code.Tom Lane
2014-04-06Improve contrib/pg_trgm's heuristics for regexp index searches.Tom Lane
2014-01-13Fix possible buffer overrun in contrib/pg_trgm.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-05-29pgindent run for release 9.3Bruce Momjian
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
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2013-04-07Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.Tom Lane
2013-02-13Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane
2012-08-20Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.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-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-10-01Cache the result of makesign() across calls of gtrgm_penalty().Tom Lane