summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector_op.c
Commit message (Expand)AuthorAgeFilesLines
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-5/+5
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-261-6/+30
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-0/+1
* Fix up core tsquery GIN support for new extractQuery API.Tom Lane2011-01-091-14/+59
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-1/+1
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-081-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix ts_stat's failure on empty tsvector.Tom Lane2009-10-131-10/+15
* Make backend header files C++ safePeter Eisentraut2009-07-161-5/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-70/+71
* Fix compiler warnings on Sun Studio of the sortPeter Eisentraut2009-05-271-2/+4
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-071-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix compiler warning "res may be used uninitialized in this function".Teodor Sigaev2008-11-191-2/+2
* Replace plain-memory ordered array by binary tree in ts_stat() function.Teodor Sigaev2008-11-171-208/+200
* Fix a case of string building.Alvaro Herrera2008-11-101-2/+2
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-207/+160
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-081-20/+41
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-2/+2
* When text search string is too long, in error message report actual andBruce Momjian2008-03-051-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Wording improvementsPeter Eisentraut2007-12-271-3/+3
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-281-4/+4
* Small comment spacing improvement.Bruce Momjian2007-11-161-2/+2
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-30/+30
* Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane2007-10-241-4/+5
* Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane2007-10-231-46/+66
* Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-111-9/+34
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-10/+27
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-30/+45
* Install check_stack_depth() protection in two recursive tsqueryTom Lane2007-08-311-3/+8
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+1334