aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
Commit message (Expand)AuthorAge
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.Tom Lane2016-06-20
* Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane2016-06-20
* Update extensions with GIN/GIST support for parallel query.Robert Haas2016-06-14
* pgindent run for 9.6Robert Haas2016-06-09
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-09
* Various minor corrections of and improvements to comments.Robert Haas2016-03-18
* pg_trgm's set_limit() now uses SetConfigOption()Teodor Sigaev2016-03-18
* Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev2016-03-16
* Add word_similarity to pg_trgm contrib module.Teodor Sigaev2016-03-16
* GUC variable pg_trgm.similarity_threshold insead of set_limit()Teodor Sigaev2016-03-16
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve the gin index scan performance in pg_trgm.Teodor Sigaev2015-12-25
* This supports the triconsistent function for pg_trgm GIN opclassTeodor Sigaev2015-07-20
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Fix volatility markings of some contrib I/O functions.Tom Lane2014-11-05
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Suppress compiler warning in new contrib/pg_trgm code.Tom Lane2014-04-13
* Improve contrib/pg_trgm's heuristics for regexp index searches.Tom Lane2014-04-05
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Fix typo in update scripts for some contrib modules.Fujii Masao2013-07-19
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Improve GiST index search performance for trigram regex queries.Tom Lane2013-04-15
* 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
* Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.Tom Lane2013-04-07
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-13
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-20
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Cache the result of makesign() across calls of gtrgm_penalty().Tom Lane2011-09-30
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Support "make check" in contribPeter Eisentraut2011-04-25