summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-21Cut WiredTiger release 2.2.02.2.0Alex Gorrod
2014-05-20Fix a bug where rolling back the first transaction to update an LSM tree coul...Michael Cahill
2014-05-19In the fast-path for avoiding scans of the global transaction table, check th...Michael Cahill
2014-05-15Merge pull request #1013 from wiredtiger/compression-can-failMichael Cahill
2014-05-14Sort the subconfig lists.Keith Bostic
2014-05-14Pull out configuration ordering into its own section, for clarity.Keith Bostic
2014-05-14Fix initialization bug in async reconfig. #1002Susan LoVerso
2014-05-14Mention the WIREDTIGER_CONFIG environment variable.Keith Bostic
2014-05-14Reset locked variable when releasing the lock. #976Susan LoVerso
2014-05-14Return ENOTSUP if someone tries to allocate an async op handleSusan LoVerso
2014-05-14Allow the raw compression function to fail, in which case we write theKeith Bostic
2014-05-13Add async to reconfig test. Fix code to retain defaults. #1002Susan LoVerso
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-12Be a little more defensive: a reasonable compression function might notKeith Bostic
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-09Coverity #1212124 Resource leak.Keith Bostic
2014-05-09Coverity #1212126: Uninitialized scalar variable.Keith Bostic
2014-05-09Fix a leak of the scratch buffer array in the dummy session: don't allocate s...Michael Cahill
2014-05-09Update checkpoint server reconfigure to match stat log semantics.Alex Gorrod
2014-05-09Make statistics log server reconfigurable.Alex Gorrod
2014-05-09typoMichael Cahill
2014-05-09Speed up checkpoints by doing a better job of skipping pages that can't conta...Michael Cahill
2014-05-09Fix a leak of the buffer used to hold config files.Michael Cahill
2014-05-09Merge branch 'row-skip-append-check' into developMichael Cahill
2014-05-08Change search-near to always set the "insert" flag, LSM depends on it.Keith Bostic
2014-05-09Merge pull request #1003 from wiredtiger/row-skip-append-checkMichael 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-08Valgrind - free ops key/value buffers and work queue.Susan LoVerso
2014-05-08error: variable 'kpack' set but not used [-Werror=unused-but-set-variable]Keith Bostic
2014-05-08When moving keys from the parent to the child when deepening the tree, weKeith Bostic
2014-05-08When moving instantiated keys from a parent page to a child page duringKeith Bostic
2014-05-08Rename the ref to "ref", not "child", child is usually a child page.Keith Bostic
2014-05-08The function code gets retried on deadlock, release the scratch bufferKeith 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-08Merge pull request #997 from wiredtiger/reconfigure-checkpointMichael Cahill
2014-05-08When copying a disk block built by raw compression, include the size of the h...Michael Cahill
2014-05-07Add a "destination" buffer for raw compression to the standardKeith Bostic
2014-05-07Add async test for config flags. Fix bug found by test.Susan LoVerso
2014-05-07If not the last block and the compression function ate it all, there areKeith Bostic
2014-05-07Additional fixes for raw compression and the new split code, we need toKeith Bostic
2014-05-07Consolidate conditionals for going past log EOF. #994Susan LoVerso