Commits

DateSubjectAuthorReleases
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2017-09-20 Allow no-op GiST support functions to be omitted. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-04 Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. Tom Lane 10.0
2017-05-04 Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. Tom Lane 9.6.3
2017-05-04 Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. Tom Lane 9.5.7
2017-02-27 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. Tom Lane 10.0
2016-01-19 Fix assorted inconsistencies in GiST opclass support function declarations. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-05-23 Still more fixes for lossy-GiST-distance-functions patch. Tom Lane 9.5.0
2011-09-30 Support GiST index support functions that want to cache data across calls. Tom Lane 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2010-12-04 Fix two small bugs in new gistget.c logic. Tom Lane 9.1.0
2010-12-04 Put back gistgettuple's check for backwards scan request. Tom Lane 9.1.0
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2010-01-01 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out Tom Lane 9.0.0
2009-10-08 Remove very ancient tuple-counting infrastructure (IncrRetrieved() and Tom Lane 9.0.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2008-04-13 Phase 2 of project to make index operator lossiness be determined at runtime Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-05-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0
2007-04-06 Make 'col IS NULL' clauses be indexable conditions. Tom Lane 8.3.0
2006-01-14 Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE Tom Lane 8.2.0
2005-11-06 Add simple sanity checks on newly-read pages to GiST, too. Tom Lane 8.2.0