summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector_op.c
Commit message (Expand)AuthorAgeFilesLines
* 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