aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/indexam.sgml
Commit message (Expand)AuthorAge
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-24
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-18
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-16
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Remove pg_am.amindexnulls.Tom Lane2011-01-08
* Support unlogged tables.Robert Haas2010-12-29
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Teach the planner to support index access methods that only implementTom Lane2009-03-05
* Add a new column to pg_am to specify whether an index AM supports backwardTom Lane2008-10-17
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-06
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-22
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-20
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Add note clarifying that indexes that support ordered scans had betterTom Lane2005-04-20
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Write some real documentation about the index access method API.Tom Lane2005-02-13