summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod_index.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-0/+1
* SERVER-63662 Return fewer than 8MB of violating documents in collMod conversi...Shin Yee Tan2022-03-031-9/+5
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-1/+1
* SERVER-63562 Remove side write tracker for collMod converting index to uniqueYuhong Zhang2022-02-171-7/+0
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-281-0/+1
* SERVER-62879 Rename ErrorCode `CannotEnableIndexConstraint` to `CannotConvert...Yuhong Zhang2022-01-241-2/+2
* SERVER-62069 remove ParsedCollModIndexRequest::indexObjBenety Goh2021-12-171-2/+0
* SERVER-62068 migrate ParsedCollModIndexRequest::indexExpireAfterSeconds away ...Benety Goh2021-12-161-1/+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-61932 Returns all duplicates from concurrent writes during collMod con...Yuhong Zhang2021-12-091-6/+15
* SERVER-61486 collMod tracks side writes during unique index conversionBenety Goh2021-12-041-0/+7
* SERVER-61486 scanIndexForDuplicates() accepts optional KeyString::Value and l...Benety Goh2021-12-041-1/+4
* SERVER-61800 move owned BSONObj for parsed collMod structs from CollModReques...Benety Goh2021-12-011-0/+2
* SERVER-61392 Create CannotEnableIndexConstraint error code and its ErrorExtra...Yuhong Zhang2021-11-151-0/+5
* SERVER-61413 Rename collMod types to avoid conflictsRui Liu2021-11-111-2/+2
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueBenety Goh2021-11-091-0/+7
* SERVER-61159 add processCollModCommandForApplyOps()Benety Goh2021-11-091-1/+3
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-031-0/+1
* SERVER-60612 collModIndexRequest accepts const CollModIndexRequestBenety Goh2021-10-141-2/+1
* SERVER-60612 add processCollModIndexRequest()Benety Goh2021-10-141-0/+66