]> granicus.if.org Git - postgresql/history - src/backend/tsearch
pg_dump: Fix some messages
[postgresql] / src / backend / tsearch /
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-17 Magnus HaganderFix typos in comments
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-07 Tom LaneCope with more than 64K phrases in a thesaurus dictionary.
2014-10-23 Tom LaneImprove ispell dictionary's defenses against bad affix...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-07 Heikki LinnakangasAvoid memcpy() with same source and destination address.
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-10 Heikki LinnakangasUse memmove() instead of memcpy() for copying overlappi...
2014-02-01 Tom LaneFix some wide-character bugs in the text-search parser.
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-12 Tom LaneFix logical errors in tsquery selectivity estimation...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-15 Heikki LinnakangasFix bug in to_tsquery().
2012-05-02 Peter EisentrautEven more duplicate word removal, in the spirit of...
2012-04-24 Robert HaasReduce hash size for compute_array_stats, compute_tsvec...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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
next