]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginxlog.c
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
[postgresql] / src / backend / access / gin / ginxlog.c
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-12 Heikki LinnakangasIn WAL replay, restore GIN metapage unconditionally...
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
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 LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-04-06 Tom LaneFix misleading output from gin_desc().
2012-02-26 Tom LaneFix some more bugs in GIN's WAL replay logic.
2012-02-05 Tom LaneImprove comment.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Tom LaneFix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
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-10-11 Tom LaneFix assorted bugs in GIN's WAL replay logic.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-09 Heikki LinnakangasFix bug in GIN WAL redo cleanup function: don't free...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
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-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
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-10-29 Teodor Sigaev- Add check of already changed page while replay WAL...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-03 Teodor SigaevFix typo noticed by Alvaro Herrera
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.