summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-184-14/+19
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-181-6/+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-187-1/+26
* 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-181-7/+7
* 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-181-1/+1
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-1614-11/+580
* 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-151-15/+14
* 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-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-1515-78/+100
* 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-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-144-4/+4
* 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-149-5/+511
* SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface use...Gregory Noma2020-02-146-3/+127
* SERVER-46162: Fix race in OplogFetcherAutoReconnectsButFails unit testLingzhi Deng2020-02-141-3/+13
* SERVER-45885 ReplicationCoordinator::canAcceptWritesFor() accepts NamespaceSt...Benety Goh2020-02-147-20/+28
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-147-26/+1
* 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-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-146-20/+383
* 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
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-1412-217/+236
* SERVER-45903 Allow sort with {$meta:'randVal'} on sharded clustersArun Banala2020-02-141-0/+4
* SERVER-45741 Use WaitForMajorityService in migration coordinator stepup taskJack Mulrow2020-02-141-17/+22
* SERVER-45815 Make observer for topologyVersion changeAmirsaman Memaripour2020-02-1311-13/+636
* 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-1311-9/+96
* 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-131-6/+7
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-137-1/+26
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-134-11/+15