summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-0/+4
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-147-26/+1
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-143-12/+47
* SERVER-45567 set parameter structured logging fixGabriel Russell2020-02-131-7/+15
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-137-1/+26
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1326-119/+258
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-132-2/+5
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-3/+2
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-9/+7
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-124-4/+39
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-2/+2
* SERVER-45007 ResourceLock::lock() always requires OperationContextBenety Goh2020-02-101-1/+1
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+5
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-1/+1
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-11/+14
* Revert "SERVER-45453 Change name and usage of '$_internalJs' to '$function'"Katherine Wu2020-02-071-14/+11
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-11/+14
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-072-0/+2
* SERVER-45389 Add metrics tracking how often shards have inconsistent indexesCheahuychou Mao2020-02-062-1/+70
* SERVER-45408 Enable serialization of config "term" fieldSiyuan Zhou2020-02-051-0/+11
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-052-7/+7
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-052-122/+0
* SERVER-40506 hostInfo & FTDC to report container vCPUBilly Donahue2020-02-051-1/+1
* SERVER-45883 fix index build protocol check in createIndexesBenety Goh2020-02-051-1/+1
* SERVER-39532 standalones doesn't support commitQuorum.Suganthi Mani2020-02-041-1/+5
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-50/+63
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-313/+0
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-031-5/+5
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-314-6/+6
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+4
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-301-0/+6
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-291-0/+14
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-2/+2
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-282-182/+0
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-281-1/+5
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-271-1/+2
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-213-1/+65
* SERVER-43988 shutdown with {force: false} should refuse to shut down the serv...Benety Goh2020-01-201-5/+8
* SERVER-43988 shutdown with {force: false} lists active index buildsBenety Goh2020-01-191-0/+9
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ...Louis Williams2020-01-181-11/+35
* SERVER-43918 Upgrade/downgrade process for compound hashed shard keysbanarun2020-01-171-0/+29
* SERVER-45038 Add privilege actions for getDefaultRWConcern and setDefaultRWCo...Jack Mulrow2020-01-091-4/+13
* SERVER-43723 FCV gating for RWC defaultsJack Mulrow2020-01-082-0/+36
* SERVER-44821 accessing db.system.profile and currentOp storage stats should n...Benety Goh2020-01-081-0/+3
* SERVER-45064 fix dbtest and unit tests to work with single phased index buildsBenety Goh2020-01-081-4/+18
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+1
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-0/+6
* SERVER-44707: Store lastKnownCommittedOpTime in ClientCursor for exhaust getMoreLingzhi Deng2020-01-061-3/+15
* SERVER-44164 Create _killOperations commandBen Caimano2020-01-023-0/+161
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-313-79/+15