aboutsummaryrefslogtreecommitdiff
path: root/src/include/tsearch
Commit message (Expand)AuthorAge
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-13
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-09
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-23
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-21
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-19
* Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev2007-09-11
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-11
* Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-11
* Change void* opaque argument to Datum type, add argument'sTeodor Sigaev2007-09-10
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-07
* Cleanup for some problems in tsearch patch:Tom Lane2007-08-25
* 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