summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-061-6/+0
* SERVER-61486 add test and fail point to check collMod handling of side writes...Benety Goh2021-12-041-0/+7
* SERVER-61486 collMod tracks side writes during unique index conversionBenety Goh2021-12-041-2/+59
* SERVER-61800 move owned BSONObj for parsed collMod structs from CollModReques...Benety Goh2021-12-011-7/+5
* SERVER-61800 remove ParsedCollModRequest::viewPipeLine in favor of CollMod::g...Benety Goh2021-12-011-8/+4
* SERVER-61800 remove ParsedCollModRequest::clusteredIndexExpireAfterSeconds in...Benety Goh2021-12-011-38/+37
* SERVER-61510 applyTimeseriesOptionsModifications() accepts CollModTimeseries ...Benety Goh2021-11-181-2/+2
* SERVER-61510 remove ParsedCollModRequest::timeseries in favor of CollMod::get...Benety Goh2021-11-161-6/+5
* SERVER-61160 collMod dry run mode with unique:true scans index for duplicatesBenety Goh2021-11-121-0/+3
* SERVER-61160 unique option may not be combined with other modifications under...Benety Goh2021-11-121-0/+20
* SERVER-61160 add CollModRequest::numModificationsBenety Goh2021-11-121-0/+13
* SERVER-61160 disallow dry run mode for collMod under applyOpsBenety Goh2021-11-121-0/+6
* SERVER-61160 add dryRun to collMod requestBenety Goh2021-11-121-0/+27
* SERVER-61413 Rename collMod types to avoid conflictsRui Liu2021-11-111-13/+13
* SERVER-61320 CollModRequest owns BSONObj generated from CollMod command reque...Benety Goh2021-11-101-6/+8
* SERVER-61159 add processCollModCommandForApplyOps()Benety Goh2021-11-091-3/+13
* SERVER-60956 Check edge case for collmodGabriel Marks2021-11-091-0/+4
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-041-1/+1
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-031-3/+24
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-261-8/+10
* SERVER-60576 On downgrade, remove the catalog flag that indicates whether a t...Gregory Wlodarek2021-10-251-2/+11
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-251-0/+7
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+12
* SERVER-60118 Support collMod on clustered collectionsHaley Connelly2021-10-181-0/+22
* SERVER-60612 collModIndexRequest accepts const CollModIndexRequestBenety Goh2021-10-141-2/+1
* SERVER-60612 processCollModIndexRequest() no longer updates CollModIndexReque...Benety Goh2021-10-141-5/+1