| Age | Commit message (Expand) | Author |
| 2014-03-28 | error: comparison between signed and unsigned integer expressions | Keith Bostic |
| 2014-03-28 | Fix a comment: finish the sentence. | Michael Cahill |
| 2014-03-28 | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill |
| 2014-03-28 | Inline the block extension function, do a fast check for available | Keith Bostic |
| 2014-03-28 | whitespace | Keith Bostic |
| 2014-03-28 | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic |
| 2014-03-28 | Add a fast path for file extensions so we don't walk the list of | Keith Bostic |
| 2014-03-28 | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic |
| 2014-02-27 | monitor_set might have been used without being initialized. | 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 |
| 2013-12-24 | If running in DIAGNOSTIC mode, drop core when there's a checksum error, | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-22 | Don't check for a file with no data pages until we've truncated back to | Keith Bostic |
| 2013-12-22 | Rework uint32_t/size_t declarations, size_t is more appropriate for the | Keith Bostic |
| 2013-12-20 | Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into a | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-17 | Rewrite the read/write loops to handle short returns, POSIX allows short | Keith Bostic |
| 2013-12-17 | ../src/block/block_write.c: In function '__wt_block_write_off': | Michael Cahill |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-12-07 | Acquire the live system's lock around the save/restore of the first-first | Keith Bostic |
| 2013-12-03 | whitespace | Keith Bostic |
| 2013-11-22 | lint: Remove NULL checks when a non-NULL pointer is required. | Michael Cahill |
| 2013-11-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-18 | Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures. | Keith Bostic |
| 2013-11-18 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-11-17 | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | There's another path where we allocate while holding the block manager's | Keith Bostic |
| 2013-11-17 | Fix spelling | Keith Bostic |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | Rename block manager statistics with "block manager" prefix so they sort | Keith Bostic |
| 2013-11-16 | There's no need to initialize extp to NULL, it gets set in either path, | Keith Bostic |
| 2013-11-15 | Coverity is concerned we might be indirecting through a NULL pointer -- | Keith Bostic |
| 2013-11-15 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-12 | Don't output the file offset on verbose, it's too much verbage. | Keith Bostic |
| 2013-11-12 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-11 | I meant to put the __VERBOSE_OUTPUT_PERCENTILE #ifdef back so we don't | Keith Bostic |
| 2013-11-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-11 | Fix yet more warnings from gcc 4.6: | Michael Cahill |
| 2013-11-11 | Fix more gcc format warnings: | Michael Cahill |
| 2013-11-11 | Fix a few GCC warnings: | Michael Cahill |
| 2013-11-11 | Go back to "allocation_size" to avoid breaking the world. | Michael Cahill |
| 2013-11-10 | Use statistics to figure out if compaction was successful, that means | Keith Bostic |
| 2013-11-09 | Compression changes. | Keith Bostic |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-07 | whitespace | Keith Bostic |
| 2013-11-06 | Don't limit block rewrites to the last half of the file, if we can make | Keith Bostic |