summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-2200 Edit wording of direct_io docs, don't allow write_through on read-onl...Michael Cahill2015-11-063-44/+39
* WT-2200 Parse out the write_through configuration option.Alex Gorrod2015-11-061-0/+10
* WT-2200 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-057-20/+84
* Fix a comment, try and make sure it doesn't get out of sync again.Keith Bostic2015-11-051-5/+7
* Merge pull request #2288 from wiredtiger/wt-2196-size-stats3Keith Bostic2015-11-033-15/+110
|\
| * WT-2196 Fix error handling in size only statistics.Alex Gorrod2015-11-043-15/+110
* | Merge pull request #2283 from wiredtiger/wt-2194-java-closeAlex Gorrod2015-11-042-7/+13
|\ \ | |/ |/|
| * WT-2194. Do not expose the LAS file to the close callback extension API.Don Anderson2015-11-031-1/+2
| * WT-2194 Handle close callbacks for cursors that were not opened by Java.Don Anderson2015-11-021-6/+11
* | 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 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 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
|/ /
* | 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