summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-031-111/+66
* SERVER-71047 Avoid mod with zero in 'ExternalDataSourceCommandsTest'Arun Banala2022-11-031-2/+2
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+1
* SERVER-70753 Make shards persist sampled write queriesCheahuychou Mao2022-11-021-0/+12
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-015-0/+43
* SERVER-70824 All serverless allowed commands should be allowed with security ...Sophia Tan2022-11-016-0/+29
* SERVER-70853 Time series namespace string should have tenant information in m...Sophia Tan2022-11-011-4/+4
* SERVER-70411 Serialize and deserialize DbCheckOplogBatch correctlymathisbessamdb2022-10-311-6/+12
* SERVER-62034 Prevent hybrid CQF for pipeline prefixes and subpiplinesBen Shteinfeld2022-10-311-0/+4
* SERVER-70103 Add mirroredReads succeeded and processed server status metricsAlex Li2022-10-311-0/+1
* SERVER-69978 Refactor TenantMigrationDonorService::Instance to use async RPC APIGeorge Wangensteen2022-10-311-0/+2
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-312-8/+8
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-298-13/+1159
* SERVER-70249: Include database in profile change log event.Colin Stolley2022-10-281-0/+1
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-2710-14/+49
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-5/+2
* SERVER-70751 Add tenantId to cluster parameter auditsGabriel Marks2022-10-271-6/+7
* SERVER-67597 Handle new time-series bucketing parameters on downgradeFaustoleyva542022-10-261-3/+18
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-268-14/+15
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-266-23/+20
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-241-9/+13
* SERVER-70246 Deprecate collStatsJacob Evans2022-10-241-0/+7
* SERVER-68313 Update ClusterServerParameterRefresher to be tenant-awareGabriel Marks2022-10-241-5/+4
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog e...auto-revert-processor2022-10-221-13/+9
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-211-9/+13
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-214-12/+15
* SERVER-70743 Make validate command tenant awarejannaerin2022-10-211-4/+8
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-216-28/+34
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
* SERVER-68735 CQF to classic fallback for out of scope command parametersBen Shteinfeld2022-10-201-0/+14
* SERVER-70390 Add $_externalDataSources option to aggregate command IDLYoonsoo Kim2022-10-191-1/+61
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-2/+0
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-1/+1
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-4/+1
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-0/+9
* SERVER-68597 Skip temporary collection hashes at the end of shard split passt...Didier Nadeau2022-10-141-0/+12
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-6/+6
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-121-1/+1
* SERVER-69369 Ensure collMod command works in multitenancy environmentDidier Nadeau2022-10-111-0/+4
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-1/+1
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-101-12/+10
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-0/+1
* SERVER-67594 Remove failpoint 'assertChangeStreamNssCollection'.Rishab Joshi2022-10-101-21/+0
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-1/+1
* SERVER-70356 Remove 'blocking' log message in the compact commandGregory Wlodarek2022-10-071-2/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-1/+1
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-3/+35
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany callsAdi Zaimi2022-10-061-0/+10
* SERVER-70238: Revert return empty vector for listDatabases when featureFlagRe...Adityavardhan Agrawal2022-10-051-9/+12
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-0532-218/+401