summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271232-21394/+14032
* SERVER-42452 Avoid interrupting uninterruptible requests in lock fp.Max Hirschhorn2019-07-272-1/+102
* SERVER-42179 Remove internalDocumentSourceSortMaxBlockingSortBytes in favor ofMisha Ivkov2019-07-263-17/+7
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-266-59/+55
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-2648-857/+1065
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-265-1/+57
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-263-43/+42
* SERVER-42313 Fix forwarding in `ScopeGuard` ctor.ADAM David Alan Martin2019-07-261-10/+8
* SERVER-41284 Add failpoint to surface idempotency issues of transaction opera...Medha Potluri2019-07-261-0/+11
* SERVER-35753 listCommands should include value for requiresAuthAdam Cooper2019-07-261-0/+1
* SERVER-41861 Simplify the concurrency between timestamp_transaction and commi...Gregory Wlodarek2019-07-261-5/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-2629-116/+124
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-262-6/+19
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-07-261-2/+7
* SERVER-41364 added stack trace to DiagnosticInfoShaileja Jain2019-07-262-4/+109
* SERVER-36186 Delete moved functionXin Hao Zhang2019-07-261-12/+0
* SERVER-42420 Fix performance regression in not using const reference in SortP...Misha Ivkov2019-07-261-1/+1
* SERVER-37772 adding RHEL80 distroJohn Chen2019-07-251-1/+1
* SERVER-42141 Implement sharded metadata updates for refineCollectionShardKey ...Jamie Heppenstall2019-07-258-11/+179
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-07-252-15/+17
* SERVER-42300 Retry, not skip, renamed ns in forEachCollectionFromDbGeert Bosch2019-07-251-9/+17
* SERVER-42028 watchdog_test - remove forward progress checkMark Benvenuto2019-07-251-3/+0
* SERVER-42119 Add shardsvrRenameCollection that wraps the existing mongod rena...Jason Zhang2019-07-257-48/+203
* SERVER-42305 Ensure replication is finished initializing before advancing com...Matthew Russotto2019-07-253-163/+252
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-256-36/+41
* SERVER-42110 uassert that the integer part of a v0 numeric KeyString value is...Louis Williams2019-07-252-0/+24
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-255-21/+58
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-243-14/+135
* SERVER-42388 Release the transaction lock resources and abort storageSuganthi Mani2019-07-241-0/+10
* SERVER-42383 fix deadlock in IndexBuildsCoordinator during cleanupBenety Goh2019-07-241-18/+27
* SERVER-42180 fix missing dbtest lib dependencyBenety Goh2019-07-241-0/+1
* SERVER-42382 add index build UUID to lock manager diagnostic outputBenety Goh2019-07-241-0/+14
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-2410-65/+117
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-2415-427/+554
* SERVER-41905 Add in-memory checksumming to external sorterGabe Villasana2019-07-243-4/+69
* SERVER-42386 Retrieving durableCatalog should be guarded by a global lock in ...Xiangyu Yao2019-07-241-3/+3
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-248-93/+188
* SERVER-42389 log a message when replSetStepDown finishesEric Milkie2019-07-241-0/+3
* SERVER-42359 Remove okToReadWhileRefreshing from getPersistedMetadataSinceVer...Jamie Heppenstall2019-07-241-4/+3
* SERVER-42318 Tighten bounds on AEAD Decrypt output lengthMark Benvenuto2019-07-245-10/+30
* SERVER-41358 Created condition_variable polyfillShaileja Jain2019-07-247-14/+224
* SERVER-42374 TimestampMonitor should stop its PeriodicJob prior to destructin...Gregory Wlodarek2019-07-241-1/+6
* SERVER-42370 Fix SharedStateImpl::addChild()Jason Carey2019-07-241-9/+15
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-242-61/+50
* SERVER-41851 Expedited scans in the RSM no longer continue after timeoutBen Caimano2019-07-244-140/+179
* SERVER-42123 Skip dassert check in IndexCatalogImpl::numIndexesTotal() if it ...Gregory Wlodarek2019-07-241-1/+15
* SERVER-42362 do not assume 0-terminated StringDataBilly Donahue2019-07-241-32/+43
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-2416-266/+277
* SERVER-42257 Announce known emulationsAndrew Morrow2019-07-232-0/+51
* SERVER-42353 IndexBuildsCoordinator::_runIndexBuildInner() updates currentOp ...Benety Goh2019-07-231-3/+3