summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-37726 Make dropIndexes abort in-progress index buildsGregory Wlodarek2020-02-151-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-41/+88
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-2/+2
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-12/+41
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+6
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-2/+4
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-0/+11
* SERVER-44748 do not ignore write conflict exceptions for write transactionsEric Milkie2020-01-071-2/+21
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-8/+12
* SERVER-44748 Revert 'SERVER-42123 Skip dassert check in IndexCatalogImpl::num...Eric Milkie2019-12-271-15/+2
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-0/+14
* SERVER-45107 Reorder index spec fields during removeExistingIndexesMaria van Keulen2019-12-131-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+3
* SERVER-43642 move IndexLegacy::adjustIndexSpecObject() into IndexCatalogImpl ...Benety Goh2019-11-221-2/+25
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+2
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-1/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-18/+22
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-041-5/+5
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-131-0/+1
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-6/+6
* SERVER-29374 Remove massert check on numIndexesInProgress() from IndexCatalog...Haley Connelly2019-09-031-5/+0
* SERVER-10456 do not use sparse indexes as shard key indexesKevin Pulo2019-09-021-1/+1
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-2/+2
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-3/+3
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-121-32/+1
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-18/+20
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-9/+12
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-28/+11
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-291-0/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-47/+34
* SERVER-42123 Skip dassert check in IndexCatalogImpl::numIndexesTotal() if it ...Gregory Wlodarek2019-07-241-1/+15
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-3/+1
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-111-7/+0
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-111-0/+7
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-031-71/+68
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-6/+2
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-25/+3
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-24/+29
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-3/+2
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-201-4/+19
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-19/+4
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2019-06-191-2/+6
* SERVER-39705 update write ops check filter before writing to side tableBenety Goh2019-06-151-0/+10
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-06-141-0/+3
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-2/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+2
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-68/+142
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-2/+2