summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump to 2.6.1 releaseAlex Gorrod2015-06-041-3/+3
* Editing of changelog.Alex Gorrod2015-06-041-2/+3
* Add draft changelog for 2.6.1 release.Alex Gorrod2015-06-031-0/+11
* Fix the volatile declaration, from Alex's & Mark's review.Keith Bostic2015-06-012-4/+4
* Add a comment.Alex Gorrod2015-06-011-0/+5
* KNFKeith Bostic2015-05-301-1/+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-3010-32/+51
* 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
* 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-296-22/+62
|\
| * Rename the config key for partial logging to log=(enabled) to match wiredtige...Michael Cahill2015-05-293-16/+30
| * Merge branch 'develop' into partial-loggingMichael Cahill2015-05-2839-365/+1330
| |\
| * | Only log a commit if log records were generated. Turn on mixedSusan LoVerso2015-05-211-0/+5
| * | Initial changes for per-table logging.Susan LoVerso2015-05-216-15/+36
* | | 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-281-2/+2
| |\ \ \
| * | | | 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
* | | | | 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
* | | | | | Remove "locked" variable from __wt_encryptor_config, it's inconsistentlyKeith Bostic2015-05-281-5/+3
* | | | | | Compress WT_RET followed by return(0) into a single return.Keith Bostic2015-05-281-2/+1
* | | | | | Compress WT_RET followed by return(0) into a single return.Keith Bostic2015-05-281-2/+1
|/ / / / /
* | | | | __wt_cond_signal() can return an error.Keith Bostic2015-05-281-1/+1
* | | | | Indentation fix.Keith Bostic2015-05-281-1/+1
* | | | | Fix compiler warnings.Alex Gorrod2015-05-282-2/+3
| |_|_|/ |/| | |
* | | | Merge branch 'develop' into transaction-backgroundMichael Cahill2015-05-2810-119/+212
|\ \ \ \
| * \ \ \ Merge pull request #1995 from wiredtiger/skip-checkpointMichael Cahill2015-05-285-16/+74
| |\ \ \ \
| | * | | | Force a sync of log files at the beginning of a checkpoint. WT-1944Susan LoVerso2015-05-263-0/+51
| | * | | | Only skip metadata checkpoint if we really skipped it, not force.Susan LoVerso2015-05-262-16/+23
| * | | | | Merge pull request #2000 from wiredtiger/auto-txn-logsyncMichael Cahill2015-05-282-4/+11
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Cosmetic cleanup: add a comment, clear log sync flag in __wt_txn_config, clea...Michael Cahill2015-05-282-5/+10
| | * | | | WhitespaceSusan LoVerso2015-05-271-2/+2
| | * | | | If we have no config, explicitly check for flushing and clearSusan LoVerso2015-05-271-0/+2
| * | | | | Merge pull request #1997 from wiredtiger/clear-txn-flagsMichael Cahill2015-05-281-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Clear all transaction flags on release, not a subset.Alex Gorrod2015-05-271-2/+2
| | | |/ / | | |/| |