summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
AgeCommit message (Expand)Author
2013-01-17Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-07-16Remove unreachable codePeter Eisentraut
2012-05-02More duplicate word removal.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-30Support GiST index support functions that want to cache data across calls.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-05-18Spell checking and markup refinementPeter Eisentraut
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-04Fix two small bugs in new gistget.c logic.Tom Lane
2010-12-04Put back gistgettuple's check for backwards scan request.Tom Lane
2010-12-04KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-01Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane
2009-10-08Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-22Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev
2008-10-20Remove support of backward scan in GiST. Per discussionTeodor Sigaev
2008-10-20Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev
2008-10-17During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev
2008-08-23Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-04-13Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-04-06Make 'col IS NULL' clauses be indexable conditions.Tom Lane
2007-01-20Refactor the index AM API slightly: move currentItemData andNeil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-12Fix some typos in comments.Neil Conway
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-05-24* Add support NULL to GiST.Teodor Sigaev
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-14Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian