summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-211-0/+77