summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-191-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-241-11/+29
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-2/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+5
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-0/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* 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-18/+7
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-9/+5
* SERVER-45936 Remove enableHybridIndexBuilds parameterGregory Noma2020-04-101-5/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-0/+2
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-7/+30
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-0/+8
* 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-2/+0
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-2/+0
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-031-65/+30
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40887 Removed getAndClearUnfinishedIndexes and relevant codeGabe Villasana2019-06-071-11/+0
* SERVER-40926 SERVER-40927 createIndexes cmd requests for indexes that are alr...Dianna2019-05-131-7/+14
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-8/+28
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+11
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-11/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+11
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+6
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-3/+3
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-1/+0
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-3/+1
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+23
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on inval...Benety Goh2019-01-111-4/+9
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-25/+37
* SERVER-37643 move MultiIndexBlock::removeExistingIndexes() to IndexCatalogBenety Goh2018-12-131-0/+7
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+6
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-0/+13
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+9
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-31/+39
* SERVER-37589 add library for MultiIndexBlockBenety 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-395/+169
* SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded an...Dianna Hohensee2018-08-221-15/+3
* SERVER-33736 timestamp index updates from vector insertsEric Milkie2018-05-231-0/+6
* SERVER-34777 Multi-index drops should timestamp each drop individually along ...Louis Williams2018-05-181-9/+10
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-23/+19
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-19/+23
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-23/+19
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-5/+3
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+0
* SERVER-29274 add IndexCatalog::getLongestIndexNameLength()Benety Goh2017-05-251-0/+8
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-7/+7