summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-3114-49/+44
* SERVER-45688 change cfgver and cfgterm to camelCasePavithra Vetriselvan2020-01-312-8/+8
* SERVER-45886 Lock the client in abortDueToConflictingIndexOperation before ma...Cheahuychou Mao2020-01-301-0/+1
* SERVER-45576 Make explicit collection creation in sharding directly forward t...Mihai Andrei2020-01-301-21/+62
* SERVER-45707 Test that range deletion tasks are eventually deleted even if co...Cheahuychou Mao2020-01-301-0/+4
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-307-27/+46
* SERVER-45525 ReplBatcher should explicitly read at kNoTimestampMatthew Russotto2020-01-303-1/+11
* SERVER-45587 remove unused variableBilly Donahue2020-01-301-1/+0
* SERVER-45853 Enable RaftMongo.tla invariantsA. Jesse Jiryu Davis2020-01-303-9/+12
* SERVER-45839 Fix type of 'txnNum' to be long long in the BSONObj for replicat...Gregory Wlodarek2020-01-301-4/+5
* SERVER-45587 SIGUSR2 one thread per log lineBilly Donahue2020-01-304-121/+185
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-3023-203/+498
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-304-6/+139
* SERVER-45254 Update architecture guide for streamable isMasterTess Avitabile2020-01-301-3/+6
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-3019-93/+615