summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-4/+4
* 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
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-30161 Remove enableUUIDs server parameterLouis Williams2017-10-091-2/+0
* Reinstate "SERVER-29815 enable collection UUIDs by default"Geert Bosch2017-07-201-1/+1
* Revert "SERVER-29815 enable collection UUIDs by default"Gabriel Russell2017-07-201-1/+1
* SERVER-29815 enable collection UUIDs by defaultGeert Bosch2017-07-191-1/+1
* SERVER-29255 CollectionOptions with UUID passes validationBenety Goh2017-05-171-2/+2
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-9/+2
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-221-4/+9
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-29/+14
* SERVER-27243 Ignore invalid collection options if 'create' presentCharlie Swanson2016-12-131-11/+6
* SERVER-26648 tolerate bad collection metadata produced on version 2.4 or earlierDavid Storch2016-10-251-5/+23
* SERVER-26571 ignore 'create' field during collection options parsingDavid Storch2016-10-141-5/+8
* Revert "SERVER-26490 Whitelist usePowerOf2Sizes option to create command"Tess Avitabile2016-10-061-4/+0
* SERVER-26490 Whitelist usePowerOf2Sizes option to create commandTess Avitabile2016-10-061-0/+4
* Remove TODO for SERVER-26457Tess Avitabile2016-10-051-2/+0
* SERVER-26450 Whitelist maxTimeMS option to create commandTess Avitabile2016-10-041-0/+4
* SERVER-25459 Create command should reject unknown optionsTess Avitabile2016-10-031-0/+7
* SERVER-24127 Avoid overflow rounding up the capped sizeGeert Bosch2016-09-301-0/+4
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+33
* SERVER-23945 make index builds without a collation inherit the collection def...David Storch2016-05-251-0/+4
* SERVER-23849 add default CollatorInterface to CollectionDavid Storch2016-04-271-0/+11
* SERVER-18879 Add indexOptionDefaults to CollectionOptions.Max Hirschhorn2015-08-061-26/+64
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-281-6/+6
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-281-6/+6
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-271-6/+6
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-131-0/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-145/+135
* SERVER-18792 when logging createCollection to the oplog always include size i...matt dannenberg2015-06-041-2/+2
* SERVER-18227 Initial part of document validationMathias Stearn2015-05-081-0/+12
* SERVER-17894 added CollectionOptions::isValid() and CollectionOptions::valida...Benety Goh2015-04-101-0/+8
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-9/+1
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-251-12/+12
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-241-12/+12
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-1/+3
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-011-28/+14
* SERVER-16069 Input validation on the arguments to createCollectionBenety Goh2014-11-121-8/+32
* SERVER-13635 engine-specific component in collection optionsBenety Goh2014-10-151-0/+37