summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75683 Return error if encryptedFields contains eccCollectionShreyas Kalyan2023-05-121-0/+2
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-271-8/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-13/+16
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-74330 Prevent nullptr access in checkCollectionOptions uassertJennifer Peshansky2023-02-241-5/+8
* SERVER-60064 Make create command idempotent on mongodKaitlin Mahar2023-02-161-1/+88
* SERVER-69314 Remove featureFlagClusteredIndexesLouis Williams2022-12-151-13/+4
* SERVER-68852 Investigate handling of incorrect values for balancer settingsAllison Easton2022-11-141-0/+9
* SERVER-71149 Rename queryType range to rangePreviewMark Benvenuto2022-11-091-1/+1
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-9/+0
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-5/+1
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-051-0/+9
* SERVER-67475 Enable use of securityToken for the basic CRUD operationsjannaerin2022-07-271-0/+4
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-13/+5
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-63673 Prohibit encrypted fields with capped collectionsErwin Pe2022-02-281-0/+4
* SERVER-63464 Create Collection restrictions with encrypted fieldsErwin Pe2022-02-111-0/+12
* SERVER-62518 Creating a collection with changeStreamPreAndPostImages enabled ...Denis Grebennicov2022-01-211-7/+1
* SERVER-61278 Guard capped clustered collections behind enableTestCommandsJosef Ahmad2022-01-181-0/+7
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-061-3/+10
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-13/+34
* SERVER-60623 remove time-series feature flag reference from create commandBenety Goh2021-10-251-5/+0
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-4/+7
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-5/+13
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+16
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-38/+25
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-2/+14
* SERVER-55708 remove unused parameter from index_key_validate::validateIndexSp...Benety Goh2021-04-021-2/+2
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-3/+8
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-0/+3
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-161-0/+263