index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
indexam.sgml
Commit message (
Expand
)
Author
Age
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Add missing documentation for argument of amcostestimate()
Alexander Korotkov
2018-08-10
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
doc: Fix typos and other minor issues
Peter Eisentraut
2017-09-01
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Doc: remove out-of-date claim that pg_am rows must be inserted by hand.
Tom Lane
2016-08-16
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Docs: create some user-facing documentation about index-only scans.
Tom Lane
2016-05-08
*
Fix typo in docs.
Fujii Masao
2016-04-18
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
*
doc: Spell checking
Peter Eisentraut
2014-07-16
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Documentation spell checking and markup improvements
Peter Eisentraut
2013-05-20
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
*
Documentation spell and markup checking
Peter Eisentraut
2012-06-08
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Remove pg_am.amindexnulls.
Tom Lane
2011-01-08
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Add external documentation for KNNGIST.
Tom Lane
2010-12-03
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Spell and markup checking
Peter Eisentraut
2010-08-17
*
Fix indentation of verbatim block elements
Peter Eisentraut
2010-07-29
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-03-24
*
Teach the planner to support index access methods that only implement
Tom Lane
2009-03-05
*
Add a new column to pg_am to specify whether an index AM supports backward
Tom Lane
2008-10-17
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
*
Phase 2 of project to make index operator lossiness be determined at runtime
Tom Lane
2008-04-13
[next]