summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+17
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+3
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-19/+17
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-1/+2
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-1/+2
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-6/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-9/+12
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-141-2/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-2/+4
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-1/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+6
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-6/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+6
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-1/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-5/+16
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-1/+1
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-5/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-16553 Ensure dbStats adds the scaling factor to its outputGregory Wlodarek2019-05-161-0/+1
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-1/+1
* SERVER-40345 The 'temp' field in the 'create' command is only allowed to be u...Gregory Wlodarek2019-04-041-0/+7
* SERVER-39231 'create' command should reject incorrect types for known optionsGregory Wlodarek2019-04-021-28/+55
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2018-11-281-4/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36208 Use http docuhub link instead of httpsLouis Williams2018-08-131-1/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-76/+11
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-6/+14
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+7
* SERVER-29678 collStats command returns ok:1, 0-ed response on non-existing na...Ben Judd2018-07-021-1/+1
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-1/+0
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-091-0/+4
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-55/+39
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-0/+35
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-3/+4
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-4/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-3/+4
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-255/+0