summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-3/+12
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-2/+2
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-2/+2
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+1
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-2/+2
* SERVER-74668 findShardKeyPrefixedIndex func extracts index catalog from Coll...Tommaso Tocci2023-03-101-5/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-4/+2
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-2/+4
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-4/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-4/+4
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-4/+4
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-4/+4
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+0
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-5/+1
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-70983 Serialize the command responses in collStats for tenant isolationHugh Tong2022-12-071-1/+1
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-021-24/+25
* SERVER-68852 Investigate handling of incorrect values for balancer settingsAllison Easton2022-11-141-0/+9
* SERVER-70824 All serverless allowed commands should be allowed with security ...Sophia Tan2022-11-011-0/+8
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-3/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-3/+2
* SERVER-70246 Deprecate collStatsJacob Evans2022-10-241-0/+7
* SERVER-69369 Ensure collMod command works in multitenancy environmentDidier Nadeau2022-10-111-0/+4
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+6
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-6/+7
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-301-2/+2
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-0/+4
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-9/+0
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-09-131-37/+0
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-251-2/+4
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-1/+1
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-1/+1
* SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecatedSara Golemon2022-07-301-321/+326
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-3/+3
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+2
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-13/+5
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-111-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-64791 Ban collMod targeting the underlying buckets collection of a tim...Dianna Hohensee2022-07-081-0/+10
* SERVER-66561: Change BasicCommandWithReplyBuilderInterface to use DatabaseNameFernando Lisboa2022-07-071-2/+2