summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAgeFilesLines
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-181-4/+12
* Add prefix support for synonym dictionaryTeodor Sigaev2009-08-142-7/+32
* Make backend header files C++ safePeter Eisentraut2009-07-164-17/+17
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-118-169/+179
* Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom Lane2009-06-031-5/+9
* Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev2009-03-111-1/+299
* Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev2009-03-101-1/+4
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-021-18/+33
* Fix incorrect dereferencing of char* to array's index.Teodor Sigaev2009-01-291-6/+6
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-152-13/+18
* Fix generation too long headline with ShortWords.Teodor Sigaev2009-01-151-2/+5
* Update copyright for 2009.Bruce Momjian2009-01-0116-32/+32
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-151-4/+4
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-131-5/+5
* Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas2008-11-271-21/+22
* pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane2008-11-101-5/+1
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-172-60/+346
* Fix small bug in headline generation.Teodor Sigaev2008-10-171-3/+3
* Create a selectivity estimation function for the text search @@ operator.Tom Lane2008-09-193-16/+435
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-142-2/+405
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-192-8/+8
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-185-96/+161
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-182-129/+2
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-173-14/+14
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-162-20/+21
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+1
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-252-5/+5
* Add a CaseSensitive parameter to synonym dictionaries.Tom Lane2008-03-101-4/+22
* Fix memory arrangement of tsquery after removing stop words. It causesTeodor Sigaev2008-03-071-1/+25
* When text search string is too long, in error message report actual andBruce Momjian2008-03-051-2/+2
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-15/+2
* Observe errors in makefilePeter Eisentraut2008-02-181-3/+3
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-212-33/+59
* Fix core dump with buffer-overrun by too long infinitive. Add checking of usingTeodor Sigaev2008-01-161-32/+47
* Tweak new error message to conform to style guidelines.Tom Lane2008-01-151-3/+3
* Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...Teodor Sigaev2008-01-151-1/+6
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0114-28/+28
* Wording improvementsPeter Eisentraut2007-12-271-3/+3
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-283-18/+38
* Proper capitalization of IspellPeter Eisentraut2007-11-281-2/+2
* Improve terminologyPeter Eisentraut2007-11-281-2/+2
* Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian2007-11-281-2/+2
* Allow for X as well as x to be the prefix for hexadecimal character ref entit...Andrew Dunstan2007-11-251-1/+2
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-251-3/+8
* Fix (I think) broken usage of MultiByteToWideChar. I had missed theTom Lane2007-11-241-13/+20
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-201-32/+57
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-1511-116/+117
* pgindent run for 8.3.Bruce Momjian2007-11-1512-127/+129
* Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane2007-11-141-6/+33
* Have text search thesaurus files use "?" for stop words.Bruce Momjian2007-11-102-37/+39