Commit Graph

165 Commits (5253519b27d3393c07eb04470f04462c67ad94a9)

Author SHA1 Message Date
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 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
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane e611515dd6 pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 9 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 9 years ago
Robert Haas 2910fc8239 Update extensions with GIN/GIST support for parallel query. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Robert Haas 2d8a1e22b1 Various minor corrections of and improvements to comments. 10 years ago
Teodor Sigaev aa698d7535 pg_trgm's set_limit() now uses SetConfigOption() 10 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
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit() 10 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 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 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Tom Lane 66c029c842 Fix volatility markings of some contrib I/O functions. 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 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 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. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 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. 13 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago