summaryrefslogtreecommitdiff
path: root/dist/api_data.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * The shared_cache.name configuration string supports "none", documentKeith Bostic2014-12-161-3/+4
| | * Make the huffman_key, huffman_value default values "none", rather thanKeith Bostic2014-12-161-2/+2
| * | I moved Error class from api_data.py to api_err.py, but itKeith Bostic2014-12-161-31/+0
| |/
| * We don't need to store double quotes as the default value forKeith Bostic2014-12-151-1/+1
| * Merge pull request #1465 from wiredtiger/lsm-cleanupsueloverso2014-12-151-1/+2
| |\
| | * Minor cleanup. #1447Susan LoVerso2014-12-111-1/+2
* | | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-12/+25
|\ \ \ | |/ /
| * | Remove the min / max bounds on overflow sizes.Michael Cahill2014-12-101-5/+7
| * | Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-091-7/+15
| |\ \ | | |/
| * | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-12/+23
* | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-18/+23
| |/ |/|
* | Merge branch 'develop' into log-compressMichael Cahill2014-12-091-7/+10
|\ \
| * | Call out "none" consistently as an option for compression, collation and extr...Michael Cahill2014-12-091-7/+10
| |/
* | Merge branch 'develop' into log-compressMichael Cahill2014-12-081-0/+3
|\ \ | |/
| * Reinstate the log.prealloc config that was lost during a merge.Michael Cahill2014-12-081-0/+3
* | Merge branch 'develop' into log-compressMichael Cahill2014-12-081-123/+151
|\ \ | |/
| * Merge branch 'develop' into none-configAlex Gorrod2014-12-081-724/+724
| |\
| * | Support "none" in all configuration strings as an alternative to anKeith Bostic2014-12-031-9/+9
* | | Merge branch 'develop' into log-compressDon Anderson2014-12-041-757/+726
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into log-recycleMichael Cahill2014-12-041-752/+721
| |\ \
| | * | Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-718/+718
| | * | Changes in #1204, #1288 mistakenly changed the values for some errorKeith Bostic2014-12-031-31/+0
| | |/
* | | Merge branch 'orig-log-compress' into log-compressDon Anderson2014-12-021-0/+5
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' into log-compressDon Anderson2014-12-021-0/+3
| |\ \ | | |/
| * | Added log compression. When configured, we attempt to compressDon Anderson2014-12-021-0/+5
* | | Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-4/+3
* | | Generalize to use a log server thread that separately handles archivingSusan LoVerso2014-12-011-2/+2
* | | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-3/+4
* | | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-2/+2
* | | Toggle recycle default to on. Fix bug initializing some LSNs. #1373Susan LoVerso2014-11-201-1/+1
* | | Merge branch 'develop' into log-recycleMichael Cahill2014-11-191-0/+3
|\ \ \ | | |/ | |/|
| * | Add support for immutable indices.Alex Gorrod2014-11-181-0/+3
| |/
* | First part of recyclng log files. Have archiving move them aside andSusan LoVerso2014-11-171-0/+3
|/
* Implement @agorrod's review comments, add a check that custom extractors don'...Michael Cahill2014-11-041-2/+2
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-5/+6
|\
| * Merge pull request #1291 from wiredtiger/snap-minMichael Cahill2014-10-201-0/+1
| |\
| | * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-0/+1
| * | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-171-5/+5
| |/