aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/tidstore.c
Commit message (Expand)AuthorAge
* Get rid of anonymous structJohn Naylor2024-04-09
* Teach radix tree to embed values at runtimeJohn Naylor2024-04-08
* Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor2024-04-08
* Use bump context for TID bitmaps stored by vacuumJohn Naylor2024-04-08
* Fix alignment of stack variableJohn Naylor2024-04-08
* Rethink create and attach APIs of shared TidStore.Masahiko Sawada2024-03-28
* Fix a calculation in TidStoreCreate().Masahiko Sawada2024-03-26
* Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada2024-03-21