summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-032-1/+2
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-038-487/+561
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-0342-254259/+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
* SERVER-45377 add global option to enable and disable shell hang analyzerRobert Guo2020-01-311-1/+19
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-311-1/+3
* SERVER-45906 Ensure initial stable checkpoint is triggered properly when enab...William Schultz2020-01-312-0/+23
* SERVER-45752 opCtx interruption during migration critical section commit trig...Esha Maharishi2020-01-311-63/+2
* SERVER-45913 Suspend range deletion for racy MetadataManager unit testsMatthew Saltz2020-01-311-1/+11
* SERVER-45914 Make DEATH_TEST in range_deletion_util_test wait for futureMatthew Saltz2020-01-311-0/+1
* SERVER-43847 Make ReplSetTest's stepUp function resilient to slow machinesSamyukta Lanka2020-01-311-10/+23
* SERVER-45905 abortIndexBuild oplog entry should ignore NamespaceNotFound errorsLouis Williams2020-01-311-13/+14
* SERVER-45887 Log message string can use named replacement fieldsHenrik Edin2020-01-316-234/+122
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-3110-53/+145
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-315-101/+114
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-319-126/+148
* Import wiredtiger: 168c7f1b3859516115721868f312544abb0caf5b from branch mongo...Luke Chen2020-01-3141-603/+900
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-3114-49/+44