summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-3/+4
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-60892 Delete the "availableQueryOptions" command on mongos and mongodcsum1122022-07-061-25/+0
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-6/+4
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+3
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-2/+4
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-0/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+2
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-55034 profile command takes intent locks when accessing profile settingsBenety Goh2021-06-081-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-161-14/+7
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+8
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-18/+39
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-59/+58
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-2/+40
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-4/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+8
* SERVER-44821 accessing db.system.profile and currentOp storage stats should n...Benety Goh2020-01-081-0/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+3
* SERVER-41474 Exclude writes to system.profile from Flow ControlMaria van Keulen2019-07-091-0/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* 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-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-6/+2
* 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-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-1/+0