aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector_op.c
Commit message (Expand)AuthorAge
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Re-pgindent tsvector_op.c.Tom Lane2016-08-05
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-27
* Make exact distance match for FTS phrase operatorTeodor Sigaev2016-06-27
* pgindent run for 9.6Robert Haas2016-06-09
* Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane2016-05-05
* Fix crash of filter(tsvector)Teodor Sigaev2016-05-04
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-03
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-08
* Phrase full text search.Teodor Sigaev2016-04-07
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-11
* Tsvector editing functionsTeodor Sigaev2016-03-11
* Update copyright for 2016Bruce Momjian2016-01-02
* Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3bTeodor Sigaev2015-09-18
* Fix oversight in tsearch type checkTeodor Sigaev2015-09-17
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-26
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix up core tsquery GIN support for new extractQuery API.Tom Lane2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix ts_stat's failure on empty tsvector.Tom Lane2009-10-13
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix compiler warnings on Sun Studio of the sortPeter Eisentraut2009-05-27
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix compiler warning "res may be used uninitialized in this function".Teodor Sigaev2008-11-19
* Replace plain-memory ordered array by binary tree in ts_stat() function.Teodor Sigaev2008-11-17
* Fix a case of string building.Alvaro Herrera2008-11-10
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-08
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* When text search string is too long, in error message report actual andBruce Momjian2008-03-05
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01