summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47211 Add back deleted code unrelated to safe reconfig in set_feature_...Ali Mir2020-04-071-1/+4
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-061-8/+11
* SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgradeAli Mir2020-04-031-40/+2
* SERVER-46892 add hangCreateIndexesBeforeStartingIndexBuild fail point and imp...Benety Goh2020-04-021-3/+17
* SERVER-46948 Increase shutdown timeoutSecs on mongodTess Avitabile2020-04-021-1/+1
* SERVER-46706 Add deprecation messages for geoHaystack and geoSearchTed Tuckman2020-04-021-1/+22
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-6/+10
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-011-16/+4
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-312-36/+12
* SERVER-44096 Prevent killAllSessionsByPattern and killSessions from being kil...Randolph Tan2020-03-312-0/+14
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-3/+1
* SERVER-46833 Remove FCV-dependent code related to the Resumable Range Deleter...Alex Taskov2020-03-271-2/+0
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-271-29/+0
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-272-7/+19
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-261-2/+8
* SERVER-46773 Remove v4.4 FCV handling for simultaneous index buildsLouis Williams2020-03-251-13/+0
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-253-41/+2
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-253-16/+74
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-03-241-4/+0
* SERVER-46779 Make replSetResizeOplog not require size parameterGregory Noma2020-03-232-8/+13
* SERVER-44434 Remove legacy mapReduce command mongod codeJames Wahlin2020-03-196-2367/+3
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-1/+1
* SERVER-46583 Make count command use OwnershipFilter instead of CollectionDesc...Tommaso Tocci2020-03-191-2/+2
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-182-7/+10
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-181-0/+15
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-0/+1
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-1/+9
* SERVER-46521 Extend mirrored reads generation testsAmirsaman Memaripour2020-03-121-23/+288
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-121-30/+0
* Revert "SERVER-46583 Make count command use OwnershipFilter instead of Collec...Lingzhi Deng2020-03-121-2/+2
* SERVER-46533 Persist underlying BSON in CmdUpdate invocationAmirsaman Memaripour2020-03-113-49/+66
* SERVER-46583 Make count command use OwnershipFilter instead of CollectionDesc...Tommaso Tocci2020-03-111-2/+2
* SERVER-46645 Make the UserCacheInvalidatorJob expect both OID and TimestampKaloian Manassiev2020-03-061-3/+10
* SERVER-46190 Disallow dbHash for nodes in RECOVERING stateVesselina Ratcheva2020-03-051-0/+4
* SERVER-46584 Move rotateLogs into a log_util header under logv2.Henrik Edin2020-03-051-3/+4
* Revert "SERVER-46583 Make count command use OwnershipFilter instead of Collec...Jacob Evans2020-03-041-2/+2
* SERVER-46583 Make count command use OwnershipFilter instead of CollectionDesc...Tommaso Tocci2020-03-041-2/+2
* SERVER-46601 disallow two phase index builds for non-replicated collectionsBenety Goh2020-03-041-8/+10
* SERVER-46580 Fix bug with findAndModify read mirroringBen Caimano2020-03-031-1/+3
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-033-11/+12
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-1/+1
* SERVER-46553 Set index build commit quorum default value as majority for 2 ph...Suganthi Mani2020-03-031-6/+4
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-022-15/+21
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-024-28/+53
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-292-0/+2
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-292-16/+41
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-0/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-288-31/+38
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-1/+1