summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.2mongodb-3.2.0-rc2Keith Bostic2015-11-037-28/+38
|\
| * Merge pull request #2287 from wiredtiger/wt-2196-keithKeith Bostic2015-11-036-27/+37
| |\
| | * WT-2196: A different solution, don't require callers to log their own errorKeith Bostic2015-11-036-15/+31
| | * Revert "WT-2196 Fix size-only statistics when there are LSM tables."Keith Bostic2015-11-035-27/+21
| |/
| * spellingKeith Bostic2015-11-031-1/+1
* | Merge branch 'develop' into mongodb-3.2Alex Gorrod2015-11-0313-33/+138
|\ \ | |/
| * Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod2015-11-035-7/+95
| |\
| | * WT-2193 Implement @agorrod's review feedback.Michael Cahill2015-11-032-3/+23
| | * Merge branch 'WT-2193' of github.com:wiredtiger/wiredtiger into WT-2193Michael Cahill2015-11-035-5/+64
| | |\
| | | * WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-035-5/+64
| | * | Merge branch 'develop' into WT-2193Michael Cahill2015-11-033-5/+16
| | |\ \ | | | |/ | | |/|
| | * | WT-2193 Handle read-committed metadata checkpoints during snapshot transactions.Michael Cahill2015-11-022-5/+14
| * | | Merge pull request #2286 from wiredtiger/WT-2196-size-stat-lsmMichael Cahill2015-11-035-21/+27
| |\ \ \ | | |_|/ | |/| |
| | * | WT-2196 Fix size-only statistics when there are LSM tables.Alex Gorrod2015-11-035-21/+27
| * | | Merge pull request #2285 from wiredtiger/WT-2195Alex Gorrod2015-11-031-3/+12
| |\ \ \ | | |/ / | |/| |
| | * | WT-2195 Fix a hang after giving up on a reverse split.Michael Cahill2015-11-031-3/+12
| |/ /
| * | WT-2192 Update a comment to describe a race condition better.Alex Gorrod2015-11-031-1/+3
| * | SERVER-21246: Coverity complaint 76653, initialize stuck_ts fields;Keith Bostic2015-11-021-1/+1
| |/
* | Merge branch 'develop' into mongodb-3.2Alex Gorrod2015-11-021-8/+14
|\ \ | |/
| * Merge pull request #2281 from wiredtiger/evict-clean-internalMichael Cahill2015-11-021-8/+14
| |\
| | * WT-2192 Fix the logic around checking whether internal page is evictable.Alex Gorrod2015-11-021-8/+14
| |/
* | Merge branch 'develop' into mongodb-3.2Michael Cahill2015-11-0270-807/+1609
|\ \ | |/
| * WT-2190 Fix assertion to use logical OR.Michael Cahill2015-11-021-1/+1
| * WT-2190: reconciliation skips update visibility tests for the lookasideKeith Bostic2015-11-011-4/+6
| * Fix a couple of comments.Keith Bostic2015-11-011-4/+4
| * Replace an unnecessary ref->page with the local page variable.Keith Bostic2015-11-011-2/+1
| * WT-2191: semantic sugar, flip it so the common test (disk_image == NULL)Keith Bostic2015-10-311-14/+14
| * WT-2191: Fix another problem in the in-memory changes, the list of savedKeith Bostic2015-10-311-4/+5
| * ptrdiff_t lint in some asserts.Keith Bostic2015-10-311-4/+5
| * Merge pull request #2280 from wiredtiger/wt-2187Michael Cahill2015-10-313-4/+8
| |\
| | * WT-2187 If we're waiting for write_lsn to advance, signal the thread.Susan LoVerso2015-10-301-0/+1
| | * WT-2187 Add flag for flushing a slot so that we are locally handling theSusan LoVerso2015-10-303-4/+7
| * | Merge pull request #2279 from wiredtiger/wt-2191-in-memory-disk-imageMichael Cahill2015-10-314-56/+63
| |\ \ | | |/ | |/|
| | * Don't interpret in-memory configurations as doing update/restoreKeith Bostic2015-10-301-9/+10
| | * WT-2191: the reconcilation disk images are no longer uniquely associated withKeith Bostic2015-10-304-47/+53
| | * WT-2191: in-memory configuration means multi->supd_dsk can be set inKeith Bostic2015-10-302-4/+4
| * | WT-2184 Fix warningSusan LoVerso2015-10-301-1/+1
| * | WT-2184 LintSusan LoVerso2015-10-301-6/+6
| * | Second try fixing OS X warning: don't allow an unsigned value to underflow.Michael Cahill2015-10-301-1/+1
| * | Fix some OS X warnings about type conversions:Michael Cahill2015-10-301-3/+3
| * | Merge pull request #2278 from wiredtiger/SERVER-21027-fixMichael Cahill2015-10-306-29/+13
| |\ \ | | |/ | |/|
| | * WT-2189 Reset the maximum transaction for each reconciliation.Michael Cahill2015-10-301-0/+1
| | * WT-2178 It's okay to evict clean page from in-memory databases in order to dr...Michael Cahill2015-10-301-1/+1
| | * SERVER-21027 Remove code that updated snapshots for eviction.Michael Cahill2015-10-302-8/+0
| | * SERVER-21027 Don't leave empty internal pages in the tree.Michael Cahill2015-10-301-10/+7
| | * WT-2170 Restore visible_all semantics if we try to check visibility without a...Michael Cahill2015-10-302-10/+4
| |/
| * Merge pull request #2257 from wiredtiger/inmemMichael Cahill2015-10-3030-130/+393
| |\
| | * WT-2178: Have several session API calls return ENOTSUP when in-memory.Alex Gorrod2015-10-302-0/+13
| | * Make new in-memory only error return undocumented.Alex Gorrod2015-10-303-4/+3
| | * Merge branch 'develop' into inmemAlex Gorrod2015-10-2910-29/+108
| | |\