summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-11/+22
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-131-20/+22
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-23/+32
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-10/+11
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-4/+4
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-2/+2
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-061-25/+33
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-201-8/+9
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some typos in comments.Neil Conway2006-11-121-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* ChangesTeodor Sigaev2006-06-281-2/+1
* * Add support NULL to GiST.Teodor Sigaev2006-05-241-9/+10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-141-8/+10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-061-3/+7
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-1/+5
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-221-117/+133
* Concurrency for GiSTTeodor Sigaev2005-06-271-122/+204
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-8/+8