summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-051-25/+45
* SERVER-49507 Reduce memory consumption in startup repair when rebuilding uniq...Faustoleyva542020-08-051-12/+22
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-11/+32
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-031-1/+5
* SERVER-49389 Log 'Index build: initialized' less oftenSamy Lanka2020-07-241-0/+4
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-27/+25
* SERVER-49282 rename MultiIndexBlock::insert()Bynn Lee2020-07-211-3/+6
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-26/+13
* SERVER-49155 Fix typo in MultiIndexBlock::init()Gregory Wlodarek2020-07-141-2/+2
* SERVER-49155 MultiIndexBlock::init() should clear _indexes on a WriteConflict...Gregory Wlodarek2020-07-141-0/+1
* SERVER-49244 Test that resumable index builds write state to disk on clean sh...Gregory Noma2020-07-081-10/+19
* SERVER-49049 add initialization phase to MultiIndexBlock for resumable index ...Benety Goh2020-07-071-1/+12
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-17/+0
* SERVER-49039 Add the index spec to MultiIndexBlock::init() invariant messageGregory Wlodarek2020-06-261-1/+3
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-171-30/+85
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-3/+3
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-5/+9
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-9/+18
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-091-3/+16
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-091-13/+83
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-13/+13
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-28/+28
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-271-1/+1
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-4/+1
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-22/+0
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-231-31/+7
* 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