summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74653 Remove CappedCollectionsRelaxedSize feature flagGregory Wlodarek2023-04-181-17/+2
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-8/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-74066 Remove checks that require the eccCollection namespace in Encryp...Shreyas Kalyan2023-03-231-2/+5
* SERVER-73833 Make the server to ignore and automatically remove unsupported '...Denis Grebennicov2023-02-171-0/+4
* SERVER-73861 Log when capped collection size changesMatt Kneiser2023-02-141-0/+13
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-15/+14
* SERVER-70182 move encrypted field config validation to IDLDavis Haupt2022-10-191-4/+2
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-13/+0
* SERVER-67246 Remove size multiple restriction on capped collectionsLeonardo Menti2022-09-081-2/+6
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-3/+3
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-7/+8
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-3/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-2/+2
* SERVER-64798 Rename FLE 2 state collection prefix to enxcoll_Mark Benvenuto2022-04-101-1/+1
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-13/+33
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-1/+46
* SERVER-62953 Explicitly disable clustering when commanded by the userJordi Olivares Provencio2022-02-021-0/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-60118 Support collMod on clustered collectionsHaley Connelly2021-10-181-1/+1
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-6/+18
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-7/+29
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+17
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-37/+46
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-12/+22
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+4
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-1/+4
* SERVER-53984 Add metadata for clustered indexes in the collection catalogLouis Williams2021-02-021-0/+21
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-15/+19
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-4/+8
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-72/+109
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+10
* SERVER-41597 Remove mmap collection optionEvgeni Dobranov2019-09-111-28/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-30/+29
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-29/+30
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-30/+29
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-13/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-061-7/+0
* SERVER-35596 "max" field of the createCollection command should be sanitized ...Sean Tao2018-07-051-3/+3
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+7
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-2/+0
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-061-18/+126
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-2/+1