]> granicus.if.org Git - postgresql/history - src/backend/access/spgist/spginsert.c
tableam: Support for an index build's initial table scan(s).
[postgresql] / src / backend / access / spgist / spginsert.c
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-03-22 Tom LaneFix tuple counting in SP-GiST index build.
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-02 Tom LaneSet the metapage's pd_lower correctly in brin, gin...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-02-14 Robert HaasSplit index xlog headers from other private index headers.
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
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-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-02 Tom LaneRetry after buffer locking failure during SPGiST index...
2013-06-14 Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-05 Alvaro HerreraTrim spgist_private.h inclusion
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-11 Tom LaneTeach SPGiST to store nulls and do whole-index scans.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.