summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery.c
AgeCommit message (Expand)Author
2010-01-02Update copyright for the year 2010.Bruce Momjian
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-01-01Update copyright for 2009.Bruce Momjian
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-08Remove unnecessary comma in enum definition ... some C compilers don'tTom Lane
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-16Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-21Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane
2007-09-11Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev
2007-09-10Change void* opaque argument to Datum type, add argument'sTeodor Sigaev
2007-09-07Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev
2007-08-31Install check_stack_depth() protection in two recursive tsqueryTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane