summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-2/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-0/+2
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-08-212-9/+18
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2643-798/+393
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-251-6/+0
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-091-2/+3
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-07-061-2/+18
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-07-032-14/+14
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-022-3/+3
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-07-021-0/+85
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-282-86/+101
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-271-3/+4
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-212-32/+22
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-191-0/+2
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-191-0/+3
* SERVER-41105 Consistently refer to the PBWM lock in code and textDianna Hohensee2019-06-181-1/+1
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-141-2/+3
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valuer4.2.0-rc1Maria van Keulen2019-06-111-1/+1
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-27/+3
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-2/+3
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-032-2/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+11
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-1/+1
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-2/+9
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-8/+12
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-1/+2
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-54/+34
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-65/+0
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-142-0/+134
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-3/+27
* SERVER-40676 Write implicit commit oplog entry on primary for new large trans...William Schultz2019-05-081-35/+23
* SERVER-40823 Enable Flow Control in testingMaria van Keulen2019-05-083-0/+12
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-073-4/+4
* SERVER-40725 Pack multiple operations into a single applyOps on primary for l...Matthew Russotto2019-05-061-15/+25
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-021-2/+3
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+6
* SERVER-30356 Ensure validation reports the appropriate number of fields for m...Gregory Wlodarek2019-04-291-0/+270
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-2620-178/+214
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-263-76/+69
* SERVER-40674 Record all transaction operations as single entry applyOps on pr...Jason Chan2019-04-261-22/+67
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-262-2/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-253-69/+76
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-253-76/+69
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-253-69/+76
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-253-76/+69
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-252-11/+24
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-27/+3
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-3/+27