summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-0615-22/+132
* SERVER-44424 set up a logv2 builderGabriel Russell2019-12-061-1/+1
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-063-15/+24
* SERVER-44563: Isolate isMajorityCommittedRead waiter and regular OpTime waiterLingzhi Deng2019-12-062-96/+93
* SERVER-44778 Two-phase index builds aborted due to rollback should leave inde...Louis Williams2019-12-055-43/+61
* SERVER-43766 Speed up initial syncs and awaitLastStableRecoveryTimestamp in R...William Schultz2019-12-054-37/+106
* SERVER-44959 Fix log_test_v2 on macOSHenrik Edin2019-12-051-1/+1
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-12-0585-5/+6069
* SERVER-44820 Remove outer database MODE_X lock when reading the lastAppliedOp...Jason Chan2019-12-051-1/+0
* SERVER-42253 Prevent overflow in $lookup memory usage computationSophie Saskin2019-12-051-3/+7
* SERVER-44201 Remove outdated TODO noteTommaso Tocci2019-12-051-3/+0
* SERVER-43108 interrupt on shutdown in flushRoutingTableCacheUpdatesMisha Tyulenev2019-12-051-6/+26
* SERVER-44283 Change removeKeyRangeFromZone to use the bounds found from the f...Haley Connelly2019-12-052-64/+14
* SERVER-44094 Do not hold the ReplicationCoordinatorExternalStateImpl mutex wh...Jason Chan2019-12-051-5/+7
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-0513-4/+293
* SERVER-32314 Add $replaceOne and $replaceAll expressionsDavid Percy2019-12-055-0/+429
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-053-0/+35
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-047-24/+31
* SERVER-44734 Implement large document optimization for agg MRJames Wahlin2019-12-041-10/+34
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-046-64/+115
* SERVER-44629 Allow waitForTimesEntered with FailPointEnabledBlockBen Caimano2019-12-042-17/+50
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2019-12-045-0/+22
* SERVER-44317 Reduce logging for registerChanges commitsDaniel Ernst2019-12-031-1/+2
* SERVER-43788 add eMRC=false sectionPavithra Vetriselvan2019-12-031-6/+96
* SERVER-44165 Remove the config.rangeDeletions collection on downgradeAlex Taskov2019-12-033-0/+12
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-037-323/+6
* SERVER-43271 Return resumeToken in PlanExecutor and write jstests to verify r...Matthew Russotto2019-12-033-2/+16
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-035-12/+44
* SERVER-44856 Enable -Wunused-exception-parameter when supportedAndrew Morrow2019-12-031-1/+1
* SERVER-44247 Rename index 'ns' fields when renaming collections in FCV 4.2Louis Williams2019-12-033-2/+50
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-034-14/+40
* SERVER-43766 Prevent use of failpoints in ReplSetTest when using random binar...William Schultz2019-12-031-1/+2
* SERVER-44622 Add BSON formatter to logv2Henrik Edin2019-12-0311-175/+539
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-0310-126/+222
* Import wiredtiger: d47dcd1f0ea992775be3d60456593c575451c435 from branch mongo...Luke Chen2019-12-0317-113/+713
* SERVER-43766 Speed up primary drain mode in ReplSetTest initiateWilliam Schultz2019-12-022-16/+51
* SERVER-44612 recoverFromOplogAsStandalone with takeUnstableCheckpointOnShutdo...Judah Schvimer2019-12-029-30/+255
* SERVER-43786 Describe transaction errors and error labels in Repl Architectur...Samyukta Lanka2019-12-021-0/+45
* SERVER-43787 Describe the implementation of various read concerns in transact...Samyukta Lanka2019-12-021-37/+79
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-028-4/+56
* SERVER-44746 Fix LatchAnalyzerTestRahul Sundararaman2019-12-026-11/+108
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-029-29/+57
* SERVER-44630 Attach logging init and options to integration testsBen Caimano2019-12-025-9/+44
* SERVER-43692 enable two phase index builds by defaultBenety Goh2019-12-021-1/+1
* SERVER-41764 Serialize moveChunkCommit and removeShardRandolph Tan2019-12-023-4/+26
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-0211-86/+294
* Revert "SERVER-43333 Ingest driver SDAM tests"Annie Black2019-12-0285-6069/+5
* SERVER-44893 In `removeShard` check whether the shard exists before querying ...Kaloian Manassiev2019-12-021-11/+14
* SERVER-43436 Remove outdated TODO commentRandolph Tan2019-12-021-1/+0
* SERVER-44264 Add IAM client code to shell and clientsMark Benvenuto2019-12-0215-25/+344