index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
btree.sgml
Age
Commit message (
Expand
)
Author
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2024-04-05
docs: Merge separate chapters on built-in index AMs into one.
Robert Haas
2024-01-23
doc: Add acronym and glossary term for Access Method
Daniel Gustafsson
2022-08-12
doc: add section about heap-only tuples (HOT)
Bruce Momjian
2021-09-29
doc: Fix some typos and markups
Michael Paquier
2021-07-01
doc: Clean up title case use
Peter Eisentraut
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2020-09-21
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-09
Minor fixes in docs and error messages.
Tom Lane
2020-08-24
doc: Fix some markups for support functions of index AMs
Michael Paquier
2020-06-21
Language fixes for docs related to opclass options
Alexander Korotkov
2020-06-21
Doc: Tweak description of B-Tree duplicate tuples.
Peter Geoghegan
2020-06-20
Minor corrections to docs related to opclass options
Alexander Korotkov
2020-06-20
Add documentation for opclass options
Alexander Korotkov
2020-05-21
Doc: Describe CREATE INDEX deduplication strategy.
Peter Geoghegan
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-12
Doc: Restructure B-Tree support routine docs.
Peter Geoghegan
2019-07-05
doc: Spell checking
Peter Eisentraut
2019-01-08
Doc: fix meaning of acronym "btree".
Tatsuo Ishii
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-06-16
Remove INCLUDE attributes section from docs.
Peter Geoghegan
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-06
Doc: move info for btree opclass implementors into main documentation.
Tom Lane