summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2014-10-14Add more wording on upgrade/downgrade of databases.Keith Bostic
2014-10-13The upgrade configuration string is the same string to which we'reKeith Bostic
2014-10-12Add support for upgrading configuration strings: leave the obsoleteKeith Bostic
2014-10-10Split the wiredtiger_open configuration options into four sets:Keith Bostic
2014-10-06There's no need to inline __strip_comma, let the compiler decide.Keith Bostic
2014-09-23Add new verbose option "temporary" so it's possible to easily turn on specificKeith Bostic
2014-09-23The "readserver" verbose flag was never deleted from the api_data.py list.Keith Bostic
2014-09-22Merge pull request #1238 from wiredtiger/remove-merge-threadssueloverso
2014-09-20whitespaceKeith Bostic
2014-09-19Remove lsm=(merge_threads) configuration option.Alex Gorrod
2014-09-16Don't use '.' as a key name nested structure separator character duringKeith Bostic
2014-09-16Fix the separator character error message to complain about the correct key.Keith Bostic
2014-09-16Return an error when the configuration merge fails.Keith Bostic
2014-09-09I flipped the comparison, fix it.Keith Bostic
2014-09-09Don't check the key for a prefix match if the prefix is longer than the key.Keith Bostic
2014-09-09Fix return after branch to error.Keith Bostic
2014-09-08config_collapse.c:156:12: error: assignment discards 'const' qualifierKeith Bostic
2014-09-08Messed up the test for a separator character (dot) in the key, theKeith Bostic
2014-09-08Create __wt_config_merge for the merge functionality, called onlyKeith Bostic
2014-09-06Write a new version of config-collapse that merges nested structuresKeith Bostic
2014-08-27Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-21Fix minimum value. #1170Susan LoVerso
2014-08-20Add log_size configuration for checkpoints. #1170Susan LoVerso
2014-08-15Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill
2014-08-13Revert the default behavior for eviction worker threads back to having just t...Michael Cahill
2014-08-11Move the new eviction settings into a group. We can transition older setting...Michael Cahill
2014-08-11Make dynamic eviction workers the default. #1143Alex Gorrod
2014-08-06Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-07-31Start and stop eviction worker threads based on demand.Alex Gorrod
2014-07-25Add a cursor operation to skip the in-order key check in a row-store,Keith Bostic
2014-07-17Fixup LSM worker manager configuration and a couple of other things.Alex Gorrod
2014-07-17Start shifting to having shared worker threads for LSM trees.Alex Gorrod
2014-07-02Merge branch 'develop' into leveldb-apiMichael Cahill
2014-06-25Add new statistics_log=(on_close=bool) option.Alex Gorrod
2014-06-25Merge branch 'develop' into leveldb-apiMichael Cahill
2014-06-20Clarify that the transaction sync setting overrides the global setting. Add ...Michael Cahill
2014-06-19Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill
2014-06-19Fix a formatting problem with configuration defaults: sub-configurations of t...Michael Cahill
2014-06-18Add per-txn sync configuration support. #1074Susan LoVerso
2014-06-04Add exclusive option to wiredtiger_open.Alex Gorrod
2014-05-14Merge branch 'develop' into json-dumpSusan LoVerso
2014-05-09Make statistics log server reconfigurable.Alex Gorrod
2014-05-08Merge branch 'develop' into json-dumpMichael Cahill
2014-05-07Add ability to reconfigure the checkpoint serverAlex Gorrod
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-05Merge branch 'develop' into async. Fix conflicts.Susan LoVerso
2014-05-02Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod
2014-05-02Switch API tracing to verbose=[api] from a connection option.Alex Gorrod
2014-05-02Add trace functionality to WiredTiger API.Alex Gorrod
2014-05-02Merge pull request #918 from wiredtiger/multiple-eviction-threadsAlex Gorrod