]> granicus.if.org Git - postgresql/history - src/backend/access/gist/gistbuild.c
Report progress of CREATE INDEX operations
[postgresql] / src / backend / access / gist / gistbuild.c
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-20 Alexander KorotkovCheck for conflicting queries during replay of gistvacu...
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-02-14 Robert HaasSplit index xlog headers from other private index headers.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
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-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-16 Heikki LinnakangasFix GiST buffering build bug, which caused "failed...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-30 Heikki LinnakangasChange the way parent pages are tracked during buffered...
2012-05-30 Heikki LinnakangasDelete the temporary file used in buffered GiST build...
2012-05-29 Heikki LinnakangasFix integer overflow bug in GiST buffering build calcul...
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-08 Tom LaneThrow error sooner for unlogged GiST indexes.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-30 Tom LaneSupport GiST index support functions that want to cache...
2011-09-12 Heikki LinnakangasIn the final emptying phase of the new GiST buffering...
2011-09-08 Tom Laneround() is not portable. Use rint().
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.