summaryrefslogtreecommitdiff
path: root/src/mongo/db/coll_mod.idl
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-6/+0
|
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
|
* SERVER-61685 Remove isTimeseriesNamespace flag for collModRui Liu2022-08-021-9/+0
|
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow ↵Rui Liu2022-08-011-30/+30
| | | | 'internal' stability
* SERVER-67649 Teach IDL reply types to ignore generic fieldsGeorge Wangensteen2022-07-281-0/+1
|
* SERVER-64821 Change unstable to true for fields that are not meant to be ↵Huayu Ouyang2022-03-311-1/+1
| | | | included in the stable API
* SERVER-63578 Convert a unique index to a non-unique index via the collMod ↵Yuhong Zhang2022-03-041-0/+8
| | | | command
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-0/+15
|
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-3/+3
|
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-281-0/+12
|
* SERVER-62446 Add collectionUUID parameter to collMod commandFaustoleyva542022-01-241-0/+5
|
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-16/+25
|
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-25/+16
|
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-16/+25
|
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the ↵Huayu Ouyang2021-11-221-0/+18
| | | | stable API
* SERVER-61510 move CollModTimeseries from coll_mod.idl to timeseries.idlBenety Goh2021-11-171-8/+0
|
* SERVER-61160 add dryRun to collMod requestBenety Goh2021-11-121-0/+7
| | | | | | | This option directs collMod to attempt the requested modification without actually updating the database state. At this time, support is limited to the unique index conversion option.
* SERVER-60314 Exclude collMod unique options from API V1Yuhong Zhang2021-11-081-0/+2
|
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-031-0/+6
| | | | | This also adds unique_new to the collMod response when the command completes successfully.
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for ↵Denis Grebennicov2021-10-121-2/+4
| | | | create/collMod commands to object
* SERVER-60144 Handle stale routing info on mongos for sharded time-series ↵Arun Banala2021-09-301-0/+6
| | | | collections
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and ↵Denis Grebennicov2021-09-151-0/+4
| | | | "collMod" commands
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-0/+13
|
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-13/+5
|
* SERVER-54527 Add access_check: complex to existing commands that are not ↵Mark Benvenuto2021-03-311-5/+16
| | | | aggregate
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
|
* SERVER-54010 Clustered indexes 'expireAfterSeconds' option can be modified ↵Gregory Wlodarek2021-02-101-0/+15
| | | | by collMod
* SERVER-53156 Convert collMod command implementation to inherit from ↵Moustafa Maher2021-02-041-7/+0
| | | | IDL-generated base class
* SERVER-53145 Specify input/output to collMod command in IDLMoustafa Maher2021-01-261-0/+125