| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate Linux man pages when generating docs. | Alex Gorrod | 2014-04-03 | 2 | -1/+10 |
* | Add start of Debian packaging scripts. | Alex Gorrod | 2014-04-03 | 24 | -0/+149 |
* | Fix RPM build script to not include rpath. | Alex Gorrod | 2014-04-01 | 1 | -1/+4 |
* | Update s_version to update version in RPM packaging script. | Alex Gorrod | 2014-03-31 | 2 | -2/+9 |
* | Add in a spec file for building an RPM from a WiredTiger release package. | Alex Gorrod | 2014-03-31 | 1 | -0/+55 |
* | Merge branch 'master' into develop | Michael Cahill | 2014-03-31 | 2 | -3/+17 |
|\ |
|
| * | Update NEWS file for 2.1.2 release2.1.2 | Alex Gorrod | 2014-03-28 | 1 | -3/+4 |
| * | Cut release 2.1.2 | Alex Gorrod | 2014-03-28 | 4 | -5/+18 |
| * | lint | Alex Gorrod | 2014-03-28 | 1 | -1/+1 |
| * | Bump version tag to 2.1.2 on develop. | Alex Gorrod | 2014-03-28 | 4 | -7/+7 |
| * | 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 | 7 | -43/+30 |
| * | typo | Alex Gorrod | 2014-03-28 | 1 | -1/+1 |
| * | Update shared cache test to match configuration changes. | Alex Gorrod | 2014-03-28 | 1 | -4/+4 |
| * | 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 | 4 | -9/+24 |
| * | 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 |
* | | Fix include paths for Java and Python builds. | Alex Gorrod | 2014-03-31 | 4 | -7/+6 |
* | | Bump release version to 2.1.3 on develop branch. | Alex Gorrod | 2014-03-28 | 4 | -7/+7 |
* | | Don't copy the checkpoint size until we hold the lock (this probably | Keith Bostic | 2014-03-26 | 1 | -11/+10 |
* | | Merge pull request #929 from wiredtiger/extlist-merge-swap | Alex Gorrod | 2014-03-26 | 2 | -2/+24 |
|\ \ |
|
| * | | 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 |
|/ / |
|
* | | Change max_latency units to msecs. Add it into several configs. #926 | Susan LoVerso | 2014-03-25 | 24 | -3/+25 |
* | | Merge pull request #927 from wiredtiger/wtperf-debug | Alex Gorrod | 2014-03-25 | 3 | -8/+34 |
|\ \ |
|
| * | | Use lprintf to exit, rather than an abort in wtperf. | Alex Gorrod | 2014-03-25 | 2 | -9/+5 |
| * | | Fix paren warning. | Susan LoVerso | 2014-03-24 | 1 | -2/+2 |
| * | | Add max latency and min throughput settings. #926 | Susan LoVerso | 2014-03-24 | 2 | -7/+37 |
|/ / |
|
* | | Merge pull request #923 from wiredtiger/verbose-checkpoint | Michael Cahill | 2014-03-24 | 8 | -16/+40 |
|\ \ |
|
| * | | Rename verbose ckpt to checkpoint, add some more messages to it. | Alex Gorrod | 2014-03-20 | 8 | -16/+40 |
* | | | 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 |
* | | Coverity 1187550 | Susan LoVerso | 2014-03-19 | 1 | -1/+1 |
* | | Fix wtperf warmup phase to execute mixes workloads. | Alex Gorrod | 2014-03-19 | 2 | -6/+6 |