summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-221-3/+9
* SERVER-42903 Build ExpressionContext for translation of mapReduce to AggNicholas Zolnierz2019-08-213-35/+47
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-1/+1
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-202-10/+3
* SERVER-42903 Add skeleton for M/R translation to aggregationNick Zolnierz2019-08-191-43/+23
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-161-3/+12
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-164-6/+132
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-135-37/+13
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-3/+2
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-1/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-086-28/+12
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-082-8/+10
* SERVER-42049 IDLify MapReduce for use behind Mr Agg feature flag onlyJacob Evans2019-08-077-0/+613
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-078-15/+17
* SERVER-39691 Remove FCV checks around the state field in config.transactions ...Jason Chan2019-07-311-159/+0
* SERVER-42512 Disable creating indexes with the IndexBuildsCoordinator on mobileLouis Williams2019-07-311-1/+3
* SERVER-42460 Add feature flag for aggregation map reduceTed Tuckman2019-07-302-0/+46
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-293-8/+6
* SERVER-42242 Change locks to be acquired by UUID during the createIndexes com...Daniel Solnik2019-07-291-6/+69
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2747-282/+195
* SERVER-35753 listCommands should include value for requiresAuthAdam Cooper2019-07-261-0/+1
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-262-12/+12
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-261-0/+15
* SERVER-42119 Add shardsvrRenameCollection that wraps the existing mongod rena...Jason Zhang2019-07-251-48/+3
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-242-2/+4
* SERVER-39454 createIndexes command uses IndexBuildsCoordinator by defaultBenety Goh2019-07-231-1/+1
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-1/+1
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-161-21/+27
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-156-16/+11
* SERVER-42134 Deprecate certain mapReduce parametersCharlie Swanson2019-07-122-4/+23
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-125-6/+6
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-2/+9
* SERVER-42154 abort index builds on NotMaster errors when using IndexBuildsCoo...Benety Goh2019-07-111-0/+12
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-2/+0
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-9/+2
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-105-6/+6
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-105-6/+6
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-2/+9
* SERVER-36800 Add comments and log lines to indicate the deprecation of planCa...David Storch2019-07-103-32/+56
* SERVER-41474 Exclude writes to system.profile from Flow ControlMaria van Keulen2019-07-091-0/+5
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-13/+7
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-15/+13
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-5/+16
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-081-0/+9
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-07-051-24/+45
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-032-7/+7
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-039-488/+704
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-023-178/+1
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-015-23/+39
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-288-52/+37