summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-26Merge branch 'mongodb-3.0' of github.com:wiredtiger/wiredtiger into mongodb-3.0mongodb-3.0.4Michael Cahill
2015-05-26Make this test run again: set the file_manager.close_handle_minimum toKeith Bostic
2015-05-26Hold the schema and handle list locks while LSM is discarding a chunk.Michael Cahill
2015-05-26Cleanup flow in sweep mark dead function.Alex Gorrod
2015-05-26Disable eviction in a tree while it is being marked dead.Michael Cahill
2015-05-26Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill
2015-05-25Fix the "is dead" check for handles to not use WT_NOTFOUND: that is a valid r...Michael Cahill
2015-05-25Fix for force drop racing with handle opens in test/fops. (In WiredTiger 2.6...Michael Cahill
2015-05-25Fixes for macro name changes after cherry picking.Michael Cahill
2015-05-25Always clear the cursor's page reference after releasing the page,Keith Bostic
2015-05-25Handle ENOENT from log_scan in callers. WT-1936Susan LoVerso
2015-05-25Merge pull request #1991 from wiredtiger/open-directory-full-pathsueloverso
2015-05-25Merge pull request #1987 from wiredtiger/log-cursor-enoentsueloverso
2015-05-25Merge pull request #1986 from wiredtiger/txn-oldest-idAlex Gorrod
2015-05-25Merge pull request #1981 from wiredtiger/page-release-cleanupMichael Cahill
2015-05-25Merge pull request #1979 from wiredtiger/log-slot-volatileAlex Gorrod
2015-05-25Merge pull request #1974 from wiredtiger/handle-unexpected-filesMichael Cahill
2015-05-25Merge pull request #1976 from wiredtiger/checkpoint-deadAlex Gorrod
2015-05-25Merge pull request #1973 from wiredtiger/disable-eviction-during-mark-deadAlex Gorrod
2015-05-25Merge pull request #1972 from wiredtiger/never-evict-from-lru-walkAlex Gorrod
2015-05-25Merge pull request #1969 from wiredtiger/fsync-before-validateAlex Gorrod
2015-05-25Merge pull request #1946 from wiredtiger/checkpoint-rewriteAlex Gorrod
2015-05-25Merge pull request #1931 from wiredtiger/avoid-obsolete-checksAlex Gorrod
2015-05-14Check magic and version numbers in log files when first opening them.Susan LoVerso
2015-05-14If we're closing a dirty tree in order to verify it (or any other exclusive o...Michael Cahill
2015-05-13Backport fixes for SERVER-18316.Susan LoVerso
2015-04-27If getting a handle lock only - don't propogate WT_NOTFOUND.mongodb-3.0.3Alex Gorrod
2015-04-27Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill
2015-04-27Updated NEWS.MONGODB with additional changes.Michael Cahill
2015-04-27If a file is marked cache-resident, it can never be evicted,Keith Bostic
2015-04-27Rename WT_BTREE_NO_HAZARD to be WT_BTREE_IN_MEMORY, to better reflectKeith Bostic
2015-04-27Always clear WT_BTREE_NO_HAZARD when cache_resident is not configured,Keith Bostic
2015-04-27Cherry-pick Windows fixes to the mongodb-3.0 branch.Michael Cahill
2015-04-26src/lsm/lsm_cursor.c:666:5: error: 'locked' may be used uninitialized inMichael Cahill
2015-04-25Update NEWS.MONGODB with 3.0.3 changelogMichael Cahill
2015-04-25Fixes after cherry-picking.Michael Cahill
2015-04-25Fix a deadlock related to handle locking.Alex Gorrod
2015-04-25Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod
2015-04-25Create a "clear a single walk" function and call it from __evict_clear_walksKeith Bostic
2015-04-25Clear session->dhandle so that future error messages don't dereference freed ...Michael Cahill
2015-04-25Clear eviction walks in all trees before the eviction server exits.Michael Cahill
2015-04-25Move the "cache is empty" check to where the cache is destoyed, not when the ...Michael Cahill
2015-04-25Shut down the eviction server before closing file handles to avoid a race.Michael Cahill
2015-04-25Look for any number of non-data-changing log records to determine if weSusan LoVerso
2015-04-25If an LSM search-near operation lands on a deleted item, make a copy of the k...Michael Cahill
2015-04-25Remove use of unneeded tmp_fh. WT-1872Susan LoVerso
2015-04-25Fix a deadlock in LSM with schema operations.Alex Gorrod
2015-04-25Fix a bug in LSM where updates with overwrite could be skipped.Alex Gorrod
2015-04-25Merge bulk cursor close with regular file cursor close: we were missing a dec...Michael Cahill
2015-04-25Allow forced eviction of pages already queued for evictiondaveh86