| Age | Commit message (Expand) | Author |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-05 | Add --enable-verbose option, disabled by default. | Alex Gorrod |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-22 | Maintain a cache of the last element on the list, allows for even | Keith Bostic |
| 2014-04-17 | Whitespace/indent. | Keith Bostic |
| 2014-04-14 | Free all extent lists when destroying a checkpoint, fixing a leak in salvage. | Michael Cahill |
| 2014-04-10 | Merge branch 'develop' into wait-on-free | Keith Bostic |
| 2014-04-09 | Don't try and extend the file unless we have a valid offset. | Keith Bostic |
| 2014-04-09 | Missing WT_RET(), don't lose the error. | Keith Bostic |
| 2014-04-09 | The posix_fallocate call on Linux is corrupting already written data, | Keith Bostic |
| 2014-04-07 | Merge branch 'develop' into wait-on-free | Keith Bostic |
| 2014-04-07 | Minor cleanups: | Keith Bostic |
| 2014-04-07 | Delay freeing the checkpoint's alloc/discard lists until the resolution | Keith Bostic |
| 2014-04-06 | Add another case, it's possible to delete fake checkpoints. | Keith Bostic |
| 2014-04-06 | Add some diagnostic code to confirm the checkpoint array looks like we | Keith Bostic |
| 2014-04-06 | Set the checkpoint size before calling the checkpoint update function, | Keith Bostic |
| 2014-04-06 | The live systems allocation/discard extent lists are potentially quite large, | Keith Bostic |
| 2014-04-04 | Add some additional wording to a comment, explaining why we can fast-path | Keith Bostic |
| 2014-04-04 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-04-03 | If not tracking the object sizes, use the new extent append API instead | Keith Bostic |
| 2014-04-01 | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic |
| 2014-03-26 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-26 | Don't copy the checkpoint size until we hold the lock (this probably | Keith Bostic |
| 2014-03-26 | Fix a comment: finish the sentence. | Michael Cahill |
| 2014-03-26 | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill |
| 2014-03-23 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-24 | Merge pull request #923 from wiredtiger/verbose-checkpoint | Michael Cahill |
| 2014-03-22 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-22 | error: comparison between signed and unsigned integer expressions | Keith Bostic |
| 2014-03-22 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-22 | Inline the block extension function, do a fast check for available | Keith Bostic |
| 2014-03-22 | Before searching, check to see if there isn't enough memory to bother. | Keith Bostic |
| 2014-03-21 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-21 | whitespace | Keith Bostic |
| 2014-03-21 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-21 | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic |
| 2014-03-21 | Add a fast path for file extensions so we don't walk the list of | Keith Bostic |
| 2014-03-21 | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic |
| 2014-03-20 | Rename verbose ckpt to checkpoint, add some more messages to it. | Alex Gorrod |
| 2014-02-27 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-27 | monitor_set might have been used without being initialized. | Keith Bostic |
| 2014-02-27 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-16 | These aren't XXX comments, they're not to be "fixed", at least for now. | Keith Bostic |
| 2014-02-14 | whitespace | Keith Bostic |
| 2014-02-14 | simplify an error message. | Keith Bostic |
| 2014-01-17 | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill |
| 2014-01-16 | Take the live lock when unloading a checkpoint: there could still be readers ... | Michael Cahill |
| 2014-01-08 | Minor re-working of 9dd055a. | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2014-01-02 | Don't abort if there is a checksum failure during verification or salvage: we... | Michael Cahill |