]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginbtree.c
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / gin / ginbtree.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-01 Heikki LinnakangasFix bug in the new GIN incomplete-split code.
2014-01-23 Heikki LinnakangasSilence compiler warning.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
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 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-08 Heikki LinnakangasFix race condition in GIN posting tree page deletion.
2013-11-06 Heikki LinnakangasMisc GIN refactoring.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-13 Tom LaneCosmetic cleanup of ginInsertValue().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
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-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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-05 Teodor SigaevMove call of MarkBufferDirty() before XLogInsert()...
2007-02-01 Neil ConwayFix a few typos in comments in 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-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-29 Teodor SigaevCorrect cheking in findParents(). i
2006-05-26 Teodor SigaevFix findParents() in case of multiple levels to find.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.