summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector.c
AgeCommit message (Expand)Author
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-23Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane
2007-10-21Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane
2007-09-07Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev
2007-08-21Fix a small 64-bit problem in tsearch patch.Tom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane