]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginentrypage.c
Update copyright for 2016
[postgresql] / src / backend / access / gin / ginentrypage.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-06-28 Heikki LinnakangasFix double-XLogBeginInsert call in GIN page splits.
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-14 Heikki LinnakangasGIN entry pages follow the standard page layout - tell...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Heikki LinnakangasFix alignment of GIN in-line posting lists stored in...
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-06 Heikki LinnakangasMisc GIN refactoring.
2013-06-26 Noah MischInitialize pad bytes in GinFormTuple().
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-04-24 Robert HaasLots of doc corrections.
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-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
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 SigaevFix coredump during replay WAL after crash. Change...
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-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-02 Tom LaneSuppress some gcc warnings.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.