summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 2.0.02.0.0Alex Gorrod2013-12-116-16/+63
* Merge pull request #802 from wiredtiger/lsm-merge-cleanupAlex Gorrod2013-12-101-8/+11
|\
| * Drop partial results after an interrupted LSM merge.Michael Cahill2013-12-111-8/+11
|/
* Merge pull request #792 from wiredtiger/compact-lsmMichael Cahill2013-12-1018-83/+249
|\
| * Alphabetize LSM tree flags.Michael Cahill2013-12-111-5/+5
| * LSM compaction review updates. Implement Sue's suggestions, be more aggressi...Michael Cahill2013-12-115-51/+47
| * icount is uint32_t. #792Susan LoVerso2013-12-091-1/+1
| * Show running total during populate. #792Susan LoVerso2013-12-091-2/+4
| * Change wtperf to remove merge_sleep and add compact. #792Susan LoVerso2013-12-093-14/+17
| * Nits.Alex Gorrod2013-12-062-2/+1
| * Merge branch 'develop' into compact-lsmAlex Gorrod2013-12-0634-242/+871
| |\
| * | Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod2013-12-0614-47/+211
* | | Merge pull request #797 from wiredtiger/overflow-keyMichael Cahill2013-12-106-23/+61
|\ \ \
| * | | Rename the overflow lock, now that it is used for keys and values.Michael Cahill2013-12-116-16/+16
| * | | typoMichael Cahill2013-12-112-2/+2
| * | | Merge pull request #799 from wiredtiger/overflow-instantiateKeith Bostic2013-12-101-9/+12
| |\ \ \
| | * | | Turns out truncation does delete without instantiating keys -- putKeith Bostic2013-12-101-6/+12
| | * | | I don't believe it's possible for a key/value pair to be deleted withoutKeith Bostic2013-12-101-10/+7
| |/ / /
| * | | Don't let reconciliation delete overflow keys out from under readersKeith Bostic2013-12-102-3/+38
* | | | Improve the install instructions from wtstats.py if python-nvd3 is not found.Michael Cahill2013-12-111-3/+3
* | | | Revert 4df3f8d705c1176d970fe4ddd6ea6ae2d75c8ebf, pushed by mistake.Michael Cahill2013-12-111-10/+2
* | | | imported patch schema-lock-timeout-abortMichael Cahill2013-12-111-2/+10
* | | | In test/format, have bloom_oldest imply bloom=1 to avoid an error in WT_SESSI...Michael Cahill2013-12-112-5/+7
|/ / /
* | | Use a flag in LSM cursors to track whether the cursor has incremented the ses...Michael Cahill2013-12-102-13/+42
* | | Avoid bouncing the session cursor count between zero and one when searching a...Michael Cahill2013-12-106-48/+66
* | | Make LSM chunk size configurable in test/format.Michael Cahill2013-12-103-0/+7
* | | Fix a long-standing test/format bug that meant values repeated *way* more oft...Michael Cahill2013-12-101-1/+1
* | | whitespaceKeith Bostic2013-12-091-2/+2
* | | Turn off archiving on primary connection. #710Susan LoVerso2013-12-093-5/+8
* | | Increase the cache size so eviction doesn't happen, and increase theKeith Bostic2013-12-091-3/+4
* | | Update test/format to include LSM configuration options.Alex Gorrod2013-12-092-6/+4
* | | Do a hot backup to test recovery, otherwise the copy can race with log archiv...Michael Cahill2013-12-096-40/+30
* | | We've already read the shared state, use the local copies.Michael Cahill2013-12-091-1/+1
* | | Use a field in the session to avoid locking during close rather than setting ...Michael Cahill2013-12-093-6/+13
* | | Acquire the live system's lock around the save/restore of the first-firstKeith Bostic2013-12-071-2/+14
* | | Free up allocated memory -- it makes Coverity happier.Keith Bostic2013-12-071-21/+41
* | | Allow replay of threaded runs.Keith Bostic2013-12-076-53/+62
* | | Get rid of CONFIG.example, it's never correct, futz with the configKeith Bostic2013-12-073-99/+10
* | | Internal WT programs are using WT_UNUSED everywhere, test/bloom was theKeith Bostic2013-12-071-47/+11
* | | comment spelling / wordingMichael Cahill2013-12-071-1/+1
* | | Replace an explicit (void)arg with WT_UNUSED.Keith Bostic2013-12-061-1/+1
* | | Add a small hack so the "make check" ignores any local CONFIG file.Keith Bostic2013-12-062-2/+5
* | | the maximum value may be -1 when cast to an (int), do the cast in theKeith Bostic2013-12-061-1/+1
* | | Add a bunch of the newer LSM configuration options, but leave turned offKeith Bostic2013-12-063-22/+79
* | | shorten the line so we don't overflow when the numbers get large.Keith Bostic2013-12-061-1/+1
* | | TypoKeith Bostic2013-12-062-2/+2
* | | Make bloom_oldest configurable for LSM runs.Keith Bostic2013-12-063-1/+6
* | | Make the case statement consistent with other use in this program.Keith Bostic2013-12-061-5/+2
* | | Make the random number config use consistent, 1-to-X everywhere instead ofKeith Bostic2013-12-063-19/+18
* | | Add configuration support for categories of checksums (10% on, 10% off,Keith Bostic2013-12-064-66/+132