summaryrefslogtreecommitdiff
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* WT-2112 Use bool in more placesMichael Cahill2015-09-293-25/+25
* WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-161-0/+9
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-101-1/+1
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-1/+2
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-1/+1
* Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod2015-04-251-2/+4
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-251-13/+13
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-27/+28
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-1/+1
* Add a test for invalid extractorsKeith Bostic2015-03-201-2/+2
* Add tests for illegal block compressors.Keith Bostic2015-03-201-2/+6
* Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-8/+8
* Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-5/+5
* Merge branch 'develop' into index-cursor-compareAlex Gorrod2015-03-202-401/+474
|\
| * Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-201-24/+52
| |\
| * \ Merge branch 'develop' into config-check-with-functionKeith Bostic2015-03-131-1/+1
| |\ \
| * | | Add support for calling functions to validate configuration values,Keith Bostic2015-03-122-385/+453
* | | | Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-191-4/+8
| |_|/ |/| |
* | | Merge pull request #1753 from wiredtiger/sweep-api-configsueloverso2015-03-171-24/+47
|\ \ \ | |_|/ |/| |
| * | Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-171-55/+58
| * | Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-26/+46
| |/
* | Merge pull request #1748 from wiredtiger/async-apisueloverso2015-03-131-1/+1
|\ \ | |/ |/|
| * If the application only has 1 outstandin async operation at a time,Keith Bostic2015-03-111-1/+1
* | Remove pockets of case-sensitivity for configuration strings.Keith Bostic2015-03-091-8/+6
|/
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-0/+4
|\
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-0/+4
* | Merge pull request #1666 from wiredtiger/wt-recoverMichael Cahill2015-02-161-6/+7
|\ \
| * | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-6/+7
* | | Add support for a new verify debug option, "dump_shape", that reportsKeith Bostic2015-02-121-1/+3
|/ /
* | New chunk_count_limit is an integer. #1658 #1652Susan LoVerso2015-02-101-1/+1
* | Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-5/+7
|/
* Make the "split to deepen the tree" configuration values real, storedKeith Bostic2015-02-021-3/+8
* Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-5/+5
* Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-12/+17
* Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-2/+1
* Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-148-28/+41
|\
| * Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-053-22/+29
| * Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-047-0/+7
| * Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-221-14/+13
* | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-222-17/+33
|\ \ | |/
| * Revert default configuration value changes.Alex Gorrod2014-12-171-16/+16
| * Typo, __wt_config_getones_none should call __wt_config_getones,Keith Bostic2014-12-161-1/+1
| * Change the extractor configuration default from the empty string toKeith Bostic2014-12-161-3/+3
| * When creating a data-source, allow for a collator set to the empty stringKeith Bostic2014-12-161-0/+15
| * The shared_cache.name configuration string supports "none", documentKeith Bostic2014-12-161-13/+14
| * Make the huffman_key, huffman_value default values "none", rather thanKeith Bostic2014-12-161-14/+14
| * We don't need to store double quotes as the default value forKeith Bostic2014-12-151-4/+4
* | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-153-9/+17
|\ \ | |/
| * Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-152-2/+2
| * Remove the min / max bounds on overflow sizes.Michael Cahill2014-12-101-6/+6