summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-05-14Sort the subconfig lists.Keith Bostic
2014-05-13Allow async to be reconfigured. #1002Susan LoVerso
2014-05-13Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill
2014-05-12Add backoff to sleep if no async work available. #1002Susan LoVerso
2014-05-12Document dst and dst_len for WT_COMPRESSOR::compress.Keith Bostic
2014-05-12Merge pull request #1004 from wiredtiger/stat-log-reconfigMichael Cahill
2014-05-10Run the "standard" extensions through the style checks, mostly add aKeith Bostic
2014-05-09Make statistics log server reconfigurable.Alex Gorrod
2014-05-09Speed up checkpoints by doing a better job of skipping pages that can't conta...Michael Cahill
2014-05-08Don't do an append test regardless if searching the tree, but moreKeith Bostic
2014-05-08Comment cleanup.Keith Bostic
2014-05-08Skip the fast-append key comparison unless we've previously appendedKeith Bostic
2014-05-08automatic rebuild.Keith Bostic
2014-05-08whitespaceKeith Bostic
2014-05-08Scan include files for style problems. Fix the ones found right away.Michael Cahill
2014-05-08Merge pull request #998 from wiredtiger/lsm-logging-fixesAlex Gorrod
2014-05-07Add documentation for the `WiredTiger.basecfg` file.Michael Cahill
2014-05-07Add ability to reconfigure the checkpoint serverAlex Gorrod
2014-05-07Merge pull request #910 from wiredtiger/metadata-cursorsMichael Cahill
2014-05-07Update documentation to reflect --enable-verbose.Alex Gorrod
2014-05-07Tidy up related to metadata cursors.Alex Gorrod
2014-05-07Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod
2014-05-06No reason to call the __wt_multi_to_ref() page argument "orig", it's notKeith Bostic
2014-05-06Make spell happy, "op's" -> "operation's"Keith Bostic
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-05Merge branch 'develop' into async. Fix conflicts.Susan LoVerso
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-05Add --enable-verbose option, disabled by default.Alex Gorrod
2014-05-03fix a commentKeith Bostic
2014-05-03Rename "retb" to be "keyb", it always holds a key.Keith Bostic
2014-05-02We're using in-cursor storage for our search keys, return a referenceKeith Bostic
2014-05-02Move the async code from conn_async.c under src/async. It's easier (for me) ...Michael Cahill
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 #980 from wiredtiger/deepen-small-cacheMichael Cahill
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-01Python for async:Don Anderson
2014-05-01Optionally skip block cleanup and leak memory on connection close.Keith Bostic
2014-05-01Fix a bug in LSM where an autocommit transaction wasn't started.Alex Gorrod
2014-05-01Merge branch 'develop' into multiple-eviction-threadsAlex Gorrod
2014-05-01Disable prefix compression by default.Michael Cahill
2014-05-01Take the cache size into account when calculating the maximum size of a page ...Michael Cahill
2014-05-01Move the checkpoint generation into the btree structure, increment it after t...Michael Cahill
2014-05-01Don't cache the TXN_OLDEST flag: we don't check repeatedly.Michael Cahill
2014-04-30Merge branch 'develop' into asyncSusan LoVerso
2014-04-30Fix the __wt_free #define, it doesn't return a value.Keith Bostic
2014-04-30The disk header in a page is read-only: mark it const.Michael Cahill
2014-04-30whitespaceMichael Cahill