summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-1/+5
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-28/+0
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-24/+11
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-08-291-2/+5
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-68127 Correct the field name in the error reporting of collMod parsingRui Liu2022-07-191-1/+1
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-22/+9
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-64042: remove fcv>=60 check on capped collection resizeYu Jin Kang Park2022-07-081-7/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-3/+3
* SERVER-67036 remove floor for collMod cappedSize option to be consistent with...Benety Goh2022-06-141-3/+1
* SERVER-66910 Ensure `collectionUUID` is respected for `collMod` unique index ...Gregory Noma2022-06-021-0/+1
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58110 IDL remove const-returning gettersBilly Donahue2022-04-291-7/+7
* SERVER-60912 Remove FCV references for time-series measurement indexesGregory Wlodarek2022-04-281-23/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65922 Disallow `unique` and `prepareUnique` to exist in the index spec...Yuhong Zhang2022-04-261-1/+2
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-151-2/+2
* SERVER-62732 Update parseCollModRequest to check options directlyFaustoleyva542022-03-181-357/+383
* SERVER-64471 Skip checking prepareUnique on an already unique index during co...Yuhong Zhang2022-03-141-9/+8
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-2/+25
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-0/+42
* SERVER-63662 Return fewer than 8MB of violating documents in collMod conversi...Shin Yee Tan2022-03-031-4/+2
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-6/+10
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-19/+16
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-221-1/+1
* SERVER-63562 Remove side write tracker for collMod converting index to uniqueYuhong Zhang2022-02-171-33/+36
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-6/+11
* SERVER-63496 Return `CollectionUUIDMismatch` even if command namespace does n...Gregory Noma2022-02-111-0/+1
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-1/+1
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-281-8/+25
* SERVER-63054 Make sure collMod holds the database IX lockYuhong Zhang2022-01-281-2/+4
* SERVER-62879 Rename ErrorCode `CannotEnableIndexConstraint` to `CannotConvert...Yuhong Zhang2022-01-241-4/+4
* SERVER-62446 Add collectionUUID parameter to collMod commandFaustoleyva542022-01-241-0/+9
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-3/+3
* SERVER-62518 Creating a collection with changeStreamPreAndPostImages enabled ...Denis Grebennicov2022-01-211-4/+10
* SERVER-60911 Remove FCV references for secondary indexes on time-series measu...Gregory Wlodarek2022-01-051-14/+15
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-14/+17
* SERVER-62069 remove ParsedCollModIndexRequest::indexObjBenety Goh2021-12-171-2/+1
* SERVER-62068 migrate ParsedCollModIndexRequest::indexExpireAfterSeconds away ...Benety Goh2021-12-161-2/+1
* SERVER-62067 migrate ParsedCollModIndexRequest::indexHidden away from BSONEle...Benety Goh2021-12-151-1/+1
* SERVER-61980 migrate ParsedCollModIndexRequest::indexUnique away from BSONEle...Benety Goh2021-12-151-1/+1
* SERVER-62000 Do not generate "unique" field in oplog if collMod "unique" para...Benety Goh2021-12-151-15/+29
* SERVER-62000 minimize BSONElement references in collMod index options parsingBenety Goh2021-12-151-54/+36
* SERVER-61980 validate collMod unique index option before processing no-op hid...Benety Goh2021-12-101-7/+7
* SERVER-61980 ensure oplog contains "unique" if collMod "hidden" parameter is ...Benety Goh2021-12-101-3/+4
* SERVER-61932 Returns all duplicates from concurrent writes during collMod con...Yuhong Zhang2021-12-091-4/+13