Commit Graph

40 Commits (7e735035f208418f31b91846ae3e8a381edb3af3)

Author SHA1 Message Date
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 6 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module 7 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 8 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Teodor Sigaev f576b17cd6 Add word_similarity to pg_trgm contrib module. 9 years ago
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit() 9 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 11 years ago
Tom Lane 410bed2ab8 Improve GiST index search performance for trigram regex queries. 12 years ago
Tom Lane 6f5b8beb64 Make contrib/pg_trgm also support regex searches with GiST indexes. 12 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 0a5d5a49d9 Cache the result of makesign() across calls of gtrgm_penalty(). 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 6e2f3ae884 Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. 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 16 years ago
Teodor Sigaev 2d6599f471 Add caching of query to GIN/GiST consistent function. 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 17 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 17 years ago
Bruce Momjian 5f0bf6cb0d Run pgindent on remaining files now that LOOPBYTE is a usable macro. 18 years ago
Bruce Momjian 224f91f66d Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 18 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Tom Lane 33feb55c47 Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 20 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Teodor Sigaev cbfa4092bb trgm - Trigram matching for PostgreSQL 21 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Teodor Sigaev b88605337e tsearch2 module 22 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 52ee800ed3 Patch resolve ERROR problem for non-goog query_txt. 23 years ago
Tom Lane fe1a9c3362 Repair some problems in GIST-index contrib modules. Patch from 24 years ago
Tom Lane b57705673d txtidx datatype for full text indexing with GiST. 24 years ago