| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate Linux man pages when generating docs. | Alex Gorrod | 2014-04-03 | 1 | -1/+1 |
* | Merge branch 'master' into develop | Michael Cahill | 2014-03-31 | 1 | -3/+3 |
|\ |
|
| * | Cut release 2.1.2 | Alex Gorrod | 2014-03-28 | 1 | -3/+3 |
| * | lint | Alex Gorrod | 2014-03-28 | 1 | -1/+1 |
| * | error: comparison between signed and unsigned integer expressions | Keith Bostic | 2014-03-28 | 1 | -1/+1 |
| * | Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST. | Alex Gorrod | 2014-03-28 | 1 | -1/+1 |
| * | Fix a comment: finish the sentence. | Michael Cahill | 2014-03-28 | 1 | -1/+2 |
| * | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill | 2014-03-28 | 2 | -2/+23 |
| * | Inline the block extension function, do a fast check for available | Keith Bostic | 2014-03-28 | 1 | -1/+3 |
| * | whitespace | Keith Bostic | 2014-03-28 | 1 | -1/+1 |
| * | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic | 2014-03-28 | 1 | -2/+4 |
| * | Add a fast path for file extensions so we don't walk the list of | Keith Bostic | 2014-03-28 | 2 | -35/+85 |
| * | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic | 2014-03-28 | 5 | -59/+87 |
| * | Short circuit cleaning up reconciliation boundary structures. | Alex Gorrod | 2014-03-28 | 1 | -4/+6 |
| * | If we underflow a page size during a merge, that should not be fatal: just li... | Michael Cahill | 2014-03-28 | 1 | -7/+7 |
| * | Update sharec_cache configuration again. | Alex Gorrod | 2014-03-28 | 4 | -34/+24 |
| * | Add upgrade doc for shared_cache config changes. | Alex Gorrod | 2014-03-28 | 2 | -15/+30 |
| * | Update shared cache configuration options: | Alex Gorrod | 2014-03-28 | 3 | -8/+23 |
| * | If a page is awaiting forced eviction, and LRU eviction fails, don't bump the... | Michael Cahill | 2014-03-28 | 1 | -1/+2 |
| * | Take a copy of the update transaction ID in reconciliation in case we race wi... | Michael Cahill | 2014-03-28 | 2 | -5/+6 |
* | | Don't copy the checkpoint size until we hold the lock (this probably | Keith Bostic | 2014-03-26 | 1 | -11/+10 |
* | | Fix a comment: finish the sentence. | Michael Cahill | 2014-03-26 | 1 | -1/+2 |
* | | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill | 2014-03-26 | 2 | -2/+23 |
* | | Merge pull request #923 from wiredtiger/verbose-checkpoint | Michael Cahill | 2014-03-24 | 6 | -14/+38 |
|\ \ |
|
| * | | Rename verbose ckpt to checkpoint, add some more messages to it. | Alex Gorrod | 2014-03-20 | 6 | -14/+38 |
* | | | error: comparison between signed and unsigned integer expressions | Keith Bostic | 2014-03-22 | 1 | -1/+1 |
* | | | Inline the block extension function, do a fast check for available | Keith Bostic | 2014-03-22 | 1 | -1/+3 |
* | | | whitespace | Keith Bostic | 2014-03-21 | 1 | -1/+1 |
* | | | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic | 2014-03-21 | 1 | -2/+4 |
* | | | Add a fast path for file extensions so we don't walk the list of | Keith Bostic | 2014-03-21 | 2 | -35/+85 |
* | | | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic | 2014-03-21 | 5 | -59/+87 |
|/ / |
|
* | | Short circuit cleaning up reconciliation boundary structures. | Alex Gorrod | 2014-03-20 | 1 | -4/+6 |
* | | I don't see any reason the checkpointing field needs to be declared | Keith Bostic | 2014-03-16 | 1 | -1/+1 |
* | | When searching for pages to merge, don't walk up into a locked page: that can... | Michael Cahill | 2014-03-14 | 2 | -7/+11 |
* | | Merge pull request #906 from wiredtiger/shared-cache-config | Michael Cahill | 2014-03-14 | 4 | -17/+37 |
|\ \ |
|
| * | | Update sharec_cache configuration again. | Alex Gorrod | 2014-03-14 | 4 | -34/+24 |
| * | | Add upgrade doc for shared_cache config changes. | Alex Gorrod | 2014-03-12 | 2 | -15/+30 |
| * | | Update shared cache configuration options: | Alex Gorrod | 2014-03-12 | 3 | -8/+23 |
* | | | If we underflow a page size during a merge, that should not be fatal: just li... | Michael Cahill | 2014-03-14 | 1 | -7/+7 |
* | | | Simplify page walk: all the cases end up doing the same page-swap operation. | Michael Cahill | 2014-03-14 | 1 | -15/+8 |
|/ / |
|
* | | Fix compact doc description regarding LSM. | Susan LoVerso | 2014-03-11 | 1 | -2/+1 |
* | | typo, comment cleanup | Keith Bostic | 2014-03-11 | 1 | -3/+3 |
* | | If a page is awaiting forced eviction, and LRU eviction fails, don't bump the... | Michael Cahill | 2014-03-11 | 1 | -1/+2 |
* | | Clear the "clear walks" flag after servicing the request. | Michael Cahill | 2014-03-11 | 1 | -0/+1 |
* | | When ascending through a tree in a no-wait walk, we can be blocked (e.g., if ... | Michael Cahill | 2014-03-11 | 1 | -3/+9 |
* | | Skip files for LRU eviction as long as the queue has a minimum number of entr... | Michael Cahill | 2014-03-11 | 2 | -3/+3 |
* | | LRU walks should not wait for page references to become stable. This was a b... | Michael Cahill | 2014-03-11 | 2 | -2/+8 |
* | | Add/fix/cleanup some comments. | Keith Bostic | 2014-03-10 | 1 | -18/+21 |
* | | Disable merges during checkpoints, make sure we visit all pages when evicting... | Michael Cahill | 2014-03-10 | 3 | -26/+24 |
* | | Ignore child pages without an address in column stores: in-memory splits can ... | Michael Cahill | 2014-03-07 | 1 | -2/+4 |