aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAge
* 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
* Tweak new error message to conform to style guidelines.Tom Lane2008-01-15
* Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...Teodor Sigaev2008-01-15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Wording improvementsPeter Eisentraut2007-12-27
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-28
* Proper capitalization of IspellPeter Eisentraut2007-11-28
* Improve terminologyPeter Eisentraut2007-11-28
* Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian2007-11-28
* Allow for X as well as x to be the prefix for hexadecimal character ref entit...Andrew Dunstan2007-11-25
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-25
* Fix (I think) broken usage of MultiByteToWideChar. I had missed theTom Lane2007-11-24
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-20
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane2007-11-14
* Have text search thesaurus files use "?" for stop words.Bruce Momjian2007-11-10
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-09
* In tsearch code, remove !(A && B) via restructuring, for clarityBruce Momjian2007-11-09
* Change text search parsing rules for hyphenated words so that digit stringsTom Lane2007-10-27
* Add some rudimentary tracing code to the default text search parser, to helpTom Lane2007-10-27
* Rename default text search parser's "uri" token type to "url_path",Tom Lane2007-10-27
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane2007-10-23
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-19
* Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev2007-09-26
* Temporarily modify tsearch regression tests to suppress notice that comesTom Lane2007-09-23
* Avoid possibly-unportable initializer, per buildfarm warningTeodor Sigaev2007-09-18
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-11
* Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev2007-09-11
* Fix recently introduced bugs about parsing ispell/hunspell files.Teodor Sigaev2007-09-10