| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename to AutereDB | Jan Tuomi | 2025-05-03 | 11 | -2587/+0 |
| * | Add sort_asc param, impl demo chat app | Jan Tuomi | 2025-05-02 | 2 | -3/+22 |
| * | Remove <T> polymorphism from DB, replace with From<T> based approach | Jan Tuomi | 2025-02-21 | 6 | -143/+134 |
| * | Rename Record -> Row | Jan Tuomi | 2025-02-21 | 4 | -50/+46 |
| * | Start working in new schema logic to core | Jan Tuomi | 2025-02-21 | 4 | -48/+75 |
| * | Add _with_params variants to query methods | Jan Tuomi | 2025-02-10 | 3 | -12/+88 |
| * | Remove typechecking | Jan Tuomi | 2025-02-10 | 5 | -231/+34 |
| * | Fix secondary memtable by using a map instead of a set | Jan Tuomi | 2025-02-10 | 4 | -91/+189 |
| * | Remove Recordable trait, implement Python bindings, fixes | Jan Tuomi | 2025-02-09 | 4 | -115/+145 |
| * | Improve doc comments | Jan Tuomi | 2025-02-03 | 1 | -4/+11 |
| * | Support adding nullable fields | Jan Tuomi | 2025-02-03 | 2 | -40/+55 |
| * | Use fully qualified calls for fs2 lock functions | Jan Tuomi | 2025-02-03 | 2 | -9/+8 |
| * | Use logger ctor in all tests | Jan Tuomi | 2025-02-03 | 2 | -1/+15 |
| * | Optimize buffer construction | Jan Tuomi | 2025-02-03 | 2 | -37/+33 |
| * | Add transaction support | Jan Tuomi | 2025-02-03 | 4 | -108/+149 |
| * | Clean up deps | Jan Tuomi | 2025-01-20 | 2 | -12/+8 |
| * | Make lock manager stricter | Jan Tuomi | 2025-01-18 | 3 | -12/+29 |
| * | Refactor locking to use a single lock file | Jan Tuomi | 2025-01-17 | 5 | -207/+241 |
| * | Refactor public interface | Jan Tuomi | 2025-01-17 | 5 | -47/+45 |
| * | Refactor DB into DB and Engine | Jan Tuomi | 2025-01-17 | 4 | -867/+908 |
| * | Add type alias DBResult | Jan Tuomi | 2025-01-17 | 3 | -62/+49 |
| * | Replace float type with Decimal for Eq support | Jan Tuomi | 2025-01-17 | 1 | -26/+21 |
| * | Refactor interfaces to use more moves, remove log_reader_reverse | Jan Tuomi | 2025-01-17 | 5 | -210/+91 |
| * | Remove read_log_keys | Jan Tuomi | 2025-01-14 | 1 | -67/+21 |
| * | Add batch_find_by_records to prepare for batch operation support | Jan Tuomi | 2025-01-14 | 1 | -44/+144 |
| * | Small refactorings | Jan Tuomi | 2025-01-13 | 1 | -49/+26 |
| * | Refactor get to use find_by_records | Jan Tuomi | 2025-01-12 | 1 | -74/+33 |
| * | Refactor delete, removing duplicate code | Jan Tuomi | 2025-01-12 | 1 | -64/+21 |
| * | Optimize segment read | Jan Tuomi | 2025-01-12 | 1 | -18/+38 |
| * | Add range_by, refactor reading from file | Jan Tuomi | 2025-01-11 | 4 | -50/+144 |
| * | Fix delete compact bug | Jan Tuomi | 2025-01-10 | 1 | -7/+2 |
| * | Make record iterator call more idiomatic with unwrap_or_else | Jan Tuomi | 2025-01-10 | 2 | -12/+6 |
| * | Fix compaction issue where get of valid logkey produced unset metadata row (l... | Jan Tuomi | 2025-01-10 | 2 | -57/+86 |
| * | Replace iter() calls with into_iter(), add consistency asserts | Jan Tuomi | 2025-01-08 | 3 | -42/+22 |
| * | Move refresh_indexes out of do_maintenance_tasks, fix benches | Jan Tuomi | 2025-01-07 | 2 | -4/+4 |
| * | Add delete_by, rename find_all to find_by | Jan Tuomi | 2025-01-06 | 2 | -23/+109 |
| * | Move primary_key and secondary_keys configuration to Recordable | Jan Tuomi | 2025-01-06 | 3 | -39/+34 |
| * | Rework DB interface to use Recordable instances | Jan Tuomi | 2025-01-06 | 5 | -206/+269 |
| * | Implement remove | Jan Tuomi | 2025-01-06 | 3 | -39/+139 |
| * | Stabilize multithread tests | Jan Tuomi | 2025-01-03 | 2 | -7/+9 |
| * | Add tombstone flag to record to support delete | Jan Tuomi | 2024-11-29 | 4 | -29/+85 |
| * | Use specialized DBError type instead of io::Error | Jan Tuomi | 2024-11-22 | 2 | -44/+63 |
| * | Remove unused code | Jan Tuomi | 2024-11-22 | 2 | -6/+0 |
| * | Add read-my-writes test | Jan Tuomi | 2024-11-22 | 1 | -21/+82 |
| * | Get memtables working finally | Jan Tuomi | 2024-11-22 | 3 | -217/+248 |
| * | Implement primary index refresh | Jan Tuomi | 2024-11-22 | 3 | -23/+106 |
| * | Skip over metadata rows left unused by compaction | Jan Tuomi | 2024-11-22 | 2 | -41/+56 |
| * | Refactor do_maintenance_tasks | Jan Tuomi | 2024-11-21 | 2 | -98/+111 |
| * | Refactor compact | Jan Tuomi | 2024-11-21 | 3 | -106/+132 |
| * | Start reimplementing memtable changes after revert | Jan Tuomi | 2024-11-21 | 3 | -82/+47 |