summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2014-05-09Make statistics log server reconfigurable.Alex Gorrod
2014-05-07Add ability to reconfigure the checkpoint serverAlex Gorrod
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-05Merge branch 'develop' into async. Fix conflicts.Susan LoVerso
2014-05-02Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod
2014-05-02Switch API tracing to verbose=[api] from a connection option.Alex Gorrod
2014-05-02Add trace functionality to WiredTiger API.Alex Gorrod
2014-05-02Merge pull request #918 from wiredtiger/multiple-eviction-threadsAlex Gorrod
2014-05-02Merge pull request #981 from wiredtiger/prefix-compression-defaultMichael Cahill
2014-05-01Optionally skip block cleanup and leak memory on connection close.Keith Bostic
2014-05-01Disable prefix compression by default.Michael Cahill
2014-04-28Add asynchronous compact support to async API.Susan LoVerso
2014-04-23Merge branch 'develop' into multiple-eviction-threadsMichael Cahill
2014-04-23Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-14Merge branch 'develop' into asyncSusan LoVerso
2014-04-08Reduce the leaf page size from 1MB to 32KB.Keith Bostic
2014-04-07Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-07Minor fixes for metadata cursors.Michael Cahill
2014-04-07Merge branch 'develop' into asyncMichael Cahill
2014-04-07Merge branch 'develop' into multiple-eviction-threadsMichael Cahill
2014-04-01Add support for a new verify option "-d dump_offsets=#,#,#", that allowsKeith Bostic
2014-03-26Compilation fixes for C code.Susan LoVerso
2014-03-26Clean up pass for s_all.Susan LoVerso
2014-03-26Remove the split_deepen tuning parameter, replace it with something aKeith Bostic
2014-03-25Merge branch 'develop' into multiple-eviction-threadsAlex Gorrod
2014-03-23Merge branch 'develop' into new-splitKeith Bostic
2014-03-20Rename verbose ckpt to checkpoint, add some more messages to it.Alex Gorrod
2014-03-14Merge branch 'develop' into new-splitMichael Cahill
2014-03-14Update sharec_cache configuration again.Alex Gorrod
2014-03-12Update shared cache configuration options:Alex Gorrod
2014-03-10Restore the internal-key truncation code, it wasn't the problem.Keith Bostic
2014-03-08Remove internal node key-suffix compression from the new-split branch.Keith Bostic
2014-03-05Merge branch 'develop' into new-splitKeith Bostic
2014-02-27There's only one remaining verbose hazard pointer message (onKeith Bostic
2014-02-27Merge branch 'develop' into new-splitKeith Bostic
2014-02-27Don't automatically enable direct I/O on checkpoints.Alex Gorrod
2014-02-26Merge branch 'develop' into new-splitKeith Bostic
2014-02-26Merge branch 'develop' into checkpoint-directioMichael Cahill
2014-02-26Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod
2014-02-25Ignore memory leaked if modifying a method's configuration has anKeith Bostic
2014-02-25Don't attempt multiple free's in the case of an error, free by the sameKeith Bostic
2014-02-25Update the configuration parsing API. Including:Alex Gorrod
2014-02-24Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod
2014-02-19First cut a a version of new version of split that deepens the tree.Keith Bostic
2014-02-16Add a verbose "split" keyword.Keith Bostic
2014-02-13Add configuration parsing to the public API.Alex Gorrod
2014-02-11Add compression as a wtperf config. #871Susan LoVerso
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-08Now that log syncing with fsync scales better than O_DSYNC, change the default.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic