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