aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAge
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane2010-05-30
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Modify the built-in text search parser to handle URLs more nearly accordingTom Lane2010-04-28
* Add missing newlines in WPARSER_TRACE output.Tom Lane2010-04-26
* Allow underscores in tsearch email addressses, per RFC 5322 and reportBruce Momjian2010-03-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane2009-12-15
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-30
* Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut2009-11-15
* Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut2009-10-26
* Remove duplicate variable initializations identified by clang static checker.Tom Lane2009-08-30
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-18
* Add prefix support for synonym dictionaryTeodor Sigaev2009-08-14
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom Lane2009-06-03
* Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev2009-03-11
* Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev2009-03-10
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-02
* Fix incorrect dereferencing of char* to array's index.Teodor Sigaev2009-01-29
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-15
* Fix generation too long headline with ShortWords.Teodor Sigaev2009-01-15
* Update copyright for 2009.Bruce Momjian2009-01-01
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-15
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas2008-11-27
* pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane2008-11-10
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-17
* Fix small bug in headline generation.Teodor Sigaev2008-10-17
* Create a selectivity estimation function for the text search @@ operator.Tom Lane2008-09-19
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-14
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-19
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-18
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-17
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Add a CaseSensitive parameter to synonym dictionaries.Tom Lane2008-03-10
* Fix memory arrangement of tsquery after removing stop words. It causesTeodor Sigaev2008-03-07
* When text search string is too long, in error message report actual andBruce Momjian2008-03-05
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Observe errors in makefilePeter Eisentraut2008-02-18
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-21
* Fix core dump with buffer-overrun by too long infinitive. Add checking of usingTeodor Sigaev2008-01-16