summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable fallocate on Windows since SetEndofFile does notMark Benvenuto2015-04-251-19/+7
* When using ftruncate as the file-extension call, we must use WT_FH.sizeKeith Bostic2015-04-252-81/+118
* The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic2015-04-259-13/+35
* Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod2015-04-253-8/+10
* Don't ignore sweeping entirely when we reach the open-file-count limit,Keith Bostic2015-04-251-8/+7
* Don't keep sweeping once we reach the minimum number of handles.Keith Bostic2015-04-251-0/+5
* const: At condition ret == -1, the value of ret must be equal to -1.Keith Bostic2015-04-251-2/+1
* Remove unnecessary atomic operation, fixing CID 69810 along the way.Keith Bostic2015-04-251-2/+2
* CID 72073 (#1 of 1): Redundant test (DEADCODE)Keith Bostic2015-04-251-2/+1
* Remove unnecessary error labels, fixing SERVER-17948 along the way.Keith Bostic2015-04-253-24/+20
* SERVER-17954: Coverity analysis defect 72085: Redundant testKeith Bostic2015-04-251-5/+4
* Fix places where we were using the wrong link for traversing hash buckets.Keith Bostic2015-04-255-7/+7
* Enable test/fops for Windows, and add to CIMark Benvenuto2015-04-256-9/+78
* test/format for WindowsMark Benvenuto2015-04-254-6/+7
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-254-25/+26
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-257-32/+50
* If the underlying split buffer grows, existing boundary references mayKeith Bostic2015-04-251-21/+24
* Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840Susan LoVerso2015-04-252-1/+10
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-04-256-12/+144
* Set checkpoint LSN to existing log record. #1700Susan LoVerso2015-04-254-12/+37
* Merge branch 'master' into mongodb-3.0Michael Cahill2015-04-173-1/+13
|\
| * Update main README with JIRA infoMichael Cahill2015-04-161-0/+6
| * Update references to GitHub issues.Michael Cahill2015-04-162-1/+7
| * Revert "Add shebang, make db dir if does not exist"Keith Bostic2015-04-031-5/+0
| * Merge pull request #1847 from pgunn/masterKeith Bostic2015-04-031-0/+5
| |\
| | * Add shebang, make db dir if does not existPat Gunn2015-04-031-0/+5
| |/