summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2429 from wiredtiger/WT-2193-backportmongodb-3.1.9mongodb-3.1.8mongodb-3.1.7mongodb-3.1.6mongodb-3.1.5mongodb-3.1.4mongodb-3.1.3mongodb-3.1.2mongodb-3.1.1mongodb-3.1.0mongodb-3.0.9mongodb-3.0.0Michael Cahill2016-01-115-6/+95
|\
| * Don't open the metadata for the internal checkpoint session.Alex Gorrod2016-01-121-1/+1
| * The parameters to open_internal_session have changed, update the code.Alex Gorrod2016-01-121-1/+1
| * Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod2016-01-115-6/+95
* | Merge pull request #2426 from wiredtiger/WT-2253-backportMichael Cahill2016-01-111-0/+5
|\ \
| * | Merge pull request #2351 from wiredtiger/wt-2253-readgen-oldest-evictionAlex Gorrod2016-01-111-0/+4
| * | WT-22253 Backport to 3.0. Fixup backport to use a variable that exists.Alex Gorrod2016-01-111-1/+1
| * | Merge pull request #2353 from wiredtiger/WT-2553-evict-split-pagesAlex Gorrod2016-01-111-0/+1
* | | Merge pull request #2425 from wiredtiger/WT-2196-30-backportMichael Cahill2016-01-118-30/+140
|\ \ \ | |_|/ |/| |
| * | Merge branch 'mongodb-3.0' into WT-2196-30-backportAlex Gorrod2016-01-111-0/+3
| |\ \ | |/ / |/| |
* | | Merge pull request #2428 from wiredtiger/WT-2320-backportAlex Gorrod2016-01-101-0/+3
|\ \ \ | |_|/ |/| |
| * | Merge pull request #2427 from wiredtiger/WT-2320Alex Gorrod2016-01-111-0/+3
|/ /
| * Merge pull request #2288 from wiredtiger/wt-2196-size-stats3Keith Bostic2016-01-113-14/+110
| * Merge pull request #2287 from wiredtiger/wt-2196-keithKeith Bostic2016-01-116-27/+35
| * Merge pull request #2286 from wiredtiger/WT-2196-size-stat-lsmMichael Cahill2016-01-115-21/+27
|/
* Merge pull request #2410 from wiredtiger/wt-2174_backportAlex Gorrod2015-12-241-0/+68
|\
| * Merge pull request #2256 from wiredtiger/stat-fast-no-table-lockMichael Cahill2015-12-231-0/+68
|/
* Merge pull request #2354 from wiredtiger/server_21553_30backportmongodb-3.0.8Michael Cahill2015-12-028-81/+121
|\
| * SERVER-21553 3.0 backport bug fix.Alex Gorrod2015-12-021-1/+1
| * Merge branch 'mongodb-3.0' into server_21553_30backportAlex Gorrod2015-12-027-66/+71
| |\ | |/ |/|
* | Don't try to test log compression from test/format on mongodb-3.0.Michael Cahill2015-12-021-1/+1
* | Merge pull request #2337 from wiredtiger/WT-2241Michael Cahill2015-12-023-15/+13
* | Merge pull request #2333 from wiredtiger/WT-2337-perfKeith Bostic2015-12-021-5/+9
* | Merge pull request #2331 from wiredtiger/WT-2237Alex Gorrod2015-12-026-65/+68
| * Remove redundant function I missed in merge of SERVER-21553Alex Gorrod2015-12-021-16/+0
| * Merge pull request #2350 from wiredtiger/WT-2251-ref-addr-leakAlex Gorrod2015-12-022-0/+27
| * SERVER-21568 Fix a use after-freeAlex Gorrod2015-12-022-21/+41
| * SERVER-21553 Free blocks during reverse splits.Alex Gorrod2015-12-027-61/+70
|/
* Merge pull request #2330 from wiredtiger/reverse-splits-3.0_2Michael Cahill2015-11-2713-41/+156
|\
| * WT-2195 Fix a hang after giving up on a reverse split.Michael Cahill2015-11-261-5/+15
| * Merge pull request #2278 from wiredtiger/SERVER-21027-fixMichael Cahill2015-11-244-20/+15
| * Lint - fixup spacing to make s_all happy.Alex Gorrod2015-11-241-1/+1
| * Merge pull request #2271 from wiredtiger/reverse-split-fixAlex Gorrod2015-11-244-33/+61
| * Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod2015-11-2411-33/+115
|/
* SERVER-21063 Avoid creating deep trees for append-only workloads.Michael Cahill2015-10-222-59/+115
* SERVER-20303 Require a minimum item count for in-memory splits.Keith Bostic2015-10-061-10/+22
* WT-2159: don't check the config twice on success.sueloverso2015-10-061-1/+6
* Complete SERVER-16902 backport: in-memory splits during checkpoints.mongodb-3.0.7Michael Cahill2015-10-021-0/+6
* Backport merge fixups.Michael Cahill2015-09-302-5/+5
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-3025-99/+99
* WT-2126: page split lockingMichael Cahill2015-09-292-32/+107
* WT-2112 Use bool in more placesMichael Cahill2015-09-2999-811/+1204
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-2938-158/+169
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-2982-941/+1134
* WT-2039 Add error check and unit test for log records over 4Gb.sueloverso2015-09-283-2/+103
* WT-2115 Don't skip truncated pages that are part of a checkpointKeith Bostic2015-09-281-155/+190
* WT-2101 Don't update the logging ckpt_lsn on clean shutdown.Michael Cahill2015-09-282-4/+7
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-2838-680/+341
* WT-2052: Fix the atomic size_t type functions for MSVC.Keith Bostic2015-09-181-1/+1
* WT-2064 Don't spin indefinitely waiting for the handle list lock in evictionsueloverso2015-09-181-2/+22