summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-301-18/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-16/+16
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-241-56/+60
* SERVER-51007 add invariant for aborting resumable index builds during bulk lo...Benety Goh2020-09-221-1/+7
* SERVER-48419 resume index builds after rollback (collection scan only)Benety Goh2020-09-181-12/+3
* SERVER-50899 Keep track of multikey in resumable index build stateGregory Noma2020-09-151-22/+21
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-35/+41
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-7/+11
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-4/+9
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-1/+3
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-3/+0
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-50378 Complete TODO listed in SERVER-49450Samy Lanka2020-08-271-2/+0
* SERVER-50095 Augment ResumableIndexBuildTest to test that index builds are re...Gregory Noma2020-08-251-5/+5
* SERVER-50446 MultiIndexBlock writes resumable index build info based on abort...Benety Goh2020-08-241-6/+4
* SERVER-50446 IndexBuildsCoordinator provides 'isResumable' info to MultiIndex...Benety Goh2020-08-241-5/+6
* SERVER-50446 log errors during of collection scan for index buildBenety Goh2020-08-241-14/+29
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-45/+61
* SERVER-50127 fail index build resume if we cannot find resume info using inde...Benety Goh2020-08-121-6/+14
* SERVER-50148 Fix use-after-move in MultiIndexBlockLouis Williams2020-08-061-2/+2
* SERVER-49528 Retrieve resumable index build information before stopping index...Gregory Noma2020-08-061-8/+21
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-24/+34
* 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