summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-10/+12
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-7/+14
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-2/+27
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63577 Introduce new unique index data formatsYuhong Zhang2022-04-061-0/+3
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-5/+31
* SERVER-64081 Update scanIndexForDuplicates to handle clustered index keysShin Yee Tan2022-03-031-1/+4
* SERVER-63662 Return fewer than 8MB of violating documents in collMod conversi...Shin Yee Tan2022-03-031-11/+25
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-35/+29
* SERVER-63562 Remove side write tracker for collMod converting index to uniqueYuhong Zhang2022-02-171-43/+10
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-7/+7
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-5/+5
* SERVER-61356 Modify comment to explain condition in collMod unique index conv...Shin Yee Tan2022-02-081-2/+3
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-281-21/+66
* SERVER-62879 Rename ErrorCode `CannotEnableIndexConstraint` to `CannotConvert...Yuhong Zhang2022-01-241-10/+7
* SERVER-61913 remove TODOBenety Goh2022-01-131-1/+0
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-6/+6
* SERVER-62068 migrate ParsedCollModIndexRequest::indexExpireAfterSeconds away ...Benety Goh2021-12-161-24/+30
* SERVER-62067 migrate ParsedCollModIndexRequest::indexHidden away from BSONEle...Benety Goh2021-12-151-15/+15
* SERVER-61980 migrate ParsedCollModIndexRequest::indexUnique away from BSONEle...Benety Goh2021-12-151-9/+8
* SERVER-62000 Do not generate "unique" field in oplog if collMod "unique" para...Benety Goh2021-12-151-4/+2
* SERVER-61932 Returns all duplicates from concurrent writes during collMod con...Yuhong Zhang2021-12-091-35/+46
* SERVER-61486 avoid full index scan during unique index conversionBenety Goh2021-12-041-1/+56
* SERVER-61486 collMod tracks side writes during unique index conversionBenety Goh2021-12-041-1/+4
* SERVER-61486 scanIndexForDuplicates() accepts optional KeyString::Value and l...Benety Goh2021-12-041-6/+17
* SERVER-61393 Throw CannotEnableIndexConstraint on unique conversion failureGabriel Marks2021-12-031-11/+25
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-47/+20
* SERVER-61392 Create CannotEnableIndexConstraint error code and its ErrorExtra...Yuhong Zhang2021-11-151-0/+10
* SERVER-61413 Rename collMod types to avoid conflictsRui Liu2021-11-111-1/+1
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueBenety Goh2021-11-091-0/+50
* SERVER-61159 add processCollModCommandForApplyOps()Benety Goh2021-11-091-2/+4
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Benety Goh2021-11-041-0/+6
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-041-1/+4
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-031-2/+33
* SERVER-60612 collModIndexRequest accepts const CollModIndexRequestBenety Goh2021-10-141-4/+4
* SERVER-60612 processCollModIndexRequest() no longer updates CollModIndexReque...Benety Goh2021-10-141-4/+4
* SERVER-60612 add processCollModIndexRequest()Benety Goh2021-10-141-0/+189