]> granicus.if.org Git - postgresql/history - src/backend/tsearch
Document and enforce that the usable range of setseed() arguments is
[postgresql] / src / backend / tsearch /
2008-03-10 Tom LaneAdd a CaseSensitive parameter to synonym dictionaries.
2008-03-07 Teodor SigaevFix memory arrangement of tsquery after removing stop...
2008-03-05 Bruce MomjianWhen text search string is too long, in error message...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-18 Peter EisentrautObserve errors in makefile
2008-01-21 Tom LaneFix RS_isRegis() to agree exactly with RS_compile(...
2008-01-16 Teodor SigaevFix core dump with buffer-overrun by too long infinitiv...
2008-01-15 Tom LaneTweak new error message to conform to style guidelines.
2008-01-15 Teodor SigaevAdd check of headline method presence. Per report by...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-27 Peter EisentrautWording improvements
2007-11-28 Tom LaneMake a cleanup pass over error reports in tsearch code...
2007-11-28 Peter EisentrautProper capitalization of Ispell
2007-11-28 Peter EisentrautImprove terminology
2007-11-28 Bruce MomjianChange a stop word on the right-hand-side in the thesau...
2007-11-25 Andrew DunstanAllow for X as well as x to be the prefix for hexadecim...
2007-11-25 Andrew DunstanFix XML tag namespace change inadvertantly missed from...
2007-11-24 Tom LaneFix (I think) broken usage of MultiByteToWideChar....
2007-11-20 Andrew DunstanChange descriptions of entity and tag objects to "XML...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-14 Tom LaneAdd an Accept parameter to "simple" dictionaries. ...
2007-11-10 Bruce MomjianHave text search thesaurus files use "?" for stop words.
2007-11-09 Tom LaneClean up ts_locale.h/.c. Fix broken and not-consistent...
2007-11-09 Bruce MomjianIn tsearch code, remove !(A && B) via restructuring...
2007-10-27 Tom LaneChange text search parsing rules for hyphenated words...
2007-10-27 Tom LaneAdd some rudimentary tracing code to the default text...
2007-10-27 Tom LaneRename default text search parser's "uri" token type...
2007-10-23 Tom LaneRename and slightly redefine the default text search...
2007-10-23 Tom LaneFix several bugs in tsvectorin, including crash due...
2007-10-19 Tom LaneFound another small glitch in tsearch API: the two...
2007-09-26 Teodor SigaevFix crash of to_tsvector() function on huge input:...
2007-09-23 Tom LaneTemporarily modify tsearch regression tests to suppress...
2007-09-18 Teodor SigaevAvoid possibly-unportable initializer, per buildfarm...
2007-09-11 Teodor SigaevFix header's size of structs defines in ispell.
2007-09-11 Teodor SigaevAdd regression tests for ispell, synonym and thesaurus...
2007-09-10 Teodor SigaevFix recently introduced bugs about parsing ispell/hunsp...
2007-09-10 Teodor SigaevChange void* opaque argument to Datum type, add argument's
2007-09-10 Teodor SigaevFixes from Heikki Linnakangas <heikki@enterprisedb...
2007-09-07 Teodor SigaevRefactoring by Heikki Linnakangas <heikki@enterprisedb...
2007-09-04 Tom LaneRestrict tsearch config file base names to contain...
2007-08-25 Tom LaneFix synonym-dict breakage introduced in last patch...
2007-08-25 Tom LaneCleanup for some problems in tsearch patch:
2007-08-22 Tom LaneFix VPATH-build problem in new tsearch makefile, per...
2007-08-22 Tom LaneWhoops, missed updating dsynonym_init for new dictionar...
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...