summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45082 Secondaries only learn replica set configs with a newer (version...William Schultz2020-02-0611-19/+658
* Revert "SERVER-45677 libunwind on by default where possible"William Schultz2020-02-0610-37/+17
* SERVER-45980 Restrict scope of full loads to current operation in VersionMana...Blake Oler2020-02-061-5/+4
* Revert "SERVER-45338 Make moveChunk robust to maxTimeMS expiring"Matthew Saltz2020-02-051-61/+22
* SERVER-45408 Enable serialization of config "term" fieldSiyuan Zhou2020-02-052-3/+17
* Revert "SERVER-42191 Add a new test hook that checks that all orphaned docume...William Schultz2020-02-052-6/+0
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-059-24/+435
* SERVER-43951 Unifies help collection nameMichael Doliner2020-02-051-2/+2
* SERVER-45838 Fix lintMark Benvenuto2020-02-051-2/+2
* SERVER-45901 Make moveChunk robust to being killOp'd after commit has been se...Esha Maharishi2020-02-051-21/+88
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-0546-535/+650
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-0510-17/+37
* SERVER-45338 Make moveChunk robust to maxTimeMS expiringMatthew Saltz2020-02-051-22/+61
* SERVER-45947 Make hedging server parameters settable at runtimeCheahuychou Mao2020-02-055-35/+52
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-056-246/+1
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-052-0/+6
* SERVER-40506 hostInfo & FTDC to report container vCPUBilly Donahue2020-02-052-2/+2
* SERVER-45883 fix index build protocol check in createIndexesBenety Goh2020-02-051-1/+1
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-059-16/+79
* SERVER-45740 submitRangeDeletionTask should delete range deletion task if fil...Esha Maharishi2020-02-052-1/+33
* SERVER-45850 Remove mutex guards on read access for _shardId and _clusterId i...Blake Oler2020-02-052-8/+13
* SERVER-45817 Add API to logv2 where user can provide both format and message ...Henrik Edin2020-02-054-34/+62
* SERVER-45854 Hold WorkingSetMembers at a distance for sorting.David Storch2020-02-058-31/+86
* SERVER-37980 Add a function to the index builds interface to return the build...Gregory Wlodarek2020-02-051-4/+11
* SERVER-45378 clean up IndexBuildsCoordinator::_setUpIndexBuild()Benety Goh2020-02-052-65/+81
* SERVER-45378 remove unnecessary IndexBuildCoordinator::_setUpIndexBuild() arg...Benety Goh2020-02-044-34/+21
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-0413-167/+307
* SERVER-45378 unregister index build on lock acquisition failure during index ...Benety Goh2020-02-041-2/+12
* SERVER-39532 standalones doesn't support commitQuorum.Suganthi Mani2020-02-041-1/+5
* SERVER-45082 Add ConfigVersionAndTerm structure for comparing replica set con...William Schultz2020-02-042-0/+82
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-047-124/+716
* SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman2020-02-041-46/+105
* Revert "SERVER-45651 Ensure checkReplicaSet sets an explicit writeConcern whe...Janna Golden2020-02-041-2/+1
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-0413-35/+147
* SERVER-43410 deleted unused _dumpInsertsFromBulkAndrew Chen2020-02-041-3/+0
* SERVER-45934: Fix race in ExhaustCursorUpdatesLastKnownCommittedOpTime integr...Lingzhi Deng2020-02-041-6/+18
* SERVER-45882 Do not attach topologyVersion to ShutdownErrorsTess Avitabile2020-02-041-7/+5
* SERVER-44047 Add timer support to Interruptible::waitForConditionOrInterrupt()Amirsaman Memaripour2020-02-043-5/+171
* SERVER-45651 Ensure checkReplicaSet sets an explicit writeConcern when runnin...Vesselina Ratcheva2020-02-031-1/+2
* SERVER-45920 Validate writeConcern.wAmirsaman Memaripour2020-02-034-3/+23
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-0310-78/+128
* SERVER-45452 Support for reading from a view (unsharded)Charlie Swanson2020-02-032-72/+159
* SERVER-45801 Allow $unionWith inside a $lookup if the inner collection is uns...Nicholas Zolnierz2020-02-031-7/+10
* SERVER-45929 Fix issue with OCSP_basic_verifyShreyas Kalyan2020-02-031-1/+1
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-038-487/+561
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-0333-4781/+4
* SERVER-45783 Add style guide section to logv2/README.mdHenrik Edin2020-02-031-0/+36
* SERVER-45915: Tag TransactionExceededLifetimeLimitSeconds InterruptionLingzhi Deng2020-02-031-1/+2
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-0317-65/+111
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-0316-74/+132