]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginfast.c
Update copyright for 2014
[postgresql] / src / backend / access / gin / ginfast.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-13 Tom LaneFix multiple problems in WAL replay.
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-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
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-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-02-11 Teodor SigaevGeneric implementation of red-black binary tree. It...
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-09-15 Tom LaneFix two distinct errors in creation of GIN_INSERT_LISTP...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-24 Tom LaneInstall a search tree depth limit in GIN bulk-insert...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...