summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-186-79/+91
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-182-7/+54
* SERVER-45950 TopologyManager should not use idl generated comparison operator...Janna Golden2020-02-184-26/+35
* SERVER-46224 JSON formatter escapes message stringHenrik Edin2020-02-181-3/+5
* SERVER-46086 Skip submitting ranges for deletion on secondaries.Max Hirschhorn2020-02-181-0/+4
* SERVER-45944 disallow downgrade to 4.2 if there is an index build in progressBenety Goh2020-02-181-0/+15
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-189-137/+219
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-1813-5/+66
* SERVER-46216 The dropIndexes command should not hold the global lock througho...Gregory Wlodarek2020-02-181-28/+44
* SERVER-28680: Fix naming of lastCommittedOp field in replSetRequestVotesXuerui Fa2020-02-188-57/+145
* SERVER-46026 Fix ssl suite when using JSON logsHenrik Edin2020-02-182-15/+15
* SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgradeNicholas Zolnierz2020-02-183-13/+37
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-02-183-5/+92
* SERVER-45422 Test that all isMaster fields respect the horizonTess Avitabile2020-02-181-0/+70
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-183-4/+29
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-1615-12/+656
* SERVER-44356 Set config server periodicNoopIntervalSecs to 1Bernard Gorman2020-02-162-2/+8
* SERVER-46026 Fix kill_sessions.js and logs_include_client_info.js to handle J...Henrik Edin2020-02-152-15/+38
* SERVER-37726 Make dropIndexes abort in-progress index buildsGregory Wlodarek2020-02-154-118/+382
* SERVER-37726 Add the ability to abort an index builder by the index names it ...Gregory Wlodarek2020-02-154-42/+191
* SERVER-37726 Add the ability for the CollectionIndexBuildsTracker to wait unt...Gregory Wlodarek2020-02-152-8/+37
* SERVER-46155 Restore root install of mongobridge in non-hygienic buildsAndrew Morrow2020-02-151-0/+3
* SERVER-46102 fix test to work under mac os xBenety Goh2020-02-151-0/+8
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-1520-93/+167
* Revert "SERVER-45975: Added --oplogMinRetention cli option"Benety Goh2020-02-156-50/+9
* SERVER-45885 remove redundant NamespaceStringOrUUID parameter from IndexBuild...Benety Goh2020-02-152-52/+23
* SERVER-45885 IndexBuildsCoordinator::_waitForCommitOrAbort() checks secondary...Benety Goh2020-02-152-7/+4
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-141-4/+4
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-149-7/+27
* SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for Mon...Mark Benvenuto2020-02-143-20/+55
* SERVER-45885 IndexBuildsCoordinator::shouldWaitForCommitOrAbort() checks seco...Benety Goh2020-02-141-5/+4
* SERVER-46171: NewOplogFetcher should check for shutdown before retrying the i...Lingzhi Deng2020-02-142-3/+43
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-146-9/+50
* SERVER-45885 add UUID support to ReplicationCoordinatorImpl::canAcceptWritesF...Benety Goh2020-02-142-6/+27
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-141-4/+5
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-1411-8/+516
* SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface use...Gregory Noma2020-02-1411-5/+135
* SERVER-46162: Fix race in OplogFetcherAutoReconnectsButFails unit testLingzhi Deng2020-02-141-3/+13
* SERVER-46102 Convert stacktrace_posix.cpp to logv2Billy Donahue2020-02-145-606/+174
* SERVER-46165 fix building unittests with --opt=offGabriel Russell2020-02-141-4/+4
* SERVER-45885 ReplicationCoordinator::canAcceptWritesFor() accepts NamespaceSt...Benety Goh2020-02-149-25/+35
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-1413-66/+5
* SERVER-40883 Remove the --noIndexBuildRetry server parameter flag and the sto...Gregory Wlodarek2020-02-145-53/+0
* SERVER-46098 Register/deregister operation with JS Scope for every function i...James Wahlin2020-02-142-8/+5
* SERVER-45885 add NamespaceStringOrUUID::db()Benety Goh2020-02-141-0/+10
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-1411-17/+40
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-1412-45/+532
* SERVER-45334 Service Name not respected in MSI InstallerMathew Robinson2020-02-141-4/+4
* SERVER-42617 Race in CloneDocumentsCatchesInsertErrors can causes it to retur...Tommaso Tocci2020-02-141-16/+20
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-1410-21/+154