Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Get rid of anonymous struct | John Naylor | 2024-04-09 |
* | Teach radix tree to embed values at runtime | John Naylor | 2024-04-08 |
* | Teach TID store to skip bitmap for small numbers of offsets | John Naylor | 2024-04-08 |
* | Use bump context for TID bitmaps stored by vacuum | John Naylor | 2024-04-08 |
* | Fix alignment of stack variable | John Naylor | 2024-04-08 |
* | Rethink create and attach APIs of shared TidStore. | Masahiko Sawada | 2024-03-28 |
* | Fix a calculation in TidStoreCreate(). | Masahiko Sawada | 2024-03-26 |
* | Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. | Masahiko Sawada | 2024-03-21 |