summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2011 from wiredtiger/2.6.1-release2.6.1Alex Gorrod2015-06-045-5/+117
|\
| * Bump to 2.6.1 releaseAlex Gorrod2015-06-043-5/+5
| * Editing of changelog.Alex Gorrod2015-06-042-42/+42
| * Update NEWSAlex Gorrod2015-06-041-7/+11
| * Add draft changelog for 2.6.1 release.Alex Gorrod2015-06-034-2/+110
* | Add max latency checks to some wtperf configs. WT-926Susan LoVerso2015-06-038-1/+24
|/
* Merge pull request #2008 from wiredtiger/rand-8BAlex Gorrod2015-06-0221-105/+127
|\
| * Fix the volatile declaration, from Alex's & Mark's review.Keith Bostic2015-06-012-4/+4
| * whitespaceKeith Bostic2015-06-011-1/+1
| * Add a comment.Alex Gorrod2015-06-011-0/+5
| * Merge pull request #2009 from wiredtiger/rand-8B-pythonDon Anderson2015-05-311-13/+11
| |\
| | * Revert the masking of the seeds, on second thought I think that'sKeith Bostic2015-05-301-6/+6
| | * Try to make the Python code look roughly like the C code.Keith Bostic2015-05-301-15/+13
| |/
| * KNFKeith Bostic2015-05-301-1/+1
| * UpdateKeith Bostic2015-05-301-0/+1
| * Typo, in shuffling code around, lost the line the updated the PRNG's state.Keith Bostic2015-05-301-0/+1
| * Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-3019-91/+108
* | Add sample_interval for medium-multi-lsm.Susan LoVerso2015-06-011-0/+1
|/
* WhitespaceSusan LoVerso2015-05-291-1/+2
* Rename 'logging' to 'fullckpt_logging'Susan LoVerso2015-05-291-7/+7
* Because the way the code was last written, the variable logging wasKeith Bostic2015-05-291-5/+7
* Don't store the result of FLD_ISSET() in an int.Keith Bostic2015-05-291-2/+2
* Merge pull request #2006 from wiredtiger/lz4_inline_fixKeith Bostic2015-05-291-0/+3
|\
| * Add fix for C2054 to lz4_compressDavid Hows2015-05-291-0/+3
* | Coverity #72721: the configuration value is cval.val, not cval.len.Keith Bostic2015-05-291-1/+1
* | Call SESSION_API_CALL early so the method name is set for errorKeith Bostic2015-05-291-5/+5
* | Minor KNF, whitespace.Keith Bostic2015-05-292-9/+6
* | Call __wt_txn_checkpoint with WT_TXN_LOG_CKPT_CLEANUP in the case of aKeith Bostic2015-05-291-5/+4
* | Fix indentation.Keith Bostic2015-05-291-1/+1
* | Coverity #1302373.Keith Bostic2015-05-291-2/+1
* | Merge pull request #1989 from wiredtiger/partial-loggingMichael Cahill2015-05-2912-24/+116
|\ \
| * | Rename the config key for partial logging to log=(enabled) to match wiredtige...Michael Cahill2015-05-295-23/+40
| * | Merge branch 'develop' into partial-loggingMichael Cahill2015-05-2863-382/+2569
| |\ \
| * | | Only log a commit if log records were generated. Turn on mixedSusan LoVerso2015-05-213-4/+9
| * | | Typo in config.Susan LoVerso2015-05-212-4/+4
| * | | Add read workload for btree multi test.Susan LoVerso2015-05-212-4/+4
| * | | Initial changes for per-table logging.Susan LoVerso2015-05-2112-16/+86
* | | | Merge pull request #2001 from wiredtiger/compact-early-exitAlex Gorrod2015-05-292-5/+10
|\ \ \ \
| * | | | Use the same size limit when determining whether to do a compact.Alex Gorrod2015-05-292-1/+2
| * | | | Simplify fix for running unnecessary loops in compact.Alex Gorrod2015-05-292-42/+12
| * | | | Merge branch 'develop' into compact-early-exitAlex Gorrod2015-05-283-3/+57
| |\ \ \ \
| * | | | | Fixup dereferencing the index array.Alex Gorrod2015-05-281-2/+5
| * | | | | Give the btree code a chance to flag compaction as unnecessary.Alex Gorrod2015-05-281-1/+26
| * | | | | Only compact a file if it's at least 10MB and has 1MB of available space.Alex Gorrod2015-05-281-5/+11
| * | | | | Only set the compaction flag once we find a page to compact.Alex Gorrod2015-05-281-1/+1
* | | | | | Don't reference anything other than the top-level page, that was weKeith Bostic2015-05-282-16/+19
* | | | | | Fix broken link after file movement. WT-1954Susan LoVerso2015-05-281-1/+2
* | | | | | KNFKeith Bostic2015-05-281-1/+1
* | | | | | Merge pull request #2003 from wiredtiger/recover-stripsueloverso2015-05-281-2/+2
|\ \ \ \ \ \
| * | | | | | Strip out the "log=(recover=)" configuration from the base configurationKeith Bostic2015-05-281-2/+2