summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-0839-174/+176
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-086-43/+353
* SERVER-40389 fixup: fmtlib.net url has no www in itBilly Donahue2019-04-081-1/+1
* SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue2019-04-0813-138/+207
* SERVER-39717: Protect against overflow in flow control calculations.Daniel Gottlieb2019-04-081-3/+24
* SERVER-39311 Enable burn_in repetition count: at least 2 executions, with a m...Jonathan Abrahams2019-04-084-271/+397
* Import wiredtiger: 1768d66613fc32b664ac3608a4e740d5e8c6fd0f from branch mongo...Luke Chen2019-04-0839-483/+950
* SERVER-39950 remove SyncTail::tryPopAndWaitForMore() and _consume()Benety Goh2019-04-072-125/+0
* SERVER-39950 SyncTail::OpQueueBatcher::run() obtains next batch of ops using ...Benety Goh2019-04-062-11/+18
* SERVER-39950 make OplogApplier::getNextApplierBatch() shutdown-awareBenety Goh2019-04-062-6/+38
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-0639-271/+369
* SERVER-39950 SyncTail::oplogApplication() accepts OplogApplier::GetNextApplie...Benety Goh2019-04-065-12/+31
* SERVER-39950 OplogApplier::getNextApplierBatch() handles BatchLimit::slaveDel...Benety Goh2019-04-061-0/+14
* SERVER-40169 OplogApplier::getNextApplierBatch() groups unprepared commitTran...Benety Goh2019-04-063-15/+119
* SERVER-39514 fix UUIDCatalog::next() to avoid advancing past end of mapBenety Goh2019-04-061-1/+2
* SERVER-40169 OplogApplier::getNextApplierBatch() processes admin.system.versi...Benety Goh2019-04-062-1/+15
* SERVER-40169 OplogApplier::getNextApplierBatch() processes system.views oplog...Benety Goh2019-04-052-2/+19
* SERVER-39479 Increase number of executions in 'Linux Repeated Executions' var...Gregory Wlodarek2019-04-051-3/+2
* SERVER-40148 Load implicitly_retry_on_background_op_in_progress override in t...Gregory Wlodarek2019-04-051-0/+2
* SERVER-40162 Change the default WiredTiger session_max from 20k to 33kGregory Wlodarek2019-04-051-1/+1
* SERVER-39663 db.collection.dropIndex() should not accept multiple index namesGregory Wlodarek2019-04-051-0/+13
* SERVER-39663 change dropIndex("*") to dropIndexes("*") to drop multiple indexesGregory Wlodarek2019-04-051-1/+1
* SERVER-40169 add unit test for OplogApplier with test cases for CRUD and appl...Benety Goh2019-04-052-0/+217
* SERVER-40481 Fix data race in UUIDCatalog::iterator::iterator()Gregory Wlodarek2019-04-051-0/+2
* SERVER-40005 Added setters for query and update to FindAndModifyRequestPawel Terlecki2019-04-052-2/+22
* SERVER-39676 add missing library dependencyBenety Goh2019-04-051-0/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-0520-48/+82
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-056-0/+663
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-0522-255/+769
* SERVER-32709 Correctly pass cache_size to SQLite.Henrik Edin2019-04-051-4/+8
* SERVER-40112 db.disableFreeMonitoring() returns 'not master' on secondary aft...Mark Benvenuto2019-04-053-6/+51
* SERVER-40497 Fix ViewCatalog call to get() on empty boost::optionalJames Wahlin2019-04-052-1/+12
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-056-82/+190
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-057-246/+225
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-0532-275/+366
* Revert "SERVER-40312 Create a generic tree for pipeline metatdata"Jacob Evans2019-04-056-664/+0
* SERVER-40451 Remove diskFull.jsLouis Williams2019-04-051-45/+0
* SERVER-39749 Name discrepancy for Linux arm64 download artifactsMatt Lord2019-04-051-3/+3
* SERVER-39025 Fix feature subset installation from MSI. Missing yaml file is n...Henrik Edin2019-04-052-10/+28
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-3/+3
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-2/+2
* SERVER-32709 Fix duplicate error codeHenrik Edin2019-04-051-1/+1
* SERVER-32709 Improve performance with the mobile storage engine.Henrik Edin2019-04-0515-163/+309
* SERVER-40350 Create a ReplOperation/Durable class delineation to indicate fie...Blake Oler2019-04-056-10/+37
* SERVER-39102 Fix embedded and stitch unittests so logging and time reporting ...Henrik Edin2019-04-044-9/+68
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-041-1/+1
* SERVER-39728 Deinit SSL Manager on Windows in unittests.Henrik Edin2019-04-042-8/+25
* SERVER-40291 Wait for index builds to complete on secondaries at the end of a...Louis Williams2019-04-041-0/+1
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-046-0/+664
* SERVER-13298 distinct now uses index for multikey dotted fieldsIan Boros2019-04-044-5/+209