summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-4/+6
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-013-9/+10
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-311-8/+0
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-301-6/+4
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-0/+9
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-273-11/+0
* SERVER-45055 Startup recovery should work with more than one unfinished two-p...Louis Williams2020-03-261-18/+26
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-251-0/+37
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-244-15/+12
* SERVER-45733: Remove ghost timestamping that is now always a no-op.Daniel Gottlieb2020-03-241-6/+0
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-4/+6
* SERVER-46778: Remove FCV 4.4 gating for increased namespace limit.Daniel Gottlieb2020-03-241-10/+0