summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73334 Create disk space monitoring taskLouis Williams2023-02-131-0/+5
* SERVER-59419 Move runWithoutInterruptionExceptAtGlobalShutdown to OperationCo...George Wangensteen2023-02-081-1/+4
* SERVER-73506 Make mongod shut down the QueryAnalysisSampler on shutdownCheahuychou Mao2023-02-031-1/+5
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-3/+6
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-021-0/+3
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-13/+0
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-2/+0
* SERVER-72454 Support restarting a config server in shard modeJack Mulrow2023-01-101-11/+10
* SERVER-72422 FCBIS may never truncate the oplog (tests)Matthew Russotto2023-01-061-0/+5
* SERVER-72498 lint against rand and srandBilly Donahue2023-01-041-2/+2
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-18/+1
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-1/+18
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-18/+1
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-1/+9
* SERVER-71807: Add --magicRestore flag and entrypoint.Daniel Gottlieb2022-12-071-0/+7
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-13/+34
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-011-1/+6
* SERVER-70011 Restrict named pipe path using start-up parameterYoonsoo Kim2022-11-291-0/+12
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-281-5/+5
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-4/+5
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-111-0/+5
* SERVER-67862 Make ShardingStateRecovery::endMetadataOp() persist the configTi...Antonio Fuschetto2022-11-111-1/+1
* SERVER-70916: Don't acquire mutex in blocker registry methodChristopher Caplinger2022-11-041-0/+4
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+2
* SERVER-70473 Make shards support persisting sampled read queriesCheahuychou Mao2022-11-011-0/+10
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-2/+30
* SERVER-70352 Create statistics cache at the startupMisha Tyulenev2022-10-171-0/+6
* SERVER-69901 Moved `initializeCommandHooks` to before `ServiceEntryPoint` is setCelina Tala2022-10-101-3/+3
* SERVER-69740 Make config server track query analysis configurations in memoryCheahuychou Mao2022-10-041-0/+3
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-281-6/+8
* Revert "SERVER-66717 Guard change collection code with the serverless flag."Sviatlana Zuiko2022-09-261-8/+6
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-261-6/+8
* SERVER-69682 Add enableComputeMode start-up parameterYoonsoo Kim2022-09-191-0/+13
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-2/+4
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-69410 Fixed initalization race condition for command hooksAlexander Neben2022-09-021-2/+2
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-1/+5
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-0/+3
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-211-2/+7
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-5/+5
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-6/+3
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-0/+5
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-68161 Do not wait for ShardRegistry reload at startupTommaso Tocci2022-07-201-3/+2
* SERVER-67508 add OplogWriterTransactionProxyBenety Goh2022-07-161-2/+3
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-3/+7
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-4/+4
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-28/+29