summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-2727-418/+444
* SERVER-50303 Initialize tenant cloner batch size in contructorVesselina Ratcheva2020-08-274-0/+64
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-08-276-11/+19
* SERVER-49238 Ensure that OpCtxs on PrimaryOnlyService threads are interrupted...Spencer T Brody2020-08-274-7/+128
* SERVER-50535 Make PrimaryOnlyServices resilient to onStepUp() called after sh...Spencer T Brody2020-08-272-1/+21
* SERVER-50392 Clean up how waiting for PrimaryOnlyService Instance completion ...Spencer T Brody2020-08-277-81/+86
* SERVER-50356: Account for last-continuous when closing connections on FCV upg...Lingzhi Deng2020-08-273-6/+11
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-2731-112/+209
* SERVER-50104 Add a test hook that runs a background migration that involves o...Cheahuychou Mao2020-08-271-7/+19
* SERVER-50502 The lock manager dump logv2 message needs logv2::LogTruncation::...Dianna Hohensee2020-08-271-1/+5
* SERVER-50539 resumable index builds waits for majority optime with a deadlineBenety Goh2020-08-273-3/+55
* SERVER-37453 Delete PlanStage::dispose()David Storch2020-08-274-38/+0
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-2623-174/+226
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-266-46/+45
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-264-2/+62
* SERVER-49342 Support for $switch and $cond in SBEJustin Seyster2020-08-262-74/+253
* SERVER-47856 Use $v:2 delta oplog entries by defaultArun Banala2020-08-261-1/+1
* SERVER-44145 Validate throttle cursor should wait longer when data limit is e...Louis Williams2020-08-262-6/+76
* SERVER-50117 Add resumeToken and pre/post image oplog tests for createAggForR...Randolph Tan2020-08-267-21/+458
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-2610-230/+763
* SERVER-50458 Re-enable retryability of commitChunkMigration on the config serverPierlauro Sciarelli2020-08-261-3/+2
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-2631-2870/+3267
* SERVER-50054 Advance logicalClock on transactionParticipant to commitTimestam...Tommaso Tocci2020-08-261-3/+9
* Revert "SERVER-49569 Create ReshardingCoordinatorService"Max Hirschhorn2020-08-2610-757/+230
* SERVER-50534: Have --repair behave better in the presence of views.Daniel Gottlieb2020-08-261-14/+18
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-2530-259/+584
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-2510-230/+757
* SERVER-49760 Added libdep lint rule to enforce no public libdeps.Daniel Moody2020-08-251-2/+3
* SERVER-50214 Link the storage/README and ephemeral_for_test/README files with...Gregory Noma2020-08-253-1/+13
* SERVER-50242 Don't log awaitable "hello" as slow queryA. Jesse Jiryu Davis2020-08-251-1/+1
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to confi...A. Jesse Jiryu Davis2020-08-256-85/+49
* SERVER-50453 Handle NSS renaming when checking shard version in drop collectionPierlauro Sciarelli2020-08-251-4/+4
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2020-08-253-8/+25
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-2516-42/+47
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-08-253-2/+28
* SERVER-50490 Reduce log severity of SERVER RESTARTED warningSara Golemon2020-08-251-5/+4
* SERVER-49842 Startup repair should rebuild indexes when validate index incons...Louis Williams2020-08-251-0/+1
* SERVER-50506 make index builds non-resumable when storage engine is encryptedBenety Goh2020-08-252-0/+7
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and non-durab...Dianna Hohensee2020-08-255-42/+88
* SERVER-50095 Augment ResumableIndexBuildTest to test that index builds are re...Gregory Noma2020-08-252-6/+7
* SERVER-49381: Create stub API Version 2 for testingXueruiFa2020-08-254-9/+180
* SERVER-50446 make index builds non-resumable when commit quorum is disabledBenety Goh2020-08-251-0/+22
* SERVER-50481 Make _vectorClockPersist command nicely fail on non-sharded nodesPierlauro Sciarelli2020-08-251-0/+4
* SERVER-50254 Fix compile error due to pessimising std::moveKaloian Manassiev2020-08-251-1/+1
* SERVER-50327 Add namespace param to failpoint in new_transaction_waits_for_pr...Vesselina Ratcheva2020-08-251-4/+9
* SERVER-50254 Circumvent Projection AST for CST->DS translationJacob Evans2020-08-2514-1501/+2391
* SERVER-50446 MultiIndexBlock writes resumable index build info based on abort...Benety Goh2020-08-242-8/+4
* SERVER-50204 Refactor role acquisition using resolveRolesSara Golemon2020-08-2414-524/+574
* SERVER-50446 move resumable index build checks from IndexBuildsCoordinator::_...Benety Goh2020-08-241-17/+28
* SERVER-50446 IndexBuildsCoordinator provides 'isResumable' info to MultiIndex...Benety Goh2020-08-246-19/+30