aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove <T> polymorphism from DB, replace with From<T> based approachJan Tuomi2025-02-2110-307/+302
|
* Update ARCHITECTURE.mdJan Tuomi2025-02-211-0/+12
|
* Rename Record -> RowJan Tuomi2025-02-214-50/+46
|
* Start working in new schema logic to coreJan Tuomi2025-02-217-51/+127
|
* Work on stuffJan Tuomi2025-02-193-28/+58
|
* Implement range queryJan Tuomi2025-02-175-9/+96
|
* Refactor indexJan Tuomi2025-02-171-6/+9
|
* Improve templatingJan Tuomi2025-02-176-15/+43
|
* Implement findJan Tuomi2025-02-119-65/+177
|
* Add structure, introduce progressive enhancementJan Tuomi2025-02-1110-36/+59
|
* Add initial browser UI appJan Tuomi2025-02-1110-0/+294
|
* Add query params to py bindingsJan Tuomi2025-02-113-10/+26
|
* Add _with_params variants to query methodsJan Tuomi2025-02-104-12/+214
|
* Add missing bindings and update existingJan Tuomi2025-02-103-18/+19
|
* Remove typecheckingJan Tuomi2025-02-1010-521/+114
|
* Use tempdir in example.pyJan Tuomi2025-02-101-4/+6
|
* Fix secondary memtable by using a map instead of a setJan Tuomi2025-02-106-100/+211
|
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-0913-376/+996
|
* Improve doc commentsJan Tuomi2025-02-031-4/+11
|
* Support adding nullable fieldsJan Tuomi2025-02-033-40/+204
|
* Update READMEJan Tuomi2025-02-031-24/+83
|
* Use fully qualified calls for fs2 lock functionsJan Tuomi2025-02-032-9/+8
| | | | Fixes warning about https://github.com/rust-lang/rust/issues/48919
* Use logger ctor in all testsJan Tuomi2025-02-033-5/+15
|
* Optimize buffer constructionJan Tuomi2025-02-032-37/+33
|
* Add transaction supportJan Tuomi2025-02-035-108/+220
|
* Clean up depsJan Tuomi2025-01-204-26/+9
|
* Update ARCHITECTURE.mdJan Tuomi2025-01-201-0/+12
|
* Make lock manager stricterJan Tuomi2025-01-183-12/+29
|
* Fix benchmarkJan Tuomi2025-01-181-5/+5
|
* Refactor locking to use a single lock fileJan Tuomi2025-01-175-207/+241
|
* Refactor public interfaceJan Tuomi2025-01-177-66/+61
|
* Refactor DB into DB and EngineJan Tuomi2025-01-174-867/+908
|
* Add type alias DBResultJan Tuomi2025-01-174-63/+50
|
* Replace float type with Decimal for Eq supportJan Tuomi2025-01-173-153/+437
|
* Write about the API, transactions and locks to ARCHITECTURE.mdJan Tuomi2025-01-171-0/+29
|
* Refactor interfaces to use more moves, remove log_reader_reverseJan Tuomi2025-01-175-210/+91
|
* Test batch_find_byJan Tuomi2025-01-141-0/+33
|
* Remove read_log_keysJan Tuomi2025-01-141-67/+21
|
* Add batch_find_by_records to prepare for batch operation supportJan Tuomi2025-01-141-44/+144
|
* Add test for range_byJan Tuomi2025-01-131-0/+48
|
* Small refactoringsJan Tuomi2025-01-131-49/+26
|
* Refactor get to use find_by_recordsJan Tuomi2025-01-121-74/+33
|
* Refactor delete, removing duplicate codeJan Tuomi2025-01-121-64/+21
|
* Optimize segment readJan Tuomi2025-01-121-18/+38
|
* Add range_by, refactor reading from fileJan Tuomi2025-01-114-50/+144
|
* Fix delete compact bugJan Tuomi2025-01-102-10/+9
|
* Make record iterator call more idiomatic with unwrap_or_elseJan Tuomi2025-01-102-12/+6
|
* Fix compaction issue where get of valid logkey produced unset metadata row ↵Jan Tuomi2025-01-104-145/+190
| | | | (len = 0)
* Replace iter() calls with into_iter(), add consistency assertsJan Tuomi2025-01-083-42/+22
|
* Move refresh_indexes out of do_maintenance_tasks, fix benchesJan Tuomi2025-01-074-74/+91
|