summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43745 plumb syslog severity through in logv24.0Gabriel Russell2019-10-101-3/+16
* SERVER-43450 Remove stale workaround and associated todo noteAndrew Morrow2019-10-101-18/+0
* SERVER-43886 Check if the index was dropped after locking the weak_ptr to the...Gregory Wlodarek2019-10-104-12/+11
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-1063-765/+711
* Revert "SERVER-41899 Support multiple instances of boost::log::core"Henrik Edin2019-10-103-24/+0
* SERVER-43403: Check index creation namespace after reacquiring locks.Daniel Gottlieb2019-10-102-6/+12
* SERVER-43639 complete index builds on the secondary using the timestamp from ...Benety Goh2019-10-102-0/+4
* SERVER-43800 disable flaky testBenety Goh2019-10-101-0/+2
* SERVER-43759 Implement log domains with filtering.Henrik Edin2019-10-1019-249/+215
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-109-287/+252
* SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin2019-10-101-1/+3
* SERVER-43447 Removing FCV related TODO in pipeline/expression.cpp (not doing it)Dianna Hohensee2019-10-101-3/+3
* SERVER-10720 Add a way for getShardVersion on mongos to return the full cache...Cheahuychou Mao2019-10-101-4/+21
* SERVER-43641 fix testBenety Goh2019-10-101-2/+4
* SERVER-43639 IndexBuildsCoordinator::commitIndexBuild() returns voidBenety Goh2019-10-103-10/+9
* SERVER-41397 Allow specifying a connection timeoutSara Golemon2019-10-102-5/+14
* SERVER-43924 Remove construction of Status with ErrorCodes::Error in IndexBui...Benety Goh2019-10-091-4/+2
* SERVER-43869 runCreateIndexesForMobile() acquires collection locks necessary ...Benety Goh2019-10-091-1/+11
* SERVER-43800 ClockSource::waitForConditionUntil shouldn't use unique_lock out...Ben Caimano2019-10-094-35/+43
* SERVER-43638 Do not block prepared transactions on index builds on secondariesLouis Williams2019-10-091-8/+18
* SERVER-42433 use ProjectionAST in canonical query encodingIan Boros2019-10-092-62/+80
* SERVER-41654 trim somap to relevant libs on stacktraceBilly Donahue2019-10-098-117/+679
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-0922-180/+132
* SERVER-43641 upgrade random.hBilly Donahue2019-10-0925-278/+302
* SERVER-39002 clean up index builds on the secondary using the timestamp from ...Benety Goh2019-10-093-0/+17
* SERVER-43710 Upgrade Zstandard to version 1.4.3Henrik Edin2019-10-09479-11842/+24166
* SERVER-39002 write abortIndexBuild oplog entry in same WUOW as index build cl...Benety Goh2019-10-092-19/+109
* SERVER-39002 IndexBuildsCoordinator checks replication state before writing a...Benety Goh2019-10-091-16/+33
* SERVER-39002 add IndexBuildsCoordinator::joinIndexBuild()Benety Goh2019-10-092-9/+10
* SERVER-39002 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() returns voidBenety Goh2019-10-094-19/+12
* SERVER-43818 Remove src/mongo/shell/mr.jsCharlie Swanson2019-10-093-94/+0
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-0822-132/+180
* SERVER-38020 Log progress for record store and index traversal during collect...Evgeni Dobranov2019-10-082-0/+37
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-0823-1324/+1502
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-087-2/+101
* SERVER-39002 move RSTL unlocking logic in IndexBuildsCoordinator to anonymous...Benety Goh2019-10-081-5/+13
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-084-105/+125
* SERVER-43778 remove randomness fragility from ReplicationCoordinatorImpl testsBilly Donahue2019-10-082-5/+31
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objLouis Williams2019-10-081-1/+1
* SERVER-23664 $mod match expression should raise an error when the remainder i...James Wahlin2019-10-082-24/+19
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-085-127/+109
* SERVER-39002 IndexBuildsManager::tearDownIndexBuild() accepts MultiIndexBuild...Benety Goh2019-10-084-9/+20
* SERVER-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-10-081-15/+17
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-0815-21/+61
* Import wiredtiger: 3818fb14bd816a5fa2b9e8d50b0c2f93a3bfb9ca from branch mongo...Luke Chen2019-10-0810-29/+65
* SERVER-43837 remove RSTL unlocking logic from MultiIndexBlock::cleanUpAfterBu...Benety Goh2019-10-081-17/+0
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-0727-108/+200
* SERVER-41512 Added tracking for metrics around a node voting in an electionXuerui Fa2019-10-077-13/+130
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-42092 TextFormat assignment operator for coverityGabriel Russell2019-10-071-0/+4