summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-0/+3
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-1/+6
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-12/+1
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-4/+5
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-2/+3
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+5
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-3/+6
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-3/+6
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-2/+6
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+2
* SERVER-53984 Add metadata for clustered indexes in the collection catalogLouis Williams2021-02-021-0/+4
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-3/+6
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-1/+3
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-8/+9
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+1
* SERVER-41597 Remove mmap collection optionEvgeni Dobranov2019-09-111-4/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-4/+9
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-9/+4
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-4/+9
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-8/+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-3/+0
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-3/+1
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+3
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-3/+3
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-061-0/+16
* SERVER-29255 CollectionOptions with UUID passes validationBenety Goh2017-05-171-1/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-1/+3
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-221-1/+12
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-21/+23
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-1/+1
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+12
* SERVER-23849 add default CollatorInterface to CollectionDavid Storch2016-04-271-0/+3
* SERVER-18879 Add indexOptionDefaults to CollectionOptions.Max Hirschhorn2015-08-061-0/+3
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-281-1/+1
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-281-1/+1
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-271-1/+1
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-131-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-63/+64
* SERVER-18227 Correctly parse collection options in RS rollback of collmodMathias Stearn2015-05-141-3/+1
* SERVER-18227 Initial part of document validationMathias Stearn2015-05-081-0/+3
* SERVER-17894 added CollectionOptions::isValid() and CollectionOptions::valida...Benety Goh2015-04-101-0/+10
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-251-1/+3
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-241-3/+1
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-1/+5
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-011-7/+0
* SERVER-16069 Input validation on the arguments to createCollectionBenety Goh2014-11-121-0/+15
* SERVER-13635 engine-specific component in collection optionsBenety Goh2014-10-151-0/+3