summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * WT-3213 Only error if fixed-length and long_running_txn is set.sueloverso2017-03-081-1/+1
| * WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-037-64/+53
| * WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-026-42/+79
| * WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-014-85/+82
| * WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-2/+8
| * WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-2814-132/+171
| * WT-3182 Update Evergreen configuration to include long make check (#3314)Alex Gorrod2017-02-281-1/+1
| * WT-3182 Switch make-check to run the short test suite by default (#3313)Keith Bostic2017-02-289-34/+40
| * Reduced the time that the eviction server has to wait for every data point me...Sasha Fedorova2017-02-221-1/+1
| * WT-3191 lint (#3310)Keith Bostic2017-02-2125-121/+86
* | WT-3206 Fix a race allocating split generations. (#3332)mongodb-3.5.5mongodb-3.4.3Michael Cahill2017-03-161-23/+48
* | WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod2017-03-162-0/+27
* | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-02-206-38/+103
|\ \ | |/
| * WT-3149 Fix a compiler warning on OS X. I guess I shouldn't try to future pro...Alex Gorrod2017-02-201-3/+0
| * WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod2017-02-202-20/+37
| * WT-3189 Fix a segfault in eviction random page search. (#3308)Alex Gorrod2017-02-201-0/+10
| * WT-3187 Ramp up aggressiveness in reducing cache pool usage (#3306)Alex Gorrod2017-02-171-13/+43
| * WT-3188 More log loops needing to check panic. (#3307)sueloverso2017-02-172-5/+16
* | Merge branch 'develop' into mongodb-3.6mongodb-3.5.4Alex Gorrod2017-02-17120-1677/+4594
|\ \ | |/
| * WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-165-5/+181
| * WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso2017-02-163-3/+10
| * WT-3149 Make random lookups for eviction more lightweight. (#3302)Michael Cahill2017-02-151-12/+26
| * WT-3179 test bug: clang sanitizer failure in fail_fsDon Anderson2017-02-141-4/+8
| * WT-3179 test bug: clang sanitizer failure in fail_fs #3300Don Anderson2017-02-141-1/+5
| * WT-3180 bug fix: disable long tests in the top-level main program, (#3298)Don Anderson2017-02-141-11/+18
| * WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-141-6/+6
| * WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-142-20/+26
| * WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson2017-02-147-40/+827
| * WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod2017-02-146-412/+454
| * WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic2017-02-144-58/+144
| * WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-1410-53/+106
| * WT-3175 Don't verify children during splits up the tree. (#3294)Michael Cahill2017-02-141-18/+23
| * WT-3174 Coverity/lint cleanup (#3293)Keith Bostic2017-02-132-13/+13
| * WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-137-6/+398
| * WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod2017-02-135-121/+103
| * WT-3173 Add runtime detection for s390x CRC32 hardware support (#3290)Mark Benvenuto2017-02-112-6/+24
| * WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-095-42/+47
| * WT-3164 Ensure all relevant btree fields are reset on checkpoint error. (#3283)sueloverso2017-02-091-1/+12
| * WT-3161 Panic on a write error in logging. (#3278)sueloverso2017-02-081-1/+6
| * WT-3157 More aggressive error handling. (#3275)sueloverso2017-02-061-18/+14
| * WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-0624-174/+158
| * WT-3148 Check that we have a root page when calculating evictable size.Michael Cahill2017-02-031-1/+3
| * WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill2017-02-034-24/+106
| * WT-3150 Fix: don't spin forever during eviction interrupts. (#3276)Michael Cahill2017-02-031-1/+3
| * WT-3157 Fix checkpoint error path (#3274)sueloverso2017-02-021-9/+18
| * WT-3139 Enhance wtperf to support periodic table scans (#3268)Alex Gorrod2017-02-027-48/+183
| * WT-3150 Reduce impact of checkpoints on eviction. (#3265)Michael Cahill2017-02-021-2/+16
| * WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-0130-297/+359
| * WT-3156 Add check in assertions for errors. (#3271)sueloverso2017-01-261-4/+4
| * WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-2527-193/+237