Age | Commit message (Expand) | Author |
---|---|---|
2023-04-23 | LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` | Jelle Raaijmakers |
2023-04-23 | LibSQL: Redesign heap storage to support arbitrary amounts of data | Jelle Raaijmakers |
2023-04-23 | LibSQL: Rename `Heap` constants to match our code style | Jelle Raaijmakers |
2023-04-23 | LibSQL: Clean up code style and remove unused includes | Jelle Raaijmakers |
2023-04-23 | LibSQL: Remove and update `VERIFY`s | Jelle Raaijmakers |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-11-26 | LibSQL: Fix BTree corruption in `TreeNode::split` | Jelle Raaijmakers |
2021-08-21 | LibSQL: Introduce Serializer as a mediator between Heap and client code | Jan de Visser |
2021-08-21 | LibSQL: Make TupleDescriptor a shared pointer instead of a stack object | Jan de Visser |
2021-06-19 | LibSQL: Hash index implementation for the SQL storage layer | Jan de Visser |