Commits

DateSubjectAuthorReleases
2017-01-26 Ensure that a tsquery like '!foo' matches empty tsvectors. Tom Lane 9.6.2
2017-01-26 Ensure that a tsquery like '!foo' matches empty tsvectors. Tom Lane 9.4.11
2016-12-21 Fix strange behavior (and possible crashes) in full text phrase search. Tom Lane 9.6.2
2016-12-21 Fix strange behavior (and possible crashes) in full text phrase search. Tom Lane 10.0
2016-12-16 Improve documentation around TS_execute(). Tom Lane 10.0
2016-12-16 Improve documentation around TS_execute(). Tom Lane 9.6.2
2016-11-08 Replace uses of SPI_modifytuple that intend to allocate in current context. Tom Lane 10.0
2016-11-08 Make SPI_fnumber() reject dropped columns. Tom Lane 10.0
2016-08-05 Make array_to_tsvector() sort and de-duplicate the given strings. Tom Lane 9.6.0
2016-08-05 Fix ts_delete(tsvector, text[]) to cope with duplicate array entries. Tom Lane 9.6.0
2016-08-05 Re-pgindent tsvector_op.c. Tom Lane 9.6.0
2016-05-05 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). Tom Lane 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. Tom Lane 9.5.0
2011-08-26 Fix potential memory clobber in tsvector_concat(). Tom Lane 8.3.16
2011-08-26 Fix potential memory clobber in tsvector_concat(). Tom Lane 8.4.9
2011-08-26 Fix potential memory clobber in tsvector_concat(). Tom Lane 9.0.5
2011-08-26 Fix potential memory clobber in tsvector_concat(). Tom Lane 9.1.0
2011-08-26 Fix potential memory clobber in tsvector_concat(). Tom Lane 9.2.0
2011-01-09 Fix up core tsquery GIN support for new extractQuery API. Tom Lane 9.1.0
2010-10-08 Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. Tom Lane 9.1.0
2009-10-13 Fix ts_stat's failure on empty tsvector. Tom Lane 8.4.2
2009-10-13 Fix ts_stat's failure on empty tsvector. Tom Lane 9.0.0
2009-01-07 Fix executor/spi.h to follow our usual conventions for include files, ie, Tom Lane 8.4.0
2008-05-16 Extend GIN to support partial-match searches, and extend tsquery to support Tom Lane 8.4.0