summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgscan.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2012-03-10Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-18Defend against null scankeys in spgist searches.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane