Commit Graph

84 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 12 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 12 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 46a60abfe9 Suppress compiler warning in new contrib/pg_trgm code. 12 years ago
Tom Lane 80a5cf643a Improve contrib/pg_trgm's heuristics for regexp index searches. 12 years ago
Tom Lane c3ccc9ee58 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Tom Lane 410bed2ab8 Improve GiST index search performance for trigram regex queries. 13 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 7844608e54 Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction. 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. 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 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. 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 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 3b61e57f3c Assorted fixups for "unpackaged" conversion scripts. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 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 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
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian 636edd553d Blank line Makefile cleanups. 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
Tom Lane cb1ab30fdc Fix completely-bogus volatility markings on pg_trgm functions. 18 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
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago