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
*
Convert strategies to and from compare types
Peter Eisentraut
2025-02-02
*
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-10
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Fix a couple typos in BRIN code
Tomas Vondra
2024-04-19
*
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-06
*
doc: Add acronym and glossary term for Access Method
Daniel Gustafsson
2024-01-23
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-25
*
Doc: indexUnchanged is strictly a hint.
Peter Geoghegan
2023-10-24
*
doc: Fix some typos and grammar
Michael Paquier
2023-04-12
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
doc: add section about heap-only tuples (HOT)
Bruce Momjian
2022-08-12
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
doc: Spell checking
Peter Eisentraut
2021-07-16
*
doc: Fix typo in function prototype
Peter Eisentraut
2021-07-12
*
Use the correct article for abbreviations
David Rowley
2021-06-11
*
doc: Clarify use of ACCESS EXCLUSIVE lock in various sections
Michael Paquier
2021-04-01
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
*
docs: Remove notes about incompatibilies with very old versions.
Heikki Linnakangas
2020-10-26
*
Misc documentation fixes.
Heikki Linnakangas
2020-10-19
*
doc: add commas after 'i.e.' and 'e.g.'
Bruce Momjian
2020-08-31
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Add documentation for opclass options
Alexander Korotkov
2020-06-20
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
tableam: basic documentation.
Andres Freund
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Rephrase references to "time qualification".
Andres Freund
2019-01-21
*
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
[next]