summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-41089 Update mongos isMaster help stringA. Jesse Jiryu Davis2020-02-221-1/+1
* SERVER-46161 Increase number of PlanExecutor iterations before yielding to 1000.David Storch2020-02-222-3/+3
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-2213-6/+550
* SERVER-46129 Make ninja faster and contain all targets all the timeMathew Robinson2020-02-226-207/+195
* SERVER-46290 Skip evaluation of tautoligical MatchExpressionsJustin Seyster2020-02-223-7/+5
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-2111-68/+171
* SERVER-46306 Make cancelCommand integration tests wait for the command to acq...Cheahuychou Mao2020-02-214-45/+60
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-2112-1/+595
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2127-167/+814
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-2117-69/+51
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during r...Ben Caimano2020-02-215-152/+17
* SERVER-46235 re-enable jstests/sharding/read_write_concern_defaults_applicati...Mark Benvenuto2020-02-2112-28/+1
* SERVER-40943 Support fetching icecream toolchain tarballs from URLs in SConsMathew Robinson2020-02-214-566/+153
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-2112-30/+42
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-21668-793/+428
* SERVER-46258 Fix possible race in failWithErrorCodeInRuncommand failpointJason Chan2020-02-211-2/+2
* SERVER-46096 Add NINJA_PREFIXMathew Robinson2020-02-213-9/+28
* SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ...Alex Taskov2020-02-212-4/+8
* SERVER-46282 Do A/B releases of NinjaMathew Robinson2020-02-212-12/+1422
* SERVER-27675 Remove --allocator=system from --link-model=dynamic buildersAndrew Morrow2020-02-211-8/+4
* SERVER-46301 Add requires_persistence tag to SERVER-26369.jsRandolph Tan2020-02-211-0/+4
* SERVER-27675 Make all targets depend on the allocator shim to topsort it lastAndrew Morrow2020-02-214-13/+57
* SERVER-45676 Add tests with $geoNear, $text, and $indexStats in $unionWith su...Ted Tuckman2020-02-211-0/+128
* SERVER-46267: Use artifact links to determine bypass compile artifactsDavid Bradford2020-02-213-19/+35
* SERVER-39714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-215-17/+152
* SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter valuesSara Golemon2020-02-213-21/+90
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-2112-29/+158
* SERVER-32903 add initial_sync_ambiguous_index.js to multiversion blacklistRyan Timmons2020-02-211-0/+2
* SERVER-46029 Do not write core files in the hang analyzer when running locall...Mikhail Shchatko2020-02-215-5/+41
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-218-49/+18
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-2111-9/+59
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-2113-652/+2
* SERVER-46025 Startup warning if shardsvr starts has persisted CWRWC defaults ...Kevin Pulo2020-02-213-0/+34
* SERVER-45304 Include resolved IP address in rs.status()Amirsaman Memaripour2020-02-218-0/+640
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-208-18/+49
* SERVER-46248 mongoc_embedded_test.cpp should use mongo namespaceMark Benvenuto2020-02-201-2/+4
* SERVER-44780 Update 'Oplog Fetching' section of Replication Arch GuideSamyukta Lanka2020-02-201-16/+16
* SERVER-46250 increase resmoke HTTP POST timeout to 65 secondsRobert Guo2020-02-201-1/+1
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-209-40/+84
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry unt...Randolph Tan2020-02-204-103/+207
* SERVER-46235 Fix various multiversion tests, if version 4.2 use text logsHenrik Edin2020-02-203-11/+18
* SERVER-46009 Guard against uninitialized FCV during txns checksMaria van Keulen2020-02-201-2/+3
* SERVER-46268 Release client lock before asserting in TopoVersionObserver testsAmirsaman Memaripour2020-02-202-5/+25
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-2047-242/+549
* SERVER-46260 send printStackTrace to LOGV2, not to MallocFreeOStreamBilly Donahue2020-02-201-4/+4
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-203-26/+48
* SERVER-42936 Implement support for Client connections without OCSPShreyas Kalyan2020-02-202-1/+95
* SERVER-46279 Fix use-after-free when logging type that implements const std::...Henrik Edin2020-02-201-1/+1
* SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and core_txn...Henrik Edin2020-02-2030-94/+58
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-2013-2/+652