summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34903 Allow killCursors within a transactionTess Avitabile2018-05-153-0/+10
* SERVER-34800 The transaction aborter thread uses 0-second lock acquisition ti...Dianna Hohensee2018-05-153-35/+55
* SERVER-34515 fix invariant failure caused by js interruption in group commandIan Boros2018-05-154-11/+44
* SERVER-33524 Fix kill secondaries standalone invariant checks to use a "recov...Judah Schvimer2018-05-151-0/+8
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-1524-181/+284
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-1527-293/+306
* SERVER-34345 remove new EXPORT_SERVER_PARAMETER....WITH_VALIDATORBilly Donahue2018-05-151-5/+2
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-158-242/+180
* SERVER-32382 add rollback remote oplog batch sizeJudah Schvimer2018-05-155-11/+39
* SERVER-34531 Ensure KVCatalog _collections is not empty during renameMaria van Keulen2018-05-151-6/+11
* SERVER-33959 Avoid deadlock during global cursor registrationCharlie Swanson2018-05-155-178/+217
* SERVER-34967 Handle PlanExecutor failure in StorageInterfaceImplCharlie Swanson2018-05-152-267/+298
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-05-142-136/+116
* SERVER-34985 Send metrics payload as a BSONArray rather than a sequence of BS...Sara Golemon2018-05-142-33/+23
* SERVER-34796 Make _cleanup in movePrimary only clear the DSS if the db existsjannaerin2018-05-141-9/+5
* SERVER-34908 fix missing MONGO_INITIALIZER dependencyMathias Stearn2018-05-141-1/+1
* SERVER-34440 Internal readers who opt-out of the PBWM lock when using AutoGet...Louis Williams2018-05-142-15/+15
* SERVER-34968 Wrap sizeOnDisk calculation in writeConflictRetry loopMaria van Keulen2018-05-141-1/+3
* SERVER-34978 Upgrade could trigger invariant in replication recoveryJudah Schvimer2018-05-141-1/+1
* SERVER-34674 Remove _isEnabled invariants from the logical clockJack Mulrow2018-05-144-10/+9
* SERVER-34896: Move timestamping responsibility on index completion to callers.Daniel Gottlieb2018-05-144-128/+266
* SERVER-34905 Move the UniterruptibleLockGuard in the MultiIndexBlockImpl dest...Xiangyu Yao2018-05-141-2/+4
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-1410-8/+261
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-1117-33/+32
* SERVER-19904 Avoid massert on field of incorrect type.Fox Lady2018-05-111-0/+19
* SERVER-34701 Wait for oplog visibily on rollback startLouis Williams2018-05-113-11/+5
* SERVER-31024 Log renameCollection at storage layer to cover more casesXiangyu Yao2018-05-112-4/+16
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-1168-2299/+2922
* Import tools: 0373beacadd1b314e2da616acefc5804889eb92c from branch v4.0David Golden2018-05-1113-46/+411
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-114-21/+3
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-1017-598/+483
* SERVER-34345 Make it easy to provide validator functions for server parametersSpencer T Brody2018-05-103-22/+71
* SERVER-34934 Update reference to MongoDB "3.8" in MONGODB-CR startup errorSara Golemon2018-05-101-1/+1
* SERVER-34912 Windows MSI custom action for YAML file should not impersonateMark Benvenuto2018-05-102-1/+2
* SERVER-34653 linearize control flow in Command::_checkAuthorizationImpl.Billy Donahue2018-05-102-38/+31
* SERVER-34362 ReplicaSetCoordinatorExternalStateImpl::_dropAllTempCollections(...Matthew Russotto2018-05-101-1/+1
* SERVER-33678 make regex options a factor in query shapesIan Boros2018-05-102-0/+31
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-1020-15/+116
* SERVER-32045 Set write concern on operation context before calling addShard i...Jack Mulrow2018-05-101-1/+2
* SERVER-34249 Oplog query on uninitiated replica set node can cause seg fault.Matthew Russotto2018-05-101-0/+8
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-106-29/+23
* SERVER-34456 Unit test for getKeySize()nehakhatri52018-05-103-12/+19
* Revert "SERVER-31024 Log renameCollection at storage layer to cover more cases"Benety Goh2018-05-092-15/+4
* SERVER-34900 initial sync uses same batch limits as steady state replicationBenety Goh2018-05-091-3/+1
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-095-0/+23
* SERVER-31024 Log renameCollection at storage layer to cover more casesXiangyu Yao2018-05-092-4/+15
* SERVER-32334 ReplicationRecoveryImpl::_applyToEndOfOplog() applies operations...Benety Goh2018-05-091-14/+45
* SERVER-32334 add OplogApplier::multiApplyBenety Goh2018-05-092-0/+22
* SERVER-34910 Rename TransientTxnError label to TransientTransactionError.Siyuan Zhou2018-05-091-5/+5
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-092-92/+99