summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38128 Start periodic runner before the storage engineGregory Wlodarek2018-12-111-5/+7
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-6/+8
* SERVER-37339 Sharding state is set to initialized on Grid before sharding com...Esha Maharishi2018-12-051-0/+2
* SERVER-37636 Establish an index builds interface through which to access and ...Dianna Hohensee2018-11-281-0/+6
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-271-5/+19
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+4
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-231-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-4/+3
* SERVER-37430 Shut down PeriodicRunner before Sharding and Replication shutdownBlake Oler2018-10-031-5/+5
* SERVER-36002 Integrate and build biggie storage engineBen Judd2018-09-261-3/+2
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-09-261-1/+3
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-201-2/+2
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-2/+2
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-1/+1
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-131-3/+1
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-121-6/+7
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-2/+1
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-1/+2
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-0/+6
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-6/+0
* SERVER-36506 If authSchema validation fails on startup, log a message about u...Louis Williams2018-08-161-0/+3
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+6
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-10/+6
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-6/+12
* SERVER-31586 Use PeriodicRunner to refresh balancer configuration periodicallyMatthew Saltz2018-07-251-5/+5
* SERVER-35532 Set up record store and pass all unit tests.Ben Judd2018-07-251-1/+1
* SERVER-35531 New "biggie" storage engine starts up and registers selfBen Judd2018-07-251-3/+4
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-241-0/+2
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-1/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-10/+0
* SERVER-32509 Remove --repair error reporting and "mobile" referenceSulabh Mahajan2018-07-051-7/+0
* SERVER-32509 Report error for unsupported startup-options with Mobile SESulabh Mahajan2018-07-051-0/+15
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-0/+3
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+2
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-1/+1
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-1/+5
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-3/+7
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-1/+6
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-1/+1
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-2/+2
* SERVER-34934 Update reference to MongoDB "3.8" in MONGODB-CR startup errorSara Golemon2018-05-101-1/+1
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-091-0/+18
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-7/+7
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-3/+3