summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42595 Refactor failpoint in curop to fix jstestBen Caimano2019-09-176-45/+129
* SERVER-42541 Remove TODO for SERVER-39797. The TODO was already done.Matthew Russotto2019-09-161-2/+0
* SERVER-43299 Make explain for write commands send databaseVersionChou Mao2019-09-161-1/+7
* SERVER-43100 Remove CoordinateCommitReturnsNoneIfCoordinatorWasRemoved unit testChou Mao2019-09-161-11/+0
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-167-19/+51
* SERVER-43260 killCursors should unify its cursor count checksAdam Cooper2019-09-161-2/+1
* SERVER-43316 uassert when trying to open a checkpoint cursor on a LSM WiredTi...Gregory Wlodarek2019-09-161-0/+7
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-166-46/+105
* SERVER-37756 add logging for the amount of time spent blocked on a prepare co...Haley Connelly2019-09-165-0/+38
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in replsette...Matthew Russotto2019-09-161-3/+3
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-1626-322/+184
* SERVER-42569 Make findAndModify explain send databaseVersionChou Mao2019-09-141-7/+19
* SERVER-43315 extend index build abort reason on secondary with original error...Benety Goh2019-09-142-2/+16
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-1410-60/+270
* SERVER-42893 fix testBenety Goh2019-09-141-1/+1
* SERVER-42903 Enable execution of translated M/R pipelineNicholas Zolnierz2019-09-141-8/+18
* SERVER-41467 Fix interger down convertion from long long to int inside batchE...Randolph Tan2019-09-141-1/+1
* SERVER-43321 Remove const from bool return type in ValidateStateGregory Wlodarek2019-09-131-2/+2
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-136-0/+15
* SERVER-42893 Create MONGO_MAKE_LATCH macro for latch initializationBen Caimano2019-09-132-3/+42
* SERVER-43315 add 'cause' field abortIndexBuild oplog entry for index build ab...Benety Goh2019-09-133-0/+16
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-134-107/+3
* SERVER-42583 Thread 'tempDir' through to SortStage.David Storch2019-09-139-92/+109
* SERVER-43052 Sanitize writeConflictRetry loops for duplicate fields in resultEvgeni Dobranov2019-09-131-1/+5
* Revert "SERVER-42903 Enable execution of translated M/R pipeline"Nicholas Zolnierz2019-09-131-18/+8
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-134-5/+17
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-1314-115/+128
* SERVER-41650 Use IDL to parse OpTime and wall fieldsXuerui Fa2019-09-1312-67/+156
* SERVER-42903 Enable execution of translated M/R pipelineNicholas Zolnierz2019-09-131-8/+18
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting inde...Benety Goh2019-09-1311-2/+14
* SERVER-42495 Integrate find() post-processing logic with ParsedAggregationPro...Anton Korshunov2019-09-1312-128/+791
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-1316-311/+620
* SERVER-43295 startIndexBuild kicks off index builds on secondariesBenety Goh2019-09-136-10/+29
* SERVER-42357 Modify the exclusive lock to be an intent lock in Database::isDr...Gregory Wlodarek2019-09-132-2/+1
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-135-2/+66
* SERVER-43238 Tolerate clock jitter on Windows for d_concurrency_testGeert Bosch2019-09-121-5/+9
* SERVER-42994 Add finishRecoveryIfEligible to ReplCoordinatorA. Jesse Jiryu Davis2019-09-128-75/+75
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-1221-49/+337
* SERVER-42962 Remove construction of Status with ErrorCodes::Error in _applyOpsEvgeni Dobranov2019-09-121-1/+1
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-127-123/+154
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-124-22/+38
* SERVER-43020 Beef up mapReduce validationCharlie Swanson2019-09-123-16/+28
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-124-41/+80
* SERVER-43259 add IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2019-09-112-0/+24
* SERVER-41597 Remove mmap collection optionEvgeni Dobranov2019-09-115-50/+7
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-09-113-20/+54
* SERVER-43259 add server parameter to support two phase index buildsBenety Goh2019-09-112-0/+42
* SERVER-42848 rename runCreateIndexes() with a mobile-specific nameBenety Goh2019-09-111-10/+15
* SERVER-42848 remove server parameter enableIndexBuildsCoordinatorForCreateInd...Benety Goh2019-09-113-43/+1
* SERVER-43257 Don't use sizeof to get size of valarray in GlobalLockServerStat...Louis Williams2019-09-111-1/+1