summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
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
2007-11-14Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane
2007-11-10Have text search thesaurus files use "?" for stop words.Bruce Momjian
2007-11-09Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane
2007-11-09In tsearch code, remove !(A && B) via restructuring, for clarityBruce Momjian
2007-10-27Change text search parsing rules for hyphenated words so that digit stringsTom Lane
2007-10-27Add some rudimentary tracing code to the default text search parser, to helpTom Lane
2007-10-27Rename default text search parser's "uri" token type to "url_path",Tom Lane
2007-10-23Rename and slightly redefine the default text search parser's "word"Tom Lane
2007-10-23Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane
2007-10-19Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-23Temporarily modify tsearch regression tests to suppress notice that comesTom Lane
2007-09-18Avoid possibly-unportable initializer, per buildfarm warningTeodor Sigaev
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-09-11Add regression tests for ispell, synonym and thesaurus dictionaries.Teodor Sigaev
2007-09-10Fix recently introduced bugs about parsing ispell/hunspell files.Teodor Sigaev
2007-09-10Change void* opaque argument to Datum type, add argument'sTeodor Sigaev
2007-09-10Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev
2007-09-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev
2007-09-04Restrict tsearch config file base names to contain a-z, 0-9, and underscore,Tom Lane
2007-08-25Fix synonym-dict breakage introduced in last patch :-(.Tom Lane
2007-08-25Cleanup for some problems in tsearch patch:Tom Lane
2007-08-22Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.Tom Lane
2007-08-22Whoops, missed updating dsynonym_init for new dictionary parameter method.Tom Lane
2007-08-22Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane