summaryrefslogtreecommitdiff
path: root/reftable
AgeCommit message (Expand)Author
2024-02-12Merge branch 'ps/reftable-styles'Junio C Hamano
2024-02-12Merge branch 'ps/reftable-multi-level-indices-fix'Junio C Hamano
2024-02-06Merge branch 'jc/comment-style-fixes'Junio C Hamano
2024-02-06Merge branch 'ps/reftable-compacted-tables-permission-fix'Junio C Hamano
2024-02-06Merge branch 'jc/reftable-core-fsync'Junio C Hamano
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt
2024-02-06reftable/merged: refactor initialization of iteratorsPatrick Steinhardt
2024-02-06reftable/merged: refactor seeking of recordsPatrick Steinhardt
2024-02-06reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt
2024-02-06reftable/stack: use `size_t` to track stack slices during compactionPatrick Steinhardt
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt
2024-02-06reftable/stack: fix parameter validation when compacting rangePatrick Steinhardt
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt
2024-02-06reftable: introduce macros to grow arraysPatrick Steinhardt
2024-02-01reftable: document reading and writing indicesPatrick Steinhardt
2024-02-01reftable/writer: fix writing multi-level indicesPatrick Steinhardt
2024-02-01reftable/writer: simplify writing index recordsPatrick Steinhardt
2024-02-01reftable/writer: use correct type to iterate through index entriesPatrick Steinhardt
2024-02-01reftable/reader: be more careful about errors in indexed seeksPatrick Steinhardt
2024-01-30reftable/stack: fsync "tables.list" during compactionPatrick Steinhardt
2024-01-29Merge branch 'ps/reftable-optimize-io'Junio C Hamano
2024-01-29reftable/pq_test: comment style fixJunio C Hamano
2024-01-26reftable/stack: adjust permissions of compacted tablesPatrick Steinhardt
2024-01-23reftable: honor core.fsyncJohn Cai
2024-01-18reftable/stack: fix race in up-to-date checkPatrick Steinhardt
2024-01-18reftable/stack: unconditionally reload stack after commitPatrick Steinhardt
2024-01-16Merge branch 'ps/reftable-fixes-and-optims'Junio C Hamano
2024-01-11reftable/blocksource: use mmap to read tablesPatrick Steinhardt
2024-01-11reftable/blocksource: refactor code to match our coding stylePatrick Steinhardt
2024-01-11reftable/stack: use stat info to avoid re-reading stack listPatrick Steinhardt
2024-01-11reftable/stack: refactor reloading to use file descriptorPatrick Steinhardt
2024-01-11reftable/stack: refactor stack reloading to have common exit pathPatrick Steinhardt
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03reftable/merged: transfer ownership of records when iteratingPatrick Steinhardt
2024-01-03reftable/merged: really reuse buffers to compute record keysPatrick Steinhardt
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: constify some parts of the interfacePatrick Steinhardt
2024-01-03reftable/writer: fix index corruption when writing multiple indicesPatrick Steinhardt
2024-01-03reftable/stack: do not auto-compact twice in `reftable_stack_add()`Patrick Steinhardt
2024-01-03reftable/stack: do not overwrite errors when compactingPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-11reftable/block: reuse buffer to compute record keysPatrick Steinhardt
2023-12-11reftable/block: introduce macro to initialize `struct block_iter`Patrick Steinhardt
2023-12-11reftable/merged: reuse buffer to compute record keysPatrick Steinhardt
2023-12-11reftable/stack: fix use of unseeded randomnessPatrick Steinhardt
2023-12-11reftable/stack: fix stale lock when dyingPatrick Steinhardt
2023-12-11reftable/stack: reuse buffers when reloading stackPatrick Steinhardt
2023-12-11reftable/stack: perform auto-compaction with transactional interfacePatrick Steinhardt
2023-12-11reftable/stack: verify that `reftable_stack_add()` uses auto-compactionPatrick Steinhardt