summaryrefslogtreecommitdiff
path: root/dist/api_data.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-0/+5
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-16/+16
* Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod2015-04-251-2/+2
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-251-3/+3
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-1/+4
* Fix formatting.Keith Bostic2015-03-201-5/+5
* Formatting cleanup, make compressor wording consistent for block andKeith Bostic2015-03-201-11/+13
* Add a test for invalid extractorsKeith Bostic2015-03-201-1/+2
* Add tests for illegal block compressors.Keith Bostic2015-03-201-1/+2
* Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-2/+2
* Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-1/+2
* Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-201-2/+3
|\
| * Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill2015-03-201-2/+3
* | Merge branch 'develop' into index-cursor-compareAlex Gorrod2015-03-201-2/+4
|\ \
| * \ Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-201-2/+12
| |\ \
| * \ \ 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-121-2/+4
* | | | Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-191-4/+4
| |_|/ |/| |
* | | Merge pull request #1756 from qconner/lz4-compressorAlex Gorrod2015-03-181-2/+2
|\ \ \
| * | | LZ4 external compressorQuentin Conner2015-03-121-2/+2
| |/ /
* | | Merge pull request #1753 from wiredtiger/sweep-api-configsueloverso2015-03-171-0/+10
|\ \ \ | |_|/ |/| |
| * | Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-171-9/+9
| * | Fixup lint.Alex Gorrod2015-03-121-2/+2
| * | Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-1/+11
| |/
* | If the application only has 1 outstandin async operation at a time,Keith Bostic2015-03-111-1/+1
|/
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-0/+1
|\
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-0/+1
* | whitespaceMichael Cahill2015-02-181-6/+6
* | Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill2015-02-181-7/+7
* | Merge pull request #1666 from wiredtiger/wt-recoverMichael Cahill2015-02-161-0/+4
|\ \
| * | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-0/+4
* | | Add support for a new verify debug option, "dump_shape", that reportsKeith Bostic2015-02-121-8/+12
|/ /
* | New chunk_count_limit is an integer. #1658 #1652Susan LoVerso2015-02-101-1/+2
* | whitespaceMichael Cahill2015-02-101-2/+2
* | Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-0/+5
|/
* Make the "split to deepen the tree" configuration values real, storedKeith Bostic2015-02-021-0/+6
* 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-1/+11
* Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-9/+9
* Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-6/+9
|\
| * Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-0/+3
| * Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-221-6/+6
* | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-221-37/+9
|\ \ | |/
| * Clarify that setting statistics_log.wait to non-zero value starts theKeith Bostic2014-12-171-1/+2
| * Add support for none configuration string to log compressor.Alex Gorrod2014-12-171-1/+1
| * Revert default configuration value changes.Alex Gorrod2014-12-171-4/+4
| * Merge pull request #1486 from wiredtiger/none-config-2Alex Gorrod2014-12-171-6/+7
| |\
| | * Change the extractor configuration default from the empty string toKeith Bostic2014-12-161-1/+1