summaryrefslogtreecommitdiff
path: root/doc/src/sgml/btree.sgml
AgeCommit message (Expand)Author
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2024-04-05docs: Merge separate chapters on built-in index AMs into one.Robert Haas
2024-01-23doc: Add acronym and glossary term for Access MethodDaniel Gustafsson
2022-08-12doc: add section about heap-only tuples (HOT)Bruce Momjian
2021-09-29doc: Fix some typos and markupsMichael Paquier
2021-07-01doc: Clean up title case usePeter Eisentraut
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-09Minor fixes in docs and error messages.Tom Lane
2020-08-24doc: Fix some markups for support functions of index AMsMichael Paquier
2020-06-21Language fixes for docs related to opclass optionsAlexander Korotkov
2020-06-21Doc: Tweak description of B-Tree duplicate tuples.Peter Geoghegan
2020-06-20Minor corrections to docs related to opclass optionsAlexander Korotkov
2020-06-20Add documentation for opclass optionsAlexander Korotkov
2020-05-21Doc: Describe CREATE INDEX deduplication strategy.Peter Geoghegan
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-12Doc: Restructure B-Tree support routine docs.Peter Geoghegan
2019-07-05doc: Spell checkingPeter Eisentraut
2019-01-08Doc: fix meaning of acronym "btree".Tatsuo Ishii
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-06-16Remove INCLUDE attributes section from docs.Peter Geoghegan
2018-06-11Make new error code name match SQL standard more closelyPeter Eisentraut
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-06Doc: move info for btree opclass implementors into main documentation.Tom Lane