summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-07-071-0/+1
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-07-061-6/+31
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-2/+1
* SERVER-40926 SERVER-40927 createIndexes cmd requests for indexes that are alr...Dianna2019-05-131-5/+11
* SERVER-40786 Improve error message in IndexCatalog::dropAllIndexes()Gregory Wlodarek2019-04-301-0/+5
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-7/+32
* SERVER-39517 Fix accidental referenceGeert Bosch2019-04-171-1/+1
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+10
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-10/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+10
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+5
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-8/+5
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-3/+1
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-2/+4
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on inval...Benety Goh2019-01-111-4/+3
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-15/+17
* SERVER-37643 move MultiIndexBlock::removeExistingIndexes() to IndexCatalogBenety Goh2018-12-131-0/+4
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+2
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-0/+9
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+2
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-12/+12
* SERVER-37666 remove unused field from IndexBuildBlockBenety Goh2018-10-261-1/+0
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-84/+25
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-4/+2
* SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded an...Dianna Hohensee2018-08-221-14/+7
* SERVER-35070: Timestamp index completions individually.Daniel Gottlieb2018-05-291-1/+5
* SERVER-34777 Multi-index drops should timestamp each drop individually along ...Louis Williams2018-05-181-1/+1
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-2/+1
* SERVER-33503: Complete timestamping multikey updates for background index bui...Daniel Gottlieb2018-02-281-0/+4
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+0
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-0/+8
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-3/+3
* SERVER-28805 Slice `IndexCatalog` by vtableADAM David Alan Martin2017-04-181-0/+469