]> granicus.if.org Git - postgresql/history - src/include/access/gist_private.h
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
[postgresql] / src / include / access / gist_private.h
2017-02-27 Tom LaneAllow index AMs to return either HeapTuple or IndexTupl...
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-02-08 Robert HaasAdd WAL consistency checking facility.
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-20 Heikki LinnakangasFix outdated comments, GIST search queue is not an...
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-06-28 Alvaro HerreraRemove unused arguments in two GiST subroutines
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-18 Tom LaneRe-pgindent a few files.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-09 Teodor SigaevMicrovacuum for GIST
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-03-26 Heikki LinnakangasFix GiST index-only scans for opclasses with different...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-26 Heikki LinnakangasMinor cleanup of GiST code, for readability.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-22 Heikki LinnakangasUse a pairing heap for the priority queue in kNN-GiST...
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-04-03 Heikki LinnakangasAvoid palloc in critical section in GiST WAL-logging.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-10 Tom LaneDocument and clean up gistsplit.c.
2013-02-07 Tom LaneRepair bugs in GiST page splitting code for multi-colum...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-13 Tom LaneFix multiple problems in WAL replay.
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-18 Heikki LinnakangasFix bug in gistRelocateBuildBuffersOnSplit().
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-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-07-15 Heikki LinnakangasChange the way the offset of downlink is stored in...
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-04 Tom LaneUpdate comment to match later code changes.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-22 Teodor SigaevFix GiST's killing tuple: GISTScanOpaque->curpos wasn't
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-10-17 Teodor SigaevDuring repeated rescan of GiST index it's possible...
2008-08-23 Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-28 Teodor SigaevChanges
2006-05-29 Teodor SigaevSom improve page split in multicolumn GiST index.
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-19 Teodor SigaevSimplify gistSplit() and some refactoring related code.
2006-05-17 Teodor SigaevReduce size of critial section during vacuum full,...
2006-05-10 Teodor SigaevReduce size of critical section and remove call of...
2006-03-30 Tom LaneImprove gist XLOG code to follow the coding rules neede...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-20 Teodor Sigaevfix founded hole in recovery after crash, add vacuum_de...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
2005-06-14 Teodor SigaevWAL for GiST. It work for online backup and so on,...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...