summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48334 numIndexesTotal should only rethrow WriteConflictExceptions in a...Louis Williams2020-06-241-1/+1
* SERVER-47291: Execution architecture guide for Storage Startup Recovery.Daniel Gottlieb2020-06-181-3/+150
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-3/+6
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-172-30/+100
* SERVER-47296 Execution Architecture Guide: Oplog Collection, fix incomplete c...Dianna Hohensee2020-06-171-11/+7
* SERVER-47289 Execution Architecture Guide: Index BuildsLouis Williams2020-06-161-12/+214
* SERVER-47296 Execution Architecture Guide: Oplog CollectionDianna Hohensee2020-06-161-14/+121
* SERVER-47295 Execution Architecture Guide: KeyStringGeert Bosch2020-06-151-4/+84
* SERVER-47595 Execution Architecture Guide: Collection ValidationGregory Wlodarek2020-06-151-1/+104
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-152-15/+9
* SERVER-47624 Execution Architecture Guide: The External SorterDianna Hohensee2020-06-111-1/+22
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-111-0/+2
* SERVER-47609 Execution Architecture Guide: JournalingDianna Hohensee2020-06-111-3/+43
* SERVER-48394 Operations on views should not reach onShardVersionMismatchPierlauro Sciarelli2020-06-111-2/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-116-12/+15
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-1015-253/+189
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-094-14/+26
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-093-45/+54
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-095-28/+136
* SERVER-48585 Fix Compact end log statementHenrik Edin2020-06-081-1/+1
* SERVER-47838 Make BSONObj::addFields() method more genericArun Banala2020-06-081-38/+27
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-3/+3
* SERVER-47290 Execution Architecture Guide: RepairLouis Williams2020-06-041-1/+51
* SERVER-48245 disallow index drops on drop-pending namespaces (system.drop.*) ...Benety Goh2020-06-041-0/+10
* SERVER-48245 add uuid to "CMD: dropIndexes" log message. update checkReplStat...Benety Goh2020-06-031-5/+10
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-023-16/+19
* SERVER-47886 Collection owns a shared Decorable object across Collection inst...Dianna Hohensee2020-06-024-23/+57
* SERVER-8628 Check the index option of collMod for unrecognized fieldsGregory Noma2020-06-021-0/+10
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-0117-96/+107
* SERVER-48253 fix IndexCatalogImpl::createIndexOnEmptyCollection() invariant t...Benety Goh2020-05-291-2/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-292-32/+29
* SERVER-48457 Revert "SERVER-32225 Only limit number of text indexes created b...Ali Mir2020-05-271-5/+3
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-273-19/+3
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-273-55/+1
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-2614-33/+1
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-217-86/+101
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-1/+1
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-1411-106/+128
* Revert "SERVER-41365 include the particular namespace in 'ns not found' error...Dianna Hohensee2020-05-142-22/+13
* SERVER-47931 Retry WriteConflictExceptions when creating a *.system.profile c...Dianna Hohensee2020-05-141-0/+8
* SERVER-45570 Add a ProgressMeter to the index build startup recovery code pathJamie Heppenstall2020-05-141-0/+15
* SERVER-48047 Do not generate "hidden" field in oplog if collMod "hidden" para...Ruoxin Xu2020-05-131-0/+13
* Revert "SERVER-47681 Background validation uses the kNoOverlap read source in...Gregory Wlodarek2020-05-121-10/+6
* SERVER-48152 renameCollectionAndDropTarget() should check for background oper...Gregory Wlodarek2020-05-121-4/+4
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-121-25/+35
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-128-33/+40
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-074-43/+1
* SERVER-47846 fix use-after-free coding error in collMod hidden indexesEric Milkie2020-05-061-1/+3
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-22/+0
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-2/+1