summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery.c
Commit message (Expand)AuthorAgeFilesLines
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-14/+34
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-4/+4
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-9/+5
* Remove unnecessary comma in enum definition ... some C compilers don'tTom Lane2008-01-081-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Wording improvementsPeter Eisentraut2007-12-271-2/+2
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-281-14/+15
* Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev2007-11-161-1/+6
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-6/+6
* pgindent run for 8.3.Bruce Momjian2007-11-151-48/+53
* 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