]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginbulk.c
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
[postgresql] / src / backend / access / gin / ginbulk.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-11 Teodor SigaevGeneric implementation of red-black binary tree. It...
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-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-06-29 Tom LaneRemove unnecessary coziness of GIN code with datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Tom LaneImprove GIN index build's tracking of memory usage...
2007-02-01 Neil ConwayFix a few typos in comments in GiN.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Teodor SigaevFix BUG #2594: Gin Indexes cause server to crash when...
2006-07-16 Tom LaneFix getDatumCopy(): don't use store_att_byval to copy...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Teodor SigaevGIN improvements
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.