summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-1/+1
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-4/+3
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-272-7/+1
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-1/+1
* SERVER-41844 add evergreen builder for alternate createIndexes implementationBenety Goh2019-06-271-1/+0
* SERVER-41847 createIndexes updates last op before returning when using the In...Benety Goh2019-06-271-0/+11
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-41756 source namespace is not reported correctly if $out is usedAnton Korshunov2019-06-271-0/+9
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-3/+4
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-264-19/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-4/+3
* Revert "SERVER-41844 add evergreen builder for alternate createIndexes implem...Benety Goh2019-06-261-0/+1
* SERVER-41844 add evergreen builder for alternate createIndexes implementationBenety Goh2019-06-261-1/+0
* SERVER-41846 createIndexes command validates commitQuorum fieldBenety Goh2019-06-251-0/+3
* SERVER-41846 commit quorum should default to 1 node if replication is not ena...Benety Goh2019-06-251-1/+2
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-252-14/+5
* SERVER-16413 Storage engines that allow online compaction should not take an ...Gregory Wlodarek2019-06-211-30/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-216-14/+22
* SERVER-38251 Remove cloneCollection commandZach Yam2019-06-212-171/+0
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-55/+24