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