summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use 16-byte CAS to control buffer headDouglas B. Rumbaugh2024-01-152-70/+77
* Various single-threaded bug fixesDouglas B. Rumbaugh2024-01-154-15/+55
* Initial integration of new buffering scheme into frameworkDouglas Rumbaugh2024-01-129-289/+158
* Initial pass at unit test refactoringDouglas Rumbaugh2024-01-1212-468/+757
* BufferView.h: Hopefully the last necessary tweak to the move semantics stuffDouglas Rumbaugh2024-01-121-24/+2
* InternalLevel update and testsDouglas Rumbaugh2024-01-114-51/+76
* Ported ISAMTree over to new buffer setupDouglas Rumbaugh2024-01-114-125/+137
* BufferView: enforce move semanticsDouglas Rumbaugh2024-01-111-2/+19
* Fixed some potential buffer-related concurrency bugsDouglas Rumbaugh2024-01-113-58/+95
* MutableBuffer: multithreaded insert test + bugfixesDouglas Rumbaugh2024-01-102-16/+29
* MutableBuffer+View: Implementation with unit testsDouglas Rumbaugh2024-01-103-190/+229
* Initial update of buffer to new specificationsDouglas B. Rumbaugh2024-01-092-152/+62
* Updated URL for psu-db renameDouglas Rumbaugh2023-12-271-1/+1
* DynamicExtension: comments/reorganizationDouglas Rumbaugh2023-12-211-7/+19
* InternalLevel: appending an empty level is a no-opDouglas Rumbaugh2023-12-211-0/+7
* ExtensionStructure: adjusted leveling logic to avoid unneeded copiesDouglas Rumbaugh2023-12-211-5/+14
* Updated to newer version of psudb-commonDouglas Rumbaugh2023-12-131-0/+0
* Query throughput benchmarkDouglas Rumbaugh2023-12-132-0/+84
* Refactoring: corrected a number of names and added more commentsDouglas Rumbaugh2023-12-138-142/+165
* insert_tput: minor adjustmentsDouglas Rumbaugh2023-11-161-12/+7
* Insertion throughput benchmarkDouglas Rumbaugh2023-11-152-4/+61
* Lock protect Epoch during retirement to avoid use-after-free errorsDouglas Rumbaugh2023-11-151-11/+16
* Tombstone Compaction: re-enabled tombstone compactionDouglas Rumbaugh2023-11-135-5/+106
* Fixed merge logic bug in tieringDouglas Rumbaugh2023-11-132-1/+3
* Fixed various concurrency bugsDouglas Rumbaugh2023-11-093-21/+84
* Comment and License updatesDouglas Rumbaugh2023-11-0745-57/+91
* DynamicExtension: revised the way uneeded buffers/structures are releasedDouglas Rumbaugh2023-11-071-8/+15
* Merge branch 'query-refactor'Douglas Rumbaugh2023-11-0724-1935/+1526
|\
| * Switched default DE test case over to ISAMTreeDouglas Rumbaugh2023-11-077-143/+106
| * DynamicExtension::create_static_structure: fixed heap overflowDouglas Rumbaugh2023-11-071-1/+1
| * Converted WIRS to the new interfaceDouglas Rumbaugh2023-11-073-320/+338
| * Alias shard fixesDouglas Rumbaugh2023-11-074-23/+32
| * Refactoring progressDouglas Rumbaugh2023-11-0613-796/+359
| * started refactoring queries interfaceDouglas B. Rumbaugh2023-11-026-361/+400
* | DynamicExtension: fixed race in get_active_epoch_protectedDouglas Rumbaugh2023-11-061-2/+11
* | InternalLevel: switched to std::sharedptr for shard memory managementDouglas Rumbaugh2023-11-061-52/+29
* | DynamicExtension: internal_append fixesDouglas Rumbaugh2023-11-062-10/+55
* | DynamicExtension: mutex bug fixDouglas Rumbaugh2023-11-061-2/+2
* | Epoch: Adjusted add empty buffer behaviorDouglas Rumbaugh2023-11-062-4/+26
* | DynamicExtension::create_static_structure: fixed heap overflowDouglas Rumbaugh2023-11-061-1/+1
* | MutableBuffer: added explicit tail variableDouglas Rumbaugh2023-11-061-5/+12
* | DynamicExtension: fixed some use-after free bugsDouglas Rumbaugh2023-11-061-5/+13
* | Scheduling: Switched over to a thread pool modelDouglas Rumbaugh2023-11-068-11/+28
|/
* DE CC Testing: initial test file for FIFOSchedulerDouglas B. Rumbaugh2023-10-311-0/+461
* Fixes for various bugs under SerialSchedulerDouglas B. Rumbaugh2023-10-313-17/+54
* MutableBuffer: removed most concurrency control stuffDouglas B. Rumbaugh2023-10-312-52/+13
* ExtensionStructure: fixed incorrect constructor args in clone()Douglas B. Rumbaugh2023-10-311-2/+2
* DE Tests: updated existing tests to use single threaded operationDouglas B. Rumbaugh2023-10-314-4/+5
* MemISAM: updated to new query interfaceDouglas B. Rumbaugh2023-10-311-1/+1
* FIFOScheduler: fixed a few synchronization issuesDouglas B. Rumbaugh2023-10-311-8/+5