summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-2/+2
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-2/+3
* GiST improvements:Neil Conway2005-05-171-193/+184
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-1/+28
* Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane2005-02-051-16/+22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-16/+27
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-16/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-75/+37
* I was digging through the GiST code, and figured I'd fix up some of theBruce Momjian2002-03-051-4/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+5
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-3/+3