summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery.c
Commit message (Expand)AuthorAgeFilesLines
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-211-8/+8
* Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev2007-09-111-3/+1
* Change void* opaque argument to Datum type, add argument'sTeodor Sigaev2007-09-101-5/+5
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-129/+120
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-16/+51
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-206/+376
* Install check_stack_depth() protection in two recursive tsqueryTom Lane2007-08-311-2/+9
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+767