summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
2009-08-30Remove duplicate variable initializations identified by clang static checker.Tom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-18Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev
2009-08-14Add prefix support for synonym dictionaryTeodor 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-06-03Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom Lane
2009-03-11Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev
2009-03-10Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev
2009-03-02Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev
2009-01-29Fix incorrect dereferencing of char* to array's index.Teodor Sigaev
2009-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
2009-01-15Fix generation too long headline with ShortWords.Teodor Sigaev
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-15Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane
2008-12-13Increase the default value of default_statistics_target from 10 to 100,Tom Lane
2008-11-27Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas
2008-11-10pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane
2008-10-17Improve headeline generation. Now headline can containTeodor Sigaev
2008-10-17Fix small bug in headline generation.Teodor 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-19Fix a few places that were non-multibyte-safe in tsearch configuration fileTom 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-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-10Add a CaseSensitive parameter to synonym dictionaries.Tom Lane
2008-03-07Fix memory arrangement of tsquery after removing stop words. It causesTeodor Sigaev
2008-03-05When text search string is too long, in error message report actual andBruce Momjian
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-02-18Observe errors in makefilePeter Eisentraut
2008-01-21Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane
2008-01-16Fix core dump with buffer-overrun by too long infinitive. Add checking of usingTeodor Sigaev
2008-01-15Tweak new error message to conform to style guidelines.Tom Lane
2008-01-15Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...Teodor Sigaev
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-27Wording improvementsPeter Eisentraut
2007-11-28Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane
2007-11-28Proper capitalization of IspellPeter Eisentraut
2007-11-28Improve terminologyPeter Eisentraut
2007-11-28Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian
2007-11-25Allow for X as well as x to be the prefix for hexadecimal character ref entit...Andrew Dunstan
2007-11-25Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan
2007-11-24Fix (I think) broken usage of MultiByteToWideChar. I had missed theTom Lane
2007-11-20Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian