Commit Graph

61 Commits (36ac6d0e793087153a452df6502d0ef32a780db6)

Author SHA1 Message Date
Tom Lane f10eab73df Make array_to_tsvector() sort and de-duplicate the given strings. 10 years ago
Tom Lane c50d192ce3 Fix ts_delete(tsvector, text[]) to cope with duplicate array entries. 10 years ago
Tom Lane 33fe7360af Re-pgindent tsvector_op.c. 10 years ago
Teodor Sigaev 3dbbd0f02a Do not fallback to AND for FTS phrase operator. 10 years ago
Teodor Sigaev 028350f619 Make exact distance match for FTS phrase operator 10 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Tom Lane 0b9a234432 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). 10 years ago
Teodor Sigaev 4bbc1a7ea3 Fix crash of filter(tsvector) 10 years ago
Robert Haas 8826d85078 Tweak a few more things in preparation for upcoming pgindent run. 10 years ago
Teodor Sigaev 4e55b3f033 Rename comparePos() to compareWordEntryPos() 10 years ago
Teodor Sigaev bb140506df Phrase full text search. 10 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago
Teodor Sigaev b1fdc727c3 Fix Windows build broken in 6943a946c7 10 years ago
Teodor Sigaev 6943a946c7 Tsvector editing functions 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Teodor Sigaev d63a1720fa Add header forgotten in 213335c145 10 years ago
Teodor Sigaev 9acb9007de Fix oversight in tsearch type check 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Tom Lane 2e211211a7 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 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
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Tom Lane 00eb036c11 Fix potential memory clobber in tsvector_concat(). 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 52fd2d65a3 Fix up core tsquery GIN support for new extractQuery API. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Tom Lane caaf2e8469 Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane b140711643 Fix ts_stat's failure on empty tsvector. 16 years ago
Peter Eisentraut de160e2c00 Make backend header files C++ safe 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 9873db6646 Fix compiler warnings on Sun Studio of the sort 17 years ago
Tom Lane 1cfd9e8834 Fix executor/spi.h to follow our usual conventions for include files, ie, 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Teodor Sigaev 26e6c896c9 Fix compiler warning "res may be used uninitialized in this function". 17 years ago
Teodor Sigaev 25ca5a9a54 Replace plain-memory ordered array by binary tree in ts_stat() function. 17 years ago
Alvaro Herrera a44564b4f8 Fix a case of string building. 17 years ago
Tom Lane e6dbcb72fa Extend GIN to support partial-match searches, and extend tsquery to support 18 years ago
Tom Lane 635aaab278 Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian 910bc51862 When text search string is too long, in error message report actual and 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago