summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
2007-10-23Rename and slightly redefine the default text search parser's "word"Tom Lane
2007-10-23Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane
2007-10-19Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-23Temporarily modify tsearch regression tests to suppress notice that comesTom Lane
2007-09-18Avoid possibly-unportable initializer, per buildfarm warningTeodor Sigaev
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-09-11Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev
2007-09-10Fix recently introduced bugs about parsing ispell/hunspell files.Teodor Sigaev
2007-09-10Change void* opaque argument to Datum type, add argument'sTeodor Sigaev
2007-09-10Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev
2007-09-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev
2007-09-04Restrict tsearch config file base names to contain a-z, 0-9, and underscore,Tom Lane
2007-08-25Fix synonym-dict breakage introduced in last patch :-(.Tom Lane
2007-08-25Cleanup for some problems in tsearch patch:Tom Lane
2007-08-22Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.Tom Lane
2007-08-22Whoops, missed updating dsynonym_init for new dictionary parameter method.Tom Lane
2007-08-22Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane