]> granicus.if.org Git - postgresql/history - src/include/access/spgist.h
Update copyright for 2015
[postgresql] / src / include / access / spgist.h
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-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-10 Tom LaneRestructure SPGiST opclass interface API to support...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Tom LaneTeach SP-GiST to do index-only scans.
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.