aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/indexam.sgml
Commit message (Expand)AuthorAge
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Fix a couple typos in BRIN codeTomas Vondra2024-04-19
* Enhance nbtree ScalarArrayOp execution.Peter Geoghegan2024-04-06
* doc: Add acronym and glossary term for Access MethodDaniel Gustafsson2024-01-23
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* Doc: indexUnchanged is strictly a hint.Peter Geoghegan2023-10-24
* doc: Fix some typos and grammarMichael Paquier2023-04-12
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* doc: add section about heap-only tuples (HOT)Bruce Momjian2022-08-12
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* doc: Spell checkingPeter Eisentraut2021-07-16
* doc: Fix typo in function prototypePeter Eisentraut2021-07-12
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* doc: Clarify use of ACCESS EXCLUSIVE lock in various sectionsMichael Paquier2021-04-01
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* docs: Remove notes about incompatibilies with very old versions.Heikki Linnakangas2020-10-26
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Add documentation for opclass optionsAlexander Korotkov2020-06-20
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* tableam: basic documentation.Andres Freund2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Rephrase references to "time qualification".Andres Freund2019-01-21
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Add missing documentation for argument of amcostestimate()Alexander Korotkov2018-08-10
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* doc: Fix typos and other minor issuesPeter Eisentraut2017-09-01
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-27
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Doc: remove out-of-date claim that pg_am rows must be inserted by hand.Tom Lane2016-08-16
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Docs: create some user-facing documentation about index-only scans.Tom Lane2016-05-08
* Fix typo in docs.Fujii Masao2016-04-18
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26