summaryrefslogtreecommitdiff
path: root/doc/src/sgml/indexam.sgml
Commit message (Expand)AuthorAgeFilesLines
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-7/+8
* doc: Spell checkingPeter Eisentraut2014-07-161-2/+2
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+1
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-201-2/+2
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-181-1/+1
* Documentation spell and markup checkingPeter Eisentraut2012-06-081-1/+1
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-271-13/+12
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-241-37/+14
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-181-8/+16
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-161-1/+2
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-091-5/+6
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-071-1/+31
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-1/+1
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+13
* Remove pg_am.amindexnulls.Tom Lane2011-01-081-7/+5
* Support unlogged tables.Robert Haas2010-12-291-0/+11
* Add external documentation for KNNGIST.Tom Lane2010-12-031-7/+28
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-24/+45
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Spell and markup checkingPeter Eisentraut2010-08-171-22/+22
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-291-11/+11
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-6/+5
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-011-2/+3
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-13/+95
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-8/+19
* Teach the planner to support index access methods that only implementTom Lane2009-03-051-6/+29
* Add a new column to pg_am to specify whether an index AM supports backwardTom Lane2008-10-171-7/+12
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-2/+3
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-10/+10
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-131-2/+18
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-30/+19
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-061-2/+5
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-2/+2
* Update documentation on may/can/might:Bruce Momjian2007-01-311-12/+12
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-201-3/+11
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-5/+7
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-161-18/+1
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-1/+11
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-34/+13
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-18/+47
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-1/+25
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-051-14/+14
* * Add support NULL to GiST.Teodor Sigaev2006-05-241-3/+2
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-2/+4
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-19/+27
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-3/+1
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-1/+7
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-041-10/+10
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-9/+18
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-4/+4