summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgscan.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-2/+2
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-271-12/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-1/+2
* Add the "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-4/+5
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-301-0/+18
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-49/+18
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-0/+1
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-0/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Trim spgist_private.h inclusionAlvaro Herrera2012-09-051-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-7/+8
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-111-20/+57
* Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane2012-03-101-175/+170
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-191-16/+81
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-181-0/+7
* Defend against null scankeys in spgist searches.Tom Lane2011-12-171-6/+24
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-0/+543