summaryrefslogtreecommitdiff
path: root/src/include/access/gist_private.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-9/+21
* Re-pgindent a few files.Tom Lane2016-01-171-4/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Microvacuum for GISTTeodor Sigaev2015-09-091-1/+10
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-151-0/+3
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-261-0/+2
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-1/+8
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-261-5/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-3/+4
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-221-20/+5
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-16/+15
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-191-0/+1
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-141-1/+1
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-031-0/+15
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support unlogged GiST index.Heikki Linnakangas2013-02-111-1/+1
* Document and clean up gistsplit.c.Tom Lane2013-02-101-6/+7
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix multiple problems in WAL replay.Tom Lane2012-11-121-7/+1
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-161-1/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-301-28/+6
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-181-0/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-301-4/+13
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-081-2/+180
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-151-7/+2
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-221-0/+3
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-10/+10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-0/+1
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-231-40/+41
* Update comment to match later code changes.Tom Lane2010-12-041-1/+1
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-031-37/+80
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-161-1/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-9/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-221-2/+3
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-201-16/+1
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-171-1/+2
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-231-1/+14
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-4/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-3/+3