summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-1989 Bump slot pool up to 128.mongodb-3.0.5Susan LoVerso2015-07-131-1/+1
* WT-1969 Improve slot hints when traversing trees.Keith Bostic2015-07-131-0/+12
* WT-1924 Ensure the metadata is flushed when closing an LSM bulk cursor.Alex Gorrod2015-07-035-11/+44
* WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod2015-07-036-38/+205
* WT-1982 Fix a window where reconciliation could go back in transaction time.Alex Gorrod2015-07-029-85/+129
* SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod2015-06-293-4/+32
* SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction ...Michael Cahill2015-06-296-42/+84
* Cherry pick naming fixups.Michael Cahill2015-06-294-26/+26
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-298-17/+20
* WT-1907 Improve performance of transaction refreshMichael Cahill2015-06-295-98/+136
* WT-1975 Wait for sync_lsn of earlier log files to complete for forced sync.Michael Cahill2015-06-292-0/+16
* WT-1969 allow the root page to deepen regardless of how pages split.Keith Bostic2015-06-292-18/+5
* SERVER-18829 Have pages start in the middle of the LRU queue for eviction.Alex Gorrod2015-06-294-16/+35
* SERVER-17078 Move the statistics=(size) support into the block manager.Michael Cahill2015-06-293-10/+24
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-299-13/+35
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-297-23/+66
* Fixes for cherry-pick merge failures.Michael Cahill2015-05-297-49/+11
* Merge pull request #2001 from wiredtiger/compact-early-exitAlex Gorrod2015-05-292-5/+10
* Merge pull request #1995 from wiredtiger/skip-checkpointMichael Cahill2015-05-295-8/+73
* Merge pull request #1998 from wiredtiger/wrong-update-restore-flagMichael Cahill2015-05-291-3/+3
* Merge pull request #2000 from wiredtiger/auto-txn-logsyncMichael Cahill2015-05-292-3/+44
* Merge pull request #1915 from markbenvenuto/tcmallocKeith Bostic2015-05-286-0/+63
* 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