]> granicus.if.org Git - postgresql/history - src/backend/tsearch
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / tsearch /
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-02 Tom LaneImprove aset.c's space management in contexts with...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-18 Tom LaneFix tsmatchsel() to account properly for null rows.
2011-02-10 Bruce MomjianFix "variable not used" warnings when USE_WIDE_UPPER_LO...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-06 Bruce MomjianRename macro DECIMAL to DECIMAL_T to help pgindent...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-10-06 Tom LaneReduce the memory requirement for large ispell dictiona...
2010-10-06 Tom LaneClean up temporary-memory management during ispell...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-01 Tom LaneAdd some knowledge about prefix matches to tsmatchsel...
2010-07-31 Tom LaneTweak tsmatchsel() so that it examines the structure...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-30 Tom LaneFix misuse of Lossy Counting (LC) algorithm in compute_...
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-04-28 Tom LaneModify the built-in text search parser to handle URLs...
2010-04-26 Tom LaneAdd missing newlines in WPARSER_TRACE output.
2010-03-13 Bruce MomjianAllow underscores in tsearch email addressses, per...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Tom LaneAvoid unnecessary copying of source string when generat...
2009-11-30 Tom LaneAvoid core dump on empty thesaurus dictionary.
2009-11-15 Peter EisentrautMake text search parser accept underscores in XML attri...
2009-10-26 Peter EisentrautSimplify a few makefile rules since install-sh can...
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.
next