summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-301-3/+0
* SERVER-39037 Refactor check whether a replica set node is running in standalo...Gregory Wlodarek2019-01-251-21/+5
* SERVER-39130 Split up initialize_server_global_state.cppMark Benvenuto2019-01-241-0/+4
* SERVER-39131 Refactor storage engine lock file supportMark Benvenuto2019-01-231-1/+3
* SERVER-38162 Acquire RSTL on shutdown in mode XSamy Lanka2019-01-171-6/+24
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-161-1/+2
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-0/+2
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-1/+6
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-2/+1
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-2/+0
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-1/+2