Commit Graph

31 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)

Author SHA1 Message Date
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Alexander Korotkov 935f666650 Handle equality operator in contrib/pg_trgm 5 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Robert Haas 2d8a1e22b1 Various minor corrections of and improvements to comments. 10 years ago
Teodor Sigaev f576b17cd6 Add word_similarity to pg_trgm contrib module. 10 years ago
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit() 10 years ago
Teodor Sigaev 25bfa7efd0 Improve the gin index scan performance in pg_trgm. 10 years ago
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass 11 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane 6f5b8beb64 Make contrib/pg_trgm also support regex searches with GiST indexes. 13 years ago
Tom Lane 3ccae48f44 Support indexing of regular-expression searches in contrib/pg_trgm. 13 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 4eb49db7ae Fix contrib/pg_trgm to have smoother updates from 9.0. 15 years ago
Tom Lane 6e2f3ae884 Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. 15 years ago
Tom Lane be0c3ea2d3 Update contrib/pg_trgm for new GIN extractQuery API. 15 years ago
Tom Lane b525bf771e Add KNNGIST support to contrib/pg_trgm. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 87b8db3774 Adjust the APIs for GIN opclass support functions to allow the extractQuery() 17 years ago
Teodor Sigaev b87b52bf04 Support of multibyte encoding for pg_trgm 17 years ago
Teodor Sigaev 2d6599f471 Add caching of query to GIN/GiST consistent function. 18 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Teodor Sigaev 15f91f2789 Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago