summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42525 Single-node replica sets shouldn't wait for electable caught up ...Mihai Andrei2019-09-091-11/+15
* SERVER-38163 Remove enqueue abilities from GlobalLock.Suganthi Mani2019-09-051-8/+1
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-0/+5
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-011-1/+5
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-011-0/+4
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-2/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-3/+2
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-2/+3
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-3/+2
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-06-251-2/+11
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-9/+7
* SERVER-41751 Stop Flow Control mechanism before PeriodicRunner shutdownMaria van Keulen2019-06-191-6/+6