summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector_op.c
AgeCommit message (Expand)Author
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-04Fix crash of filter(tsvector)Teodor Sigaev
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-11Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev
2016-03-11Tsvector editing functionsTeodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-18Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3bTeodor Sigaev
2015-09-17Fix oversight in tsearch type checkTeodor Sigaev
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-25Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-26Fix potential memory clobber in tsvector_concat().Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-09Fix up core tsquery GIN support for new extractQuery API.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-14Cleanup various comparisons with the constant "true".Robert Haas
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-13Fix ts_stat's failure on empty tsvector.Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-27Fix compiler warnings on Sun Studio of the sortPeter Eisentraut
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-19Fix compiler warning "res may be used uninitialized in this function".Teodor Sigaev
2008-11-17Replace plain-memory ordered array by binary tree in ts_stat() function.Teodor Sigaev
2008-11-10Fix a case of string building.Alvaro Herrera
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-04-08Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-05When text search string is too long, in error message report actual andBruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-27Wording improvementsPeter Eisentraut
2007-11-28Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane
2007-11-16Small comment spacing improvement.Bruce Momjian
2007-11-15Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian
2007-10-24Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane
2007-10-23Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane