0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Towards 64-bit pageids. bufferManager can handle 64-bit offsets, but recordid.page is still 32 bit... More... over 17 years ago
Added function to handle code that allocates data without first consulting the allocationPolicy More... over 17 years ago
Fixed numerous bugs in allocationPolicy.c and alloc.c allocationPolicy.c was not handling deallocations correctly Tdealloc() was not calling interpretRid() on its input before passing it into the allocationPolicy Added locking support for TallocFromPage() More... over 17 years ago
Added missing declaration of forcePageFile() More... over 17 years ago
fixed mutex checks More... over 17 years ago
Addded "interpretRid" which knows how to call the "dereference*" functions. More... over 17 years ago
Fix memory leak; initialize p.lockCount (for debugging) More... over 17 years ago
Fix race in TallocFromPage() More... over 17 years ago
Disables fsckSlottedPage() by default. More... over 17 years ago
Added assertions to make sure that the region mutex is held when appropriate. More... over 17 years ago
Added logWriter_isDurable. If = 0, then the log will never be forced. More... over 17 years ago
Added logWriter_isDurable. If set to zero, the log will never be forced to disk. More... over 17 years ago
Force in-flight page file writes to disk before truncating. (Needed if O_DIRECT isn't in use.) More... over 17 years ago
Now, you can set pageFile_isDurable=0 to disable forcing data to the page file. More... over 17 years ago
memoized loadPage() (per thread) no longer requires pbl compatibility wrappers More... over 17 years ago
Minor cleanup, added ability to calculate the global average number of buckets traversed per find(). Added a warning for code that actually relies upon PBL's way of interpreting insert. More... over 17 years ago
Added support for locking on deallocation. More... over 17 years ago
Minor typos, added a few notes More... over 17 years ago
Updated X-axis range to better reflect paper. More... over 17 years ago
Test is more stringent now; it runs in roughly the same amount of time becase pageFile.c is no longer using O_DIRECT. More... over 17 years ago
Made a pass on the paper More... over 17 years ago
Needed to protect a linked list with a mutex. It's suprising that this hasn't come up before. More... over 17 years ago
Improved latch profiling, especially for loadPage. More... over 17 years ago
Added a note or two. More... over 17 years ago
paper updates; a bit of prior work More... over 17 years ago
Merged in some comments, added OLAP reference. More... over 17 years ago
paper changes More... over 17 years ago
bill fixes More... over 17 years ago
updated recovery section. More... over 17 years ago
Started re-organizing the the recovery / lsn-free page stuff. More... over 17 years ago