summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74166: Mark 'temp' field in create command as stable to support $out flowNaama Bareket2023-04-101-2/+5
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-6/+0
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-241-0/+1
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-22/+22
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1
* SERVER-63464 Create Collection restrictions with encrypted fieldsErwin Pe2022-02-111-1/+1
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-0/+6
* SERVER-61285 Test that the capped parameter for the create command can't be u...Samy Lanka2022-02-031-0/+2
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+12
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-2/+4
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-2/+7
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+4
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-3/+6
* SERVER-54529 Add access_check: complex to the aggregate commandMark Benvenuto2021-03-311-2/+24
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-0/+5
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-1/+11
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-2/+5
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-22/+11
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-21/+1
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+1
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-3/+51
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+5
* SERVER-41024 safeInt64 IDL types are not safe for all numerical inputs, resul...Mark Benvenuto2019-06-031-1/+1
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-1/+1
* SERVER-39231 'create' command should reject incorrect types for known optionsGregory Wlodarek2019-04-021-0/+117