summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-3/+4
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+5
* SERVER-30464 edit startup warning when replset member started as standaloneKyle Suarez2018-03-191-3/+10
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-2/+0
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-8/+3
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-4/+6
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-0/+9
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-4/+2
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-201-4/+0
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-141-0/+1
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-2/+2
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-1/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-011-0/+4
* SERVER-32489 New main library for embedded to link and initialize the system ...Henrik Edin2018-01-311-439/+1
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-6/+4
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+19
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of...Vesselina Ratcheva2018-01-231-0/+9
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-4/+5
* Revert "SERVER-30347 Fail startup when running wiredTiger with --nojournal as...Vesselina Ratcheva2018-01-181-9/+0
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of...Vesselina Ratcheva2018-01-161-0/+9
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+2
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-4/+1
* Revert "SERVER-28822 Add new dbclient connection pool options"Jason Carey2018-01-021-4/+0
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-1/+6
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2017-12-201-0/+4
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-17/+6
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-2/+1
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-3/+3
* SERVER-31559 Merge GenericCursorManager into MongoProcessInterfaceBernard Gorman2017-11-141-4/+0
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-101-6/+13
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-0/+10
* SERVER-31724 Call TransportLayer shutdown during normal server shutdownJonathan Reams2017-11-021-10/+5
* SERVER-31611: Perform a clean shutdown and downgrade on an interpreted FCV 3.2.Daniel Gottlieb2017-10-271-26/+56
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-31607 Remove FeatureCompatibilityVersionInfo structJudah Schvimer2017-10-241-10/+10
* SERVER-31634 FeatureCompatibilityVersion::setIfCleanStartup() should store FC...Tess Avitabile2017-10-241-8/+3
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-15/+0
* SERVER-31137 Assert the in-memory fCV is initialized on startupMaria van Keulen2017-10-191-10/+27
* SERVER-29452 Handle missing featureCompatibilityVersion documentMaria van Keulen2017-10-161-0/+151
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-161-4/+4
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-15/+18
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+2
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-7/+9
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-9/+7