]> granicus.if.org Git - postgresql/history - src/backend/tsearch
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
[postgresql] / src / backend / tsearch /
2009-08-30 Tom LaneRemove duplicate variable initializations identified...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-18 Teodor SigaevIntroduce filtering dictionary support to tsearch....
2009-08-14 Teodor SigaevAdd prefix support for synonym dictionary
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-03 Tom LaneFix tsquerysel() to not fail on an empty TSQuery. ...
2009-03-11 Teodor SigaevSome languages have symbols with zero display's width...
2009-03-10 Teodor SigaevPrevent recursion during parse of email-like string...
2009-03-02 Teodor SigaevFix usage of char2wchar/wchar2char. Changes:
2009-01-29 Teodor SigaevFix incorrect dereferencing of char* to array's index.
2009-01-15 Teodor SigaevFix URL generation in headline. Only tag lexeme will...
2009-01-15 Teodor SigaevFix generation too long headline with ShortWords.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-15 Tom LaneReduce the scaling factor for attstattarget to number...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-11-27 Heikki LinnakangasFix bug in the tsvector stats collection function,...
2008-11-10 Tom Lanepg_do_encoding_conversion cannot return NULL (at least...
2008-10-17 Teodor SigaevImprove headeline generation. Now headline can contain
2008-10-17 Teodor SigaevFix small bug in headline generation.
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-06-19 Tom LaneFix a few places that were non-multibyte-safe in tsearc...
2008-06-18 Tom LaneImprove error reporting for problems in text search...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-06-17 Bruce MomjianMove USE_WIDE_UPPER_LOWER define to c.h, and remove...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
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...