Commits

DateSubjectAuthorReleases
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-01-22 Mark commented out code as unused Peter Eisentraut 19 (unreleased)
2025-12-05 Use more palloc_object() and palloc_array() in contrib/ Michael Paquier 19 (unreleased)
2025-12-04 Remove no longer needed casts from Pointer Peter Eisentraut 19 (unreleased)
2023-01-10 New header varatt.h split off from postgres.h Peter Eisentraut 16.0
2020-11-15 Handle equality operator in contrib/pg_trgm Alexander Korotkov 14.0
2019-10-24 Make the order of the header file includes consistent in contrib modules. Amit Kapila 13.0
2018-03-21 Add strict_word_similarity to pg_trgm module Teodor Sigaev 11.0
2017-03-12 Use wrappers of PG_DETOAST_DATUM_PACKED() more. Noah Misch 10.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-03-18 Various minor corrections of and improvements to comments. Robert Haas 9.6.0
2016-03-16 Add word_similarity to pg_trgm contrib module. Teodor Sigaev 9.6.0
2016-03-16 GUC variable pg_trgm.similarity_threshold insead of set_limit() Teodor Sigaev 9.6.0
2015-12-25 Improve the gin index scan performance in pg_trgm. Teodor Sigaev 9.6.0
2015-07-20 This supports the triconsistent function for pg_trgm GIN opclass Teodor Sigaev 9.6.0
2015-05-15 Move strategy numbers to include/access/stratnum.h Alvaro Herrera 9.5.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.3.5
2014-04-18 Create function prototype as part of PG_FUNCTION_INFO_V1 macro Peter Eisentraut 9.4.0
2013-04-10 Make contrib/pg_trgm also support regex searches with GiST indexes. Tom Lane 9.3.0
2013-04-09 Support indexing of regular-expression searches in contrib/pg_trgm. Tom Lane 9.3.0
2011-09-01 Remove unnecessary #include references, per pgrminclude script. Bruce Momjian 9.2.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-02-17 Fix contrib/pg_trgm to have smoother updates from 9.0. Tom Lane 9.1.0
2011-02-01 Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. Tom Lane 9.1.0