summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-5/+3
* SERVER-53594 Add frozen indexes to total index counts and subtract from in pr...Shin Yee Tan2022-10-141-1/+1
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-0/+3
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+22
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-1/+3
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-8/+10
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-31/+5
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-21/+0
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-3/+6
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-4/+5
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-041-1/+2
* SERVER-59508 Support $or in partialFilterExpression; remove top level $and re...James Wahlin2021-10-011-0/+7
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-16/+16
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-0/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-36/+48
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-0/+8
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-3/+19
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+10
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-0/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-10/+10
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-2/+4
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-17/+11
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-9/+5
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-2/+2
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-2/+1
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-1/+2
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-121-6/+0
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-3/+3
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-2/+0
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-031-90/+12
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-4/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+1
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-06-141-0/+1
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-6/+31
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40887 Removed getAndClearUnfinishedIndexes and relevant codeGabe Villasana2019-06-071-19/+0
* 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