summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-1415-241/+339
* SERVER-45903 Allow sort with {$meta:'randVal'} on sharded clustersArun Banala2020-02-142-34/+18
* SERVER-45741 Use WaitForMajorityService in migration coordinator stepup taskJack Mulrow2020-02-141-17/+22
* SERVER-45815 Make observer for topologyVersion changeAmirsaman Memaripour2020-02-1313-13/+647
* SERVER-46131 Fix race in retry loops in MigrationSourceManagerEsha Maharishi2020-02-131-14/+16
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-1313-9/+102
* SERVER-45567 set parameter structured logging fixGabriel Russell2020-02-131-7/+15
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-137-142/+234
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-1313-5/+66
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-1314-30/+78
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-139-94/+158
* SERVER-45963 Introduce ReplicaSetNodeProcessInterface and a new TaskExecutor ...Mihai Andrei2020-02-1313-163/+558
* SERVER-45791 The db.collection.explain().mapReduce() shell helper should acce...James Wahlin2020-02-131-3/+12
* 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