summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-47319 dropIndexes should not invariant if a similar index was created ...Gregory Wlodarek2020-05-051-17/+35
* SERVER-47840 Do not write "hidden: false" to the index catalog when createInd...Ruoxin Xu2020-05-051-1/+4
* SERVER-47594 Add helpers to Structured Logging to abstract attribute namesHenrik Edin2020-05-051-0/+5
* SERVER-41365 include the particular namespace in 'ns not found' error messagesWilliam Reiske2020-05-052-15/+25
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-2/+0
* SERVER-47834 Add multiversion tests for collection validators with encryption...Nick Zolnierz2020-04-291-16/+16
* SERVER-47743 Remove all hidden index FCV checks and multiversion tests on mas...Ruoxin Xu2020-04-282-15/+0
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-04-276-81/+115
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2629-51/+45
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-257-83/+322
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-244-4/+18
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-243-23/+23
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-244-32/+56
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-233-38/+9
* SERVER-47681 Background validation uses the kNoOverlap read source instead of...Gregory Wlodarek2020-04-231-6/+10
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-223-28/+32
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-222-43/+128
* SERVER-47700 renameCollection should check if the target collection exists be...Gregory Wlodarek2020-04-221-3/+5
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-2215-174/+188
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-222-6/+6
* SERVER-32225 Only limit number of text indexes created by user connectionsAli Mir2020-04-211-3/+5
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-202-6/+20
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-171-2/+0
* SERVER-47279 Establish the Execution Architecture guide markdown file in gith...Dianna Hohensee2020-04-171-0/+205
* SERVER-47562 Get rid of unused code and TODO marker in rename_collection.cppKaloian Manassiev2020-04-161-11/+4
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-142-6/+6
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-143-25/+1
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-2/+0
* SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in c...Gregory Noma2020-04-102-11/+8
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-102-7/+14
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-109-491/+118
* SERVER-47400 Disallow createCollection/Indexes on system colls in txnsMaria van Keulen2020-04-101-0/+4
* SERVER-45936 Remove enableHybridIndexBuilds parameterGregory Noma2020-04-107-174/+54
* SERVER-47360 Take collection MODE_IX lock instead of database MODE_X lock whe...Gregory Noma2020-04-093-8/+1
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-093-4/+35
* SERVER-47407 Avoid using WriteUnitOfWork in index build collection scan loopLouis Williams2020-04-091-9/+15
* SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-094-35/+49
* SERVER-47252 IndexBuildsCoordinator stops using CollectionIndexBuildsTrackerBenety Goh2020-04-091-1/+1
* SERVER-47350 Add execution context as a decoration to OperationContextHenrik Edin2020-04-093-23/+33
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-083-3/+3
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+1
* SERVER-46706 Add deprecation messages for geoHaystack and geoSearchTed Tuckman2020-04-021-4/+29
* SERVER-47155 MultiIndexBlock::init() should invariant the collection is held ...Gregory Wlodarek2020-04-022-2/+2