summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-0110-10/+41
* SERVER-46288 Fix uninitialized argument in unit tests.Siyuan Zhou2020-03-011-1/+1
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-299-58/+53
* SERVER-46479 Make comparison of expected and actual chunk ranges independent ...Bernard Gorman2020-02-291-2/+2
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-2912-52/+230
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-2912-142/+212
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-2924-237/+397
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-02-281-4/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2859-135/+99
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-2813-243/+88
* SERVER-46463 add logging for hedged readsMisha Tyulenev2020-02-282-2/+17
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-28171-1178/+1436
* SERVER-46360 LockManager dump improvementsBilly Donahue2020-02-282-14/+26
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-282-19/+12
* SERVER-46488 queryableBackupMode should recover from the journal files on sta...Gregory Wlodarek2020-02-282-26/+23
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-284-11/+21
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao2020-02-285-8/+28
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-2813-88/+243
* SERVER-46470 Rename 't' field to 'configTerm' in replica set heartbeat responsesWilliam Schultz2020-02-282-2/+4
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-285-83/+33
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-2815-184/+439
* SERVER-46094: Now using walltime instead of ts when checking for excess oplog...Andrew Chen2020-02-282-42/+88
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-288-11/+72
* SERVER-46417 Temporarily make dbclient_rs_test use the ScanningReplicaSetMoni...Haley Connelly2020-02-281-17/+71
* SERVER-46264 Change the rename command so it is passed through IDL rather tha...Nick Zolnierz2020-02-285-23/+81
* SERVER-46461 Make static in getDiagnosticListenerState() immortal to fix dest...Henrik Edin2020-02-281-2/+3
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-2815-118/+12
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-2814-244/+89
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-282-14/+22
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-2826-81/+100
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-284-1/+164
* SERVER-45087 Simplify config commitment log message formatWilliam Schultz2020-02-281-5/+3
* SERVER-45091 Arbiter safe reconfig testsA. Jesse Jiryu Davis2020-02-281-54/+98
* SERVER-46457 Fix destruction order issue during shutdown in openssl_init.cppHenrik Edin2020-02-281-6/+10
* SERVER-46283 Implement command mirroring for updateAmirsaman Memaripour2020-02-273-0/+213
* SERVER-17934 Do not report replication progress upstream while in initial syncVesselina Ratcheva2020-02-272-2/+45
* SERVER-45726 Improve variable names in TaskExecutorCursorCheahuychou Mao2020-02-273-50/+59
* SERVER-45085 add config term and version to error messagePavithra Vetriselvan2020-02-271-3/+5
* SERVER-46336 Remove Expired Stapled OCSP ResponseShreyas Kalyan2020-02-272-15/+53
* SERVER-45085 re-enable config quorum checkerPavithra Vetriselvan2020-02-272-115/+150
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-2714-89/+244
* SERVER-42939 Add new setParameter for `ocspValidationRefreshPeriodSecs`Adam Cooper2020-02-272-4/+28
* SERVER-45754 Update error message that results from SERVER-45374 to suggest r...Louis Williams2020-02-271-2/+4
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2723-162/+572
* SERVER-43795 Implement and test OCSP Client Validation for OSXShreyas Kalyan2020-02-271-0/+13
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-273-6/+17
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-275-33/+83
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-2729-179/+271
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-2712-517/+715
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-274-24/+107