Commit Graph

25 Commits (07cb7bc1c7a88299e6bce281320397f07ca045c2)

Author SHA1 Message Date
Tom Lane 1925ac281a Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Alexander Korotkov 935f666650 Handle equality operator in contrib/pg_trgm 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Alexander Korotkov 4b754d6c16 Avoid full scan of GIN indexes when possible 6 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module 8 years ago
Teodor Sigaev c28aa157b8 Make pg_trgm tests independ from standard_conforming_string. Tests uses 8 years ago
Tom Lane 1dffabed49 Further fix pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Tom Lane 6cfaffc0dd Fix regexport.c to behave sanely with lookaround constraints. 9 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 9 years ago
Teodor Sigaev e4b523e5b5 Add files forgotten in f576b17cd6 10 years ago
Teodor Sigaev f576b17cd6 Add word_similarity to pg_trgm contrib module. 10 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
Tom Lane 9728eda792 Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
Tom Lane b2a01b9ad1 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 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
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Teodor Sigaev 15f91f2789 Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Teodor Sigaev cbfa4092bb trgm - Trigram matching for PostgreSQL 22 years ago