]> granicus.if.org Git - postgresql/history - doc/src/sgml/indexam.sgml
tableam: Support for an index build's initial table scan(s).
[postgresql] / doc / src / sgml / indexam.sgml
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-01-22 Andres FreundRephrase references to "time qualification".
2018-10-31 Tom LaneFix memory leak in repeated SPGIST index scans.
2018-08-10 Alexander KorotkovAdd missing documentation for argument of amcostestimate()
2018-07-18 Tom LaneDrop the rule against included index columns duplicatin...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2017-11-23 Peter EisentrautConvert documentation to DocBook XML
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-17 Peter EisentrautDon't use SGML empty tags
2017-09-02 Peter Eisentrautdoc: Fix typos and other minor issues
2017-02-27 Tom LaneAllow index AMs to return either HeapTuple or IndexTupl...
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2016-08-16 Tom LaneDoc: remove out-of-date claim that pg_am rows must...
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-05-08 Tom LaneDocs: create some user-facing documentation about index...
2016-04-18 Fujii MasaoFix typo in docs.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2014-07-17 Peter Eisentrautdoc: Spell checking
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-21 Peter EisentrautDocumentation spell checking and markup improvements
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2012-06-07 Peter EisentrautDocumentation spell and markup checking
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-10-16 Tom LaneAvoid assuming that index-only scan data matches the...
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-04 Tom LaneAdd external documentation for KNNGIST.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-17 Peter EisentrautSpell and markup checking
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-20 Tom LaneAdd note clarifying that indexes that support ordered...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-02-13 Tom LaneWrite some real documentation about the index access...