Douglas B. Rumbaugh
Blog
Publications
Conferences
Vitae
Links
Git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fixed merge logic bug in tiering
Douglas Rumbaugh
2023-11-13
2
-1
/
+3
|
*
Fixed various concurrency bugs
Douglas Rumbaugh
2023-11-09
3
-21
/
+84
|
*
Comment and License updates
Douglas Rumbaugh
2023-11-07
45
-57
/
+91
|
*
DynamicExtension: revised the way uneeded buffers/structures are released
Douglas Rumbaugh
2023-11-07
1
-8
/
+15
|
*
Merge branch 'query-refactor'
Douglas Rumbaugh
2023-11-07
24
-1935
/
+1526
|
|
\
|
|
*
Switched default DE test case over to ISAMTree
Douglas Rumbaugh
2023-11-07
7
-143
/
+106
|
|
*
DynamicExtension::create_static_structure: fixed heap overflow
Douglas Rumbaugh
2023-11-07
1
-1
/
+1
|
|
*
Converted WIRS to the new interface
Douglas Rumbaugh
2023-11-07
3
-320
/
+338
|
|
*
Alias shard fixes
Douglas Rumbaugh
2023-11-07
4
-23
/
+32
|
|
*
Refactoring progress
Douglas Rumbaugh
2023-11-06
13
-796
/
+359
|
|
*
started refactoring queries interface
Douglas B. Rumbaugh
2023-11-02
6
-361
/
+400
|
*
|
DynamicExtension: fixed race in get_active_epoch_protected
Douglas Rumbaugh
2023-11-06
1
-2
/
+11
|
*
|
InternalLevel: switched to std::sharedptr for shard memory management
Douglas Rumbaugh
2023-11-06
1
-52
/
+29
|
*
|
DynamicExtension: internal_append fixes
Douglas Rumbaugh
2023-11-06
2
-10
/
+55
|
*
|
DynamicExtension: mutex bug fix
Douglas Rumbaugh
2023-11-06
1
-2
/
+2
|
*
|
Epoch: Adjusted add empty buffer behavior
Douglas Rumbaugh
2023-11-06
2
-4
/
+26
|
*
|
DynamicExtension::create_static_structure: fixed heap overflow
Douglas Rumbaugh
2023-11-06
1
-1
/
+1
|
*
|
MutableBuffer: added explicit tail variable
Douglas Rumbaugh
2023-11-06
1
-5
/
+12
|
*
|
DynamicExtension: fixed some use-after free bugs
Douglas Rumbaugh
2023-11-06
1
-5
/
+13
|
*
|
Scheduling: Switched over to a thread pool model
Douglas Rumbaugh
2023-11-06
8
-11
/
+28
|
|
/
|
*
DE CC Testing: initial test file for FIFOScheduler
Douglas B. Rumbaugh
2023-10-31
1
-0
/
+461
|
*
Fixes for various bugs under SerialScheduler
Douglas B. Rumbaugh
2023-10-31
3
-17
/
+54
|
*
MutableBuffer: removed most concurrency control stuff
Douglas B. Rumbaugh
2023-10-31
2
-52
/
+13
|
*
ExtensionStructure: fixed incorrect constructor args in clone()
Douglas B. Rumbaugh
2023-10-31
1
-2
/
+2
|
*
DE Tests: updated existing tests to use single threaded operation
Douglas B. Rumbaugh
2023-10-31
4
-4
/
+5
|
*
MemISAM: updated to new query interface
Douglas B. Rumbaugh
2023-10-31
1
-1
/
+1
|
*
FIFOScheduler: fixed a few synchronization issues
Douglas B. Rumbaugh
2023-10-31
1
-8
/
+5
|
*
SerialScheduler: added a single-threaded scheduler
Douglas B. Rumbaugh
2023-10-31
2
-0
/
+69
|
*
DynamicExtension: fixed some Epoch-related bugs
Douglas B. Rumbaugh
2023-10-31
1
-6
/
+6
|
*
Epoch: Creating an epoch now takes references on buffers + versions
Douglas B. Rumbaugh
2023-10-31
1
-0
/
+2
|
*
VPTree Shard: updates to build on my desktop
Douglas B. Rumbaugh
2023-10-31
1
-0
/
+2
|
*
DynamicExtension: added a way to block on merge completion
Douglas B. Rumbaugh
2023-10-31
1
-3
/
+31
|
*
General Comment + Consistency updates
Douglas Rumbaugh
2023-10-30
24
-282
/
+167
|
*
DynamicExtension: comment cleanup/adjustments
Douglas Rumbaugh
2023-10-30
1
-11
/
+14
|
*
Epoch/DynamicExtension: added cv to epoch retirement check
Douglas Rumbaugh
2023-10-30
2
-4
/
+36
|
*
FIFOScheduler: correctly protect m_cv with a lock
Douglas Rumbaugh
2023-10-30
1
-0
/
+5
|
*
DynamicExtension: adjusted a few operations to ensure conistency
Douglas Rumbaugh
2023-10-30
2
-15
/
+37
|
*
Concurrency updates + fixes for compile errors
Douglas Rumbaugh
2023-10-30
6
-99
/
+106
|
*
Began moving to an explicit epoch-based system
Douglas Rumbaugh
2023-10-23
9
-103
/
+481
|
*
Bugfixes
Douglas Rumbaugh
2023-10-23
3
-1
/
+7
|
*
Initial pass w/ new scheduler setup
Douglas Rumbaugh
2023-10-20
9
-344
/
+200
|
*
Checkpointing work
Douglas Rumbaugh
2023-10-20
4
-34
/
+85
|
*
Re-structuring Project + scheduling updates
Douglas Rumbaugh
2023-09-25
24
-434
/
+384
|
*
Bugfixes for tiering
Douglas Rumbaugh
2023-09-20
4
-4
/
+33
|
*
The scheduler now spawns a seperate merge thread
Douglas Rumbaugh
2023-09-18
4
-58
/
+221
|
*
Moved individual merge task execution into the scheduler
Douglas Rumbaugh
2023-09-18
3
-35
/
+98
|
*
General bugfixes
Douglas Rumbaugh
2023-09-18
3
-4
/
+6
|
*
Began re-architecting the project for concurrency support
Douglas Rumbaugh
2023-09-13
9
-310
/
+647
|
/
*
Migrated over to using psudb-common utilities/headers
Douglas Rumbaugh
2023-08-24
24
-4528
/
+93
*
Removed unused pagedfile header
Douglas Rumbaugh
2023-08-24
3
-801
/
+0
[prev]
[next]