summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-1/+4
* 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/+0
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+2
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-1/+1
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-6/+6
* SERVER-63255 Fix dbStats output for non-existing database to match existing d...Yu Jin Kang Park2022-03-161-9/+17
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-0/+1
* SERVER-62518 Creating a collection with changeStreamPreAndPostImages enabled ...Denis Grebennicov2022-01-211-7/+1
* SERVER-62277 Add `freeStorage` option to dbstats, off by defaultDaniel Gómez Ferro2022-01-181-1/+2
* SERVER-58358 validate arguments passed to dataSize commandDavis Haupt2022-01-061-1/+17
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-8/+8
* SERVER-61616 Add allowedWithTenant() command propertySara Golemon2021-12-201-10/+16
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-061-3/+9
* SERVER-61431 Extract out timeseries translation logic for collMod into timese...Rui Liu2021-11-121-125/+3
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-261-5/+3
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-3/+6
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-3/+10
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-09-221-0/+18
* SERVER-58356 Cannot kill the dataSize operationDenis Grebennicov2021-09-211-2/+9
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+16
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-101-0/+1
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-141-8/+62
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-7/+8