summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.2mongodb-3.2.0-rc1Michael Cahill2015-10-0949-524/+1066
|\
| * Merge pull request #2245 from wiredtiger/wt-2162-index-recreateAlex Gorrod2015-10-082-1/+49
| |\
| | * WT-2162. Add a Python test equivalent to the reported test case.Don Anderson2015-10-071-0/+48
| | * WT-2162. Add a null pointer check for the WT_TABLE.indices array.Don Anderson2015-10-071-1/+1
| * | Merge pull request #2244 from wiredtiger/WT-2149Alex Gorrod2015-10-077-33/+53
| |\ \
| | * | WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-077-33/+53
| * | | Merge pull request #2243 from wiredtiger/WT-2157Alex Gorrod2015-10-072-28/+12
| |\ \ \ | | |/ / | |/| |
| | * | WT-2157 If we give up trying to split a page, make sure it is written by the ...Michael Cahill2015-10-072-28/+12
| |/ /
| * | Merge pull request #2239 from wiredtiger/remove-flag-cas-atomicMichael Cahill2015-10-073-25/+12
| |\ \ | | |/ | |/|
| | * WT-2155 Remove last use of F_CAS_ATOMIC and the associated macro.Alex Gorrod2015-10-013-25/+12
| * | WT-2163 Remove unneeded arg.Susan LoVerso2015-10-063-6/+5
| * | WT-2158 LintSusan LoVerso2015-10-061-9/+9
| * | WT-2161: the statistics log starts before we create the lookaside table,Keith Bostic2015-10-051-3/+5
| * | Add "WARNING" string to max_latency failure so Jenkins can detect.Susan LoVerso2015-10-051-1/+5
| * | Merge pull request #2242 from wiredtiger/wt-2159sueloverso2015-10-051-1/+6
| |\ \
| | * | We lost a return in 67fd264, add it back in so we don't check the configKeith Bostic2015-10-051-1/+6
| |/ /
| * | Merge pull request #2240 from wiredtiger/WT-2156Alex Gorrod2015-10-021-0/+3
| |\ \
| | * | WT-2149 WT-2156 Allow eviction workers to restart.Michael Cahill2015-10-021-0/+3
| |/ /
| * | Merge pull request #2234 from wiredtiger/wt-2149Alex Gorrod2015-10-0216-190/+251
| |\ \
| | * \ Merge pull request #2237 from wiredtiger/WT-2149-mjcKeith Bostic2015-10-016-28/+54
| | |\ \
| | | * | WT-2149 Remove files from the dummy session during connection close so the lo...Michael Cahill2015-10-011-5/+9
| | | * | WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl...Michael Cahill2015-10-015-23/+45
| | |/ /
| | * | lintKeith Bostic2015-09-301-1/+0
| | * | Minor shuffling of functions in the lookaside table code to groupKeith Bostic2015-09-302-35/+35
| | * | If the __wt_metadata_open() call inside __wt_open_session() fails,Keith Bostic2015-09-302-54/+78
| | * | WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-3014-98/+110
| * | | Merge pull request #2229 from wiredtiger/log-zerosueloverso2015-10-0115-149/+439
| |\ \ \
| | * | | WT-2151 Reset pre-alloc files to 1, it didn't affect performance.Susan LoVerso2015-10-011-1/+1
| | * | | Merge branch 'develop' into log-zeroMichael Cahill2015-10-0117-109/+236
| | |\ \ \ | | | | |/ | | | |/|
| | * | | WT-2151 Add logging reconfiguration support and testing.Susan LoVerso2015-09-308-73/+257
| | * | | WT-2151 Add zero-fill configuration to recovery test.Susan LoVerso2015-09-301-0/+9
| | * | | WT-2151 Fix bug - use the memsize field of the item.Susan LoVerso2015-09-301-1/+1
| | * | | WT-2151 Alphabetize config processing.Susan LoVerso2015-09-291-4/+4
| | * | | WT-2151 Add zero-filled log workloadSusan LoVerso2015-09-291-0/+8
| | * | | WT-2151 Add zero-fill stat. Check correct flags field.Susan LoVerso2015-09-295-43/+51
| | * | | WT-2151 Add zero_fill config to manually zero out log files.Susan LoVerso2015-09-296-35/+116
| | | |/ | | |/|
| * | | Merge pull request #2233 from wiredtiger/SERVER-20303Keith Bostic2015-10-011-10/+22
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #2236 from wiredtiger/SERVER-20303-mjcKeith Bostic2015-10-011-18/+21
| | |\ \
| | | * | SERVER-20303 Require a minimum item count for in-memory splits.Michael Cahill2015-10-011-18/+21
| | |/ /
| | * | whitespaceKeith Bostic2015-09-301-1/+1
| | * | SERVER-20303: This change tunes for a test with a maximum page size ofKeith Bostic2015-09-301-9/+18
| | |/
| * | Merge pull request #2213 from wiredtiger/split-fairerMichael Cahill2015-10-0113-51/+165
| |\ \
| | * | Fair lock review feedback - cleanup diagnosticsAlex Gorrod2015-10-014-11/+20
| | * | Merge branch 'develop' into split-fairerAlex Gorrod2015-10-013-47/+33
| | |\ \
| | * \ \ Merge branch 'develop' into split-fairerAlex Gorrod2015-10-0151-208/+328
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Add a wtperf configuration that triggers long latencies thatAlex Gorrod2015-10-011-0/+17
| | * | | Merge pull request #2224 from wiredtiger/split-fairer-single-lockAlex Gorrod2015-09-3010-52/+64
| | |\ \ \
| | | * | | Expand on some comments.Alex Gorrod2015-09-281-3/+5
| | | * | | WT-2131 Fix __wt_fair_trylock implementation.Alex Gorrod2015-09-283-21/+21
| | | * | | WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks.Alex Gorrod2015-09-288-37/+47
| | |/ / /