summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-1361/+0
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-22/+6
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot windo...Lingzhi Deng2020-05-071-7/+0
* SERVER-47017 Attach topologyVersion to ShutdownErrors (mongod)Tess Avitabile2020-05-011-0/+6
* SERVER-46952 Create server parameter shutdownTimeoutMillisForSignaledShutdown...Tess Avitabile2020-04-291-6/+16
* SERVER-36841 Fix race between TTL thread and shutdownJamie Heppenstall2020-04-281-1/+2
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-0/+20
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-9/+7
* SERVER-47190: Shutdown command with force:true should ignore all stepdown errorsLingzhi Deng2020-04-221-22/+7
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-211-5/+13
* SERVER-47482 Shut down migrationutil executorMatthew Saltz2020-04-131-0/+7
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-46948 Increase shutdown timeoutSecs on mongodTess Avitabile2020-04-021-1/+1
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-011-80/+92
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-14/+17
* SERVER-46201 add ReplicaSetAwareService, convert Balancer to use itKevin Pulo2020-03-241-9/+1
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-1/+1
* SERVER-46799 Update log messages based on LOGV2 style guide.Max Hirschhorn2020-03-231-21/+34
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-1/+1
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-1/+1
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-0/+2
* SERVER-45009: Run onStepdown on the TransactionCoordinatorService to prevent ...Lamont Nelson2020-03-121-0/+5
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-021-0/+5
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-7/+4
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-17/+21
* SERVER-46137 Implement ReplicaSetNodeProcessInterface methods needed for $mergeGregory Noma2020-02-241-0/+7
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-0/+2
* SERVER-46025 Startup warning if shardsvr starts has persisted CWRWC defaults ...Kevin Pulo2020-02-211-0/+1
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-7/+8
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-0/+21
* SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface use...Gregory Noma2020-02-141-3/+5
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-6/+7
* SERVER-45963 Introduce ReplicaSetNodeProcessInterface and a new TaskExecutor ...Mihai Andrei2020-02-131-0/+22
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-74/+121
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-13/+34
* SERVER-45389 Add metrics tracking how often shards have inconsistent indexesCheahuychou Mao2020-02-061-0/+6
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-0/+3
* SERVER-43719 Load RWC defaults from persisted values during startupJack Mulrow2020-01-211-0/+11
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-161-6/+24
* SERVER-44442 Allow queryableBackupMode to perform replication recoveryGregory Wlodarek2020-01-061-0/+21
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-0/+3
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-0/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-35846 sanitize repl thread namesPavithra Vetriselvan2019-11-071-2/+3
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1