summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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