summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-221-2/+3
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-171-2/+0
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-144/+23
* SERVER-45936 Remove enableHybridIndexBuilds parameterGregory Noma2020-04-101-152/+51
* SERVER-47407 Avoid using WriteUnitOfWork in index build collection scan loopLouis Williams2020-04-091-9/+15
* SERVER-47155 MultiIndexBlock::init() should invariant the collection is held ...Gregory Wlodarek2020-04-021-1/+1
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-271-5/+0
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
* SERVER-44654 Allow unique, two-phase index builds to continue running on step...Louis Williams2020-03-051-6/+13
* SERVER-46235 log IndexDescriptor as BSONBenety Goh2020-03-031-1/+1
* SERVER-45852 Two-phase index build constraints are checked at the completion ...Louis Williams2020-02-271-0/+25
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-19/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-22/+43
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-2/+1
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-6/+0
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-0/+14
* SERVER-45760 Clarify the required lock modes for MultiIndexBlock::init() and ...Gregory Wlodarek2020-01-241-0/+7
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-23/+1
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-031-3/+5
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+3
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-211-1/+1
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+1
* SERVER-44026 Remove global X lock for reIndexGregory Wlodarek2019-11-011-0/+5
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() accepts drain yiel...Benety Goh2019-10-231-1/+2
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-221-3/+4
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+24
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+8
* SERVER-43837 remove RSTL unlocking logic from MultiIndexBlock::cleanUpAfterBu...Benety Goh2019-10-081-17/+0
* SERVER-43415 MultiInblock::cleanUpAfterBuild() always assumes we have the nec...Benety Goh2019-09-281-16/+2
* SERVER-43419 remove unnecessary FCV check from MultiIndexBlock::_unlockRSTLFo...Benety Goh2019-09-241-4/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-101-0/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-14/+17
* SERVER-41918 CollectionBulkLoader does not anticipate exceptions from MultiIn...Mihai Andrei2019-09-091-122/+151
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-8/+0
* SERVER-42824 unlock RSTL for index build cleanupBenety Goh2019-08-221-0/+34
* SERVER-42824 remove temp tables before acquiring collection locks during inde...Benety Goh2019-08-221-11/+20
* SERVER-42824 MultiIndexBlock::cleanUpAfterBuild() returns early if there are ...Benety Goh2019-08-221-2/+7
* SERVER-42799 obtain timestamp for cleaning up index build without noop writeBenety Goh2019-08-221-15/+4
* SERVER-42958 Don't construct unused error Status in MultiIndexBlock::insertLouis Williams2019-08-211-1/+1
* SERVER-42864 change index build initial write timestamp logicEric Milkie2019-08-201-10/+22
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-121-4/+0
* SERVER-41761: Ensure index cleanup is performed on initialization failure.Daniel Gottlieb2019-08-081-0/+4
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-11/+6
* SERVER-42185 timestamp index build cancellation correctly, including at stepd...Eric Milkie2019-07-181-13/+27
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-10/+7
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-031-1/+2