]> granicus.if.org Git - postgresql/history - src/backend/snowball
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / snowball /
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-18 Tom LaneAdjust behavior of single-user -j mode for better initd...
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-08-19 Noah MischFinish adding file version information to installed...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-06-11 Tom LaneFix ancient encoding error in hungarian.stop.
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-10 Tom Lanepg_do_encoding_conversion cannot return NULL (at least...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-09-07 Teodor SigaevAdd turkish stopword list. Thanks to Devrim GUNDUZ...
2007-09-03 Tom LaneImprove stylistic consistency of descriptions of built...
2007-08-27 Magnus HaganderFix generation of snowball_create.sql on msvc builds.
2007-08-25 Tom LaneRename built-in Snowball stemmer dictionaries to be...
2007-08-25 Tom LaneCleanup for some problems in tsearch patch:
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...