]> granicus.if.org Git - postgresql/history - src/backend/access/gin/gindatapage.c
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
[postgresql] / src / backend / access / gin / gindatapage.c
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
2014-01-24 Heikki LinnakangasFix off-by-one in newly-introdcued GIN assertion.
2014-01-24 Heikki LinnakangasIn GIN recompression code, use mmemove rather than...
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Heikki LinnakangasFix full-page writes of internal GIN pages.
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-13 Heikki LinnakangasFix bug in GIN posting tree root creation.
2013-11-07 Heikki LinnakangasFix setting of right bound at GIN page split.
2013-11-06 Heikki LinnakangasMisc GIN refactoring.
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-06-29 Heikki LinnakangasInline ginCompareItemPointers function for speed.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneFix a serious bug introduced into GIN in 8.4: now that...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-12 Neil ConwayFix some typos in comments.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-16 Tom LaneImprove error message wording.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.