summaryrefslogtreecommitdiff
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-221-14/+13
* 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
* 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
* Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-091-17/+18
|\
| * Update auto-generated files.Michael Cahill2014-12-081-4/+5
| * Rebuild auto-generated files.Michael Cahill2014-12-081-5/+4
| * Merge branch 'develop' into log-compressMichael Cahill2014-12-081-6/+21
| |\
| * \ Merge branch 'orig-log-compress' into log-compressDon Anderson2014-12-022-18/+19
| |\ \
| | * \ Merge branch 'develop' into log-compressDon Anderson2014-12-022-4/+6
| | |\ \
| | * | | Fix builder name in 'automatically built by' message.Don Anderson2014-12-021-17/+18
* | | | | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-7/+15
* | | | | Reinstate the log.prealloc config that was lost during a merge.Michael Cahill2014-12-081-4/+5
* | | | | Rebuild auto-generated files.Michael Cahill2014-12-081-5/+4
| |_|_|/ |/| | |
* | | | Merge branch 'develop' into none-configAlex Gorrod2014-12-081-4/+5
|\ \ \ \
| * \ \ \ Merge branch 'develop' into log-recycleSusan LoVerso2014-12-031-1/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-5/+5
| * | | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-5/+5
| * | | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-5/+5
| * | | Toggle recycle default to on. Fix bug initializing some LSNs. #1373Susan LoVerso2014-11-201-4/+4
| * | | Merge branch 'develop' into log-recycleMichael Cahill2014-11-191-3/+5
| |\ \ \
| * | | | First part of recyclng log files. Have archiving move them aside andSusan LoVerso2014-11-171-4/+5
| | |_|/ | |/| |
* | | | Check for configurations of "none" in a wrapper around the config string pars...Michael Cahill2014-12-081-23/+22
* | | | Support "none" in all configuration strings as an alternative to anKeith Bostic2014-12-031-4/+20
| |_|/ |/| |
* | | fix a comment typoKeith Bostic2014-12-021-1/+1
| |/ |/|
* | Add support for immutable indices.Alex Gorrod2014-11-181-3/+5
|/
* Fix a bug in UTF-8 parsing caused by signed chars.Michael Cahill2014-11-101-1/+1
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-10/+10
|\
| * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-10/+10
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-162-2/+2
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-162-7/+231
|\ \ | |/
| * Add more wording on upgrade/downgrade of databases.Keith Bostic2014-10-141-18/+22
| * The upgrade configuration string is the same string to which we'reKeith Bostic2014-10-131-1/+4
| * Add support for upgrading configuration strings: leave the obsoleteKeith Bostic2014-10-122-15/+49
| * Split the wiredtiger_open configuration options into four sets:Keith Bostic2014-10-101-0/+183
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-083-11/+10
|\ \ | |/
| * There's no need to inline __strip_comma, let the compiler decide.Keith Bostic2014-10-061-1/+1
| * Add new verbose option "temporary" so it's possible to easily turn on specificKeith Bostic2014-09-231-4/+4
| * The "readserver" verbose flag was never deleted from the api_data.py list.Keith Bostic2014-09-231-6/+6
| * Merge pull request #1238 from wiredtiger/remove-merge-threadssueloverso2014-09-221-2/+1
| |\
| | * Remove lsm=(merge_threads) configuration option.Alex Gorrod2014-09-191-2/+1
| * | whitespaceKeith Bostic2014-09-201-4/+4
| |/
* | Simplify the custom extractor API so that:Michael Cahill2014-10-071-5/+8
|/
* Don't use '.' as a key name nested structure separator character duringKeith Bostic2014-09-161-16/+12