summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-0638-266/+365
* 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-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-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-051-2/+7
* 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-054-50/+61
* 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-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-0510-154/+307
* 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-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-041-5/+0
* SERVER-39831 Add DEATH_TEST to OplogFetcherTestTess Avitabile2019-04-041-0/+14
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-045-84/+82
* SERVER-40243 Change EncryptionPlaceholder algorithm to be integer enumTed Tuckman2019-04-041-1/+8
* SERVER-40345 The 'temp' field in the 'create' command is only allowed to be u...Gregory Wlodarek2019-04-041-0/+7
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-036-298/+3
* SERVER-40393 Disable SSL_MODE_RELEASE_BUFFERS in ASIOMark Benvenuto2019-04-031-3/+0
* SERVER-37881 Add a deadline for the coordinator preparing a transactionKaloian Manassiev2019-04-034-9/+68
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-0314-382/+333
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-0313-87/+248
* SERVER-40301 Don't hold mutex while doing queries in nextCloneBatch and nextM...Randolph Tan2019-04-032-57/+103
* SERVER-39676 Replace DBDirectClient in TransactionHistoryIteratorJustin Seyster2019-04-032-16/+57
* SERVER-38623 Make safeNumberLongForHash consistent on all platformsJustin Seyster2019-04-032-19/+18
* SERVER-39254 Add getter to RenameNodeTed Tuckman2019-04-031-0/+4
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-0322-55/+66
* SERVER-40449 Add count field to commitTransaction for unprepared txns using l...Jason Chan2019-04-033-6/+16
* SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...Suganthi Mani2019-04-034-28/+4