summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.6Robert Haas2016-06-091-19/+21
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-2/+3
* Add the "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-2/+2
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-2/+2
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-21/+14
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev2015-09-091-1/+3
* Microvacuum for GISTTeodor Sigaev2015-09-091-1/+136
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-231-10/+19
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-151-12/+44
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-151-9/+21
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-2/+64
* 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-50/+21
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+3
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-2/+6
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-171-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-1/+1
* Remove unreachable codePeter Eisentraut2012-07-161-2/+0
* More duplicate word removal.Robert Haas2012-05-021-1/+1
* 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-2/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Spell checking and markup refinementPeter Eisentraut2011-05-191-1/+1
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-11/+13
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-11/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-231-2/+8
* Fix two small bugs in new gistget.c logic.Tom Lane2010-12-041-1/+4
* Put back gistgettuple's check for backwards scan request.Tom Lane2010-12-031-0/+4
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-031-385/+434
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-011-8/+14
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-081-3/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-29/+29
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-221-19/+27
* Remove support of backward scan in GiST. Per discussionTeodor Sigaev2008-10-201-25/+15
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-201-11/+1
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-171-1/+4
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-231-89/+101
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2