summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-1/+2
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-1/+1
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-0/+3
* SERVER-54991 update comment on hiding/unhiding indexes on the time-series col...Benety Goh2021-03-291-2/+0
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-261-0/+1
* SERVER-54639 make list_indexes.cpp time-series conversion helper functions ge...Dianna Hohensee2021-03-251-1/+1
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-171-1/+3
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-161-246/+15
* SERVER-55145 Make dropping a nonexistent database a noopTommaso Tocci2021-03-161-7/+2
* SERVER-54929 Helper functions to convert underlying buckets collection index ...Dianna Hohensee2021-03-051-85/+10
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-051-0/+1
* SERVER-54646 support hiding/unhiding indexes by key pattern on time-series co...Benety Goh2021-03-051-10/+115
* SERVER-54644 support changing expireAfterSeconds on a time-series collectionBenety Goh2021-03-031-1/+35
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-3/+4
* SERVER-54018 Restrict metadata and time fields to top-level fieldsDan Larkin-York2021-02-081-0/+15
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-041-13/+17
* SERVER-53145 Specify input/output to collMod command in IDLMoustafa Maher2021-01-261-2/+9
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-160/+168
* SERVER-52551 Convert dropDatabase command to IDL-generated classA. Jesse Jiryu Davis2021-01-041-57/+50
* SERVER-52550 Convert "drop" command to generated base classA. Jesse Jiryu Davis2020-12-221-52/+41
* SERVER-53305 Control AsyncRequestExecutor via ConstructorDestructorActionsAmirsaman Memaripour2020-12-091-0/+5
* SERVER-49108 Convert buildInfo command to async implementationAmirsaman Memaripour2020-12-091-0/+28
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-7/+5
* SERVER-52540 Specify "drop" in IDLA. Jesse Jiryu Davis2020-11-201-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-52541 Specify dropDatabase in IDLA. Jesse Jiryu Davis2020-11-131-7/+9
* SERVER-51822 rename c++ variable name for time-series collection feature flagBenety Goh2020-10-261-1/+1
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-9/+56
* 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-4/+3
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+17
* SERVER-50030 Fix kInternalClient check in dbcommands.cppGregory Wlodarek2020-08-101-1/+1
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* 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