summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-13452-5155/+11580
* SERVER-45319 Add unit tests for CollectionShardingRuntimeMatthew Saltz2020-02-135-16/+352
* SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson2020-02-139-49/+37
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-136-6/+17
* SERVER-46087 Propagate allowDiskUse to shards for sharded $unionWithNicholas Zolnierz2020-02-131-1/+6
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-1370-372/+308
* SERVER-45526 Reclaim lookup performanceTed Tuckman2020-02-136-14/+18
* Revert "SERVER-29030 Announce new primary via heartbeat requests"Ryan Timmons2020-02-137-140/+17
* SERVER-45651 ReplSetTest stopSet checks should pass explicit RWCKevin Pulo2020-02-131-6/+42
* SERVER-45918 Add SortStageSimple.David Storch2020-02-1336-552/+863
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-1321-239/+139
* SERVER-46106 Keep read-modify accesses to NetworkInterfaceMock::_alarms in on...Amirsaman Memaripour2020-02-121-3/+3
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-123-39/+365
* SERVER-29030 Announce new primary via heartbeat requestsRyan Timmons2020-02-127-17/+140
* SERVER-43761 Log OS version at startupMark Benvenuto2020-02-121-0/+7
* SERVER-46011 reduce uuid expression in rename_collectionGaurav Singh2020-02-121-1/+1
* SERVER-45884 don't run the hang analyzer on ASAN buildsRobert Guo2020-02-122-0/+6
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-1226-148/+206
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-128-29/+88
* SERVER-46095 Must wrap WriteConcernOptions::SyncMode::JOURNAL w/ repl::Replic...Dianna Hohensee2020-02-121-0/+9
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-1233-252/+902
* SERVER-45892 Index operations from 4.2 mongos shouldn't abort migrationsJack Mulrow2020-02-122-7/+22
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-124-5/+54
* SERVER-46099 Support capturing toString() that returns StringData in logv2Henrik Edin2020-02-122-4/+39
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-123-8/+8
* SERVER-45900 Check for unsharded collection when submitting range deletion taskJack Mulrow2020-02-122-8/+86
* SERVER-45821 Re-enable disabled incremental backup cursor tests and add addit...Gregory Wlodarek2020-02-121-9/+18
* SERVER-46083 Fix logic in LogTag::toBSONArray()Henrik Edin2020-02-121-2/+2
* SERVER-42009 Forbid creation of collections with namespace names containing a $Geert Bosch2020-02-112-2/+4
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-1118-185/+525
* SERVER-46062 Prevent ChunkManagerTargeter from accessing all shard versions b...Blake Oler2020-02-115-78/+68
* SERVER-45981 Prevent duplicating action upon receiving notice that a given sh...Blake Oler2020-02-119-22/+226
* SERVER-46020 avoid unnecessary copy in wildcard index planningIan Boros2020-02-111-2/+3
* SERVER-45902 hostInfo identifies Windows Server 2019 as Windows Server 2016Mark Benvenuto2020-02-111-2/+8
* SERVER-44705: Track time spent in each batchLingzhi Deng2020-02-112-1/+8
* SERVER-45297: Improve split error message for indivisibile chunksJosef Ahmad2020-02-111-2/+2
* SERVER-45577 Submit range deletion tasks on fixed executorJack Mulrow2020-02-114-31/+210
* SERVER-46069 Use invalidateShardForShardedCollection in the router's moveChun...Blake Oler2020-02-111-3/+3
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-1120-76/+337
* Revert "SERVER-44984 reduce index build thread pool default and index build e...William Schultz2020-02-114-18/+5
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in get...Lingzhi Deng2020-02-112-5/+68
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-1119-112/+112
* SERVER-46050 Use getLastAppliedOpTime rather than getHeartbeatAppliedOpTime f...Siyuan Zhou2020-02-101-1/+1
* SERVER-45982 Separate RequestState concept from NetworkInterfaceTL::CommandStateBen Caimano2020-02-102-186/+254
* SERVER-46049 Have _applyOperationsForTransaction() return a BadStatus instead...Jason Chan2020-02-101-4/+15
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-102-3/+36
* SERVER-46034 no deadline in test setup lockBilly Donahue2020-02-102-11/+7
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-108-16/+240
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-1010-59/+49
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-102-237/+1023