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