summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-30Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-04-28Modify the built-in text search parser to handle URLs more nearly accordingTom Lane
2010-04-26Add missing newlines in WPARSER_TRACE output.Tom Lane
2010-03-13Allow underscores in tsearch email addressses, per RFC 5322 and reportBruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-04When estimating the selectivity of an inequality "column > constant" orTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane
2009-11-30Avoid core dump on empty thesaurus dictionary.Tom Lane
2009-11-15Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut
2009-10-26Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut
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