summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-25/+24
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-0/+2
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-2/+0
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-0/+2
* SERVER-41345 Do not Flow Control after ticket refresher has shut downMaria van Keulen2019-05-311-0/+7
* SERVER-39671: Added warnings for flags sslAllowInvalidCertificates and sslAll...Roxane2019-05-301-12/+0
* SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block ...Gregory Wlodarek2019-05-171-1/+1
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-1/+1
* SERVER-41023 Move Storage Node Watchdog to communityMark Benvenuto2019-05-131-2/+4
* Revert "SERVER-41023 Move Storage Node Watchdog to community"Mark Benvenuto2019-05-131-4/+2
* SERVER-41023 Move Storage Node Watchdog to communityMark Benvenuto2019-05-131-2/+4
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-3/+11
* SERVER-40823 Enable Flow Control in testingMaria van Keulen2019-05-081-0/+5
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40932 Increase ServiceExecutor shutdown timeoutJonathan Reams2019-05-021-1/+1
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-1/+0
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterA. Jesse Jiryu Davis2019-04-151-1/+7
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-40336 Use SecureRandom to seed the random number generator in replicat...Siyuan Zhou2019-04-081-1/+2
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-2/+10
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-19/+6
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+5
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-1/+24
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-10/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39525 move IndexBuildsCoordinator::shutdown() outside the RSTL lock, b...Dianna Hohensee2019-02-261-5/+4
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0