Commits

DateSubjectAuthorReleases
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-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. 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
2013-05-10 Fix management of fn_extra caching during repeated GiST index scans. Tom Lane 9.3.0
2013-05-10 Fix management of fn_extra caching during repeated GiST index scans. Tom Lane 9.2.5
2011-09-30 Support GiST index support functions that want to cache data across calls. Tom Lane 9.2.0
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 8.2.22
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 8.3.16
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 8.4.9
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 9.0.5
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 9.1.1
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. 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
2005-09-22 Adjust GiST error messages to conform to message style guidelines. Tom Lane 8.1.0
2004-07-17 Invent ResourceOwner mechanism as per my recent proposal, and use it to Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0