summaryrefslogtreecommitdiff
path: root/src/include/tsearch
AgeCommit message (Expand)Author
2010-04-02Update a number of broken links in comments.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-18Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev
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-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-17Improve headeline generation. Now headline can containTeodor Sigaev
2008-09-19Create a selectivity estimation function for the text search @@ operator.Tom Lane
2008-07-14Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane
2008-06-18Improve error reporting for problems in text search configuration filesTom Lane
2008-06-18Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian
2008-06-17Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian
2008-06-10Comment fix, should say TSQuery instead of TSVector.Heikki Linnakangas
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-21Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-28Adjust the names of a couple of tsearch index support functions that hadTom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-09Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-23Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane
2007-10-21Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane
2007-10-19Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane
2007-09-11Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-09-11Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor 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-25Cleanup for some problems in tsearch patch: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