summaryrefslogtreecommitdiffstats
path: root/include/framework
Commit message (Expand)AuthorAgeFilesLines
...
* Comment and License updatesDouglas Rumbaugh2023-11-0716-17/+17
* DynamicExtension: revised the way uneeded buffers/structures are releasedDouglas Rumbaugh2023-11-071-8/+15
* Merge branch 'query-refactor'Douglas Rumbaugh2023-11-072-0/+23
|\
| * DynamicExtension::create_static_structure: fixed heap overflowDouglas Rumbaugh2023-11-071-1/+1
| * Refactoring progressDouglas Rumbaugh2023-11-061-1/+1
| * started refactoring queries interfaceDouglas B. Rumbaugh2023-11-022-0/+23
* | 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-063-5/+12
|/
* 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
* FIFOScheduler: fixed a few synchronization issuesDouglas B. Rumbaugh2023-10-311-8/+5
* SerialScheduler: added a single-threaded schedulerDouglas B. Rumbaugh2023-10-312-0/+69
* DynamicExtension: fixed some Epoch-related bugsDouglas B. Rumbaugh2023-10-311-6/+6
* Epoch: Creating an epoch now takes references on buffers + versionsDouglas B. Rumbaugh2023-10-311-0/+2
* DynamicExtension: added a way to block on merge completionDouglas B. Rumbaugh2023-10-311-3/+31
* General Comment + Consistency updatesDouglas Rumbaugh2023-10-3015-252/+89
* DynamicExtension: comment cleanup/adjustmentsDouglas Rumbaugh2023-10-301-11/+14
* Epoch/DynamicExtension: added cv to epoch retirement checkDouglas Rumbaugh2023-10-302-4/+36
* FIFOScheduler: correctly protect m_cv with a lockDouglas Rumbaugh2023-10-301-0/+5
* DynamicExtension: adjusted a few operations to ensure conistencyDouglas Rumbaugh2023-10-302-15/+37
* Concurrency updates + fixes for compile errorsDouglas Rumbaugh2023-10-305-93/+98
* Began moving to an explicit epoch-based systemDouglas Rumbaugh2023-10-239-103/+481
* BugfixesDouglas Rumbaugh2023-10-233-1/+7
* Initial pass w/ new scheduler setupDouglas Rumbaugh2023-10-207-341/+196
* Checkpointing workDouglas Rumbaugh2023-10-202-33/+84
* Re-structuring Project + scheduling updatesDouglas Rumbaugh2023-09-2513-45/+365
* Bugfixes for tieringDouglas Rumbaugh2023-09-203-4/+9
* The scheduler now spawns a seperate merge threadDouglas Rumbaugh2023-09-184-58/+221
* Moved individual merge task execution into the schedulerDouglas Rumbaugh2023-09-183-35/+98
* General bugfixesDouglas Rumbaugh2023-09-182-1/+5
* Began re-architecting the project for concurrency supportDouglas Rumbaugh2023-09-137-308/+645
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-243-12/+12
* Expanded query interfaceDouglas Rumbaugh2023-07-272-8/+43
* Alex shard progressDouglas Rumbaugh2023-07-261-0/+7
* VPTree: fixed knn queryDouglas Rumbaugh2023-07-241-2/+8
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-4/+48
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-171-1/+1
* PriorityQueue: generalized priority queue comparison operationDouglas Rumbaugh2023-07-171-0/+11
* VPTree: changed Point format to a D-dimensional point.Douglas Rumbaugh2023-07-171-6/+24
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-0/+9
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-11/+36
* Fixed query errorsDouglas Rumbaugh2023-07-031-1/+1