summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67401 Remove unused parameter in `writePidFile`Gregory Noma2022-06-211-1/+1
* SERVER-65733: remove SNMP moduleAdam Rayner2022-06-201-3/+0
* SERVER-7240 Delay writing PID file to the end of startupGregory Noma2022-06-101-4/+8
* SERVER-65572: Remove featureFlagClusterWideConfigVarun Ravichandran2022-06-091-4/+1
* Revert "SERVER-65572: Remove featureFlagClusterWideConfig"Varun Ravichandran2022-06-081-1/+4
* SERVER-65572: Remove featureFlagClusterWideConfigVarun Ravichandran2022-06-071-4/+1
* SERVER-66973 Eagerly reap config.transactions entries for retryable sessionsJack Mulrow2022-06-071-0/+4
* SERVER-66058 Only start shard split components in serverless modeMatt Broadstone2022-05-311-3/+9
* SERVER-65728: Audit cluster server parameters on startup, update, and retrievalVarun Ravichandran2022-05-271-1/+4
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-211-0/+3
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-201-3/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-191-0/+3
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-181-3/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-181-0/+3
* SERVER-66082: Propagate cluster server parameters to new nodes during file-co...Varun Ravichandran2022-05-131-4/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-2/+2
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-2/+9
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-1/+1
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-19/+4
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-0/+6
* SERVER-64097 replace CommandInvocationHooksHandle with a unique_ptrMatt Diener2022-03-111-1/+1
* SERVER-63521 Add UserWriteBlockModeOpObserver to enforce write blockingGabriel Marks2022-03-031-0/+3
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-221-1/+1
* SERVER-62263 Add ClusterServerParameterOpObserverSara Golemon2022-02-181-0/+10
* SERVER-63562 Remove side write tracker for collMod converting index to uniqueYuhong Zhang2022-02-171-3/+0
* SERVER-63473 Create SetUserWriteBlockMode configsvr coordinatorJordi Serra Torrens2022-02-111-0/+2
* Revert "SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shu...Daniel Vitor Morilha2022-01-281-1/+1
* SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shutdown` u...Daniel Vitor Morilha2022-01-241-1/+1
* SERVER-61772 Implement tenant access blocker for shard splitDidier Nadeau2022-01-211-0/+3
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+0
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-17/+0
* SERVER-58692: Introduce cluster-wide pre-image expiration parameter.Rishab Joshi2022-01-121-0/+2
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-61699 Abort startup if audit log rotate failsAdam Rayner2021-12-211-1/+12
* SERVER-61486 add CollModOpObserverBenety Goh2021-12-031-0/+3
* SERVER-61494 Fix "mongod --shutdown" to check size of "mongod.lock" instead o...Tianon Gravi2021-11-301-1/+11
* SERVER-61729 Rename TenantSplit to ShardSplitDidier Nadeau2021-11-301-2/+2
* SERVER-60865 Implement DonorAbortSplit commandDidier Nadeau2021-11-151-0/+2
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-101-0/+28
* SERVER-61048 Make BackupCursorService use current engine instead of storing a...Moustafa Maher Khalil2021-11-021-1/+1
* SERVER-60362 Implement KMIP-based Audit Log EncryptionGabriel Marks2021-11-011-0/+1
* SERVER-60870 adding automation test case for read/write access aftermathisbessamdb2021-10-291-2/+5
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-0/+2
* SERVER-60293 Remove duplicate log when FTDC shutdownDidier Nadeau2021-10-191-1/+0
* SERVER-25042 Start up FTDC earlier during server startupSara Golemon2021-10-111-13/+13
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+1
* SERVER-59665 Integrate FileBasedInitialSyncer recovery into mongodb s…Matthew Russotto2021-09-151-0/+4
* Revert "SERVER-25042 Start up FTDC earlier during server startup"Sara Golemon2021-09-131-8/+8