summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-173-20/+21
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-173-21/+20
* SERVER-76908 Fix generation and format of the "createDatabase" op entriesPaolo Polato2023-05-171-1/+0
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-173-20/+21
* SERVER-77123 Make the readConcern for TransactionResources come from prerequi...Kaloian Manassiev2023-05-161-1/+1
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-4/+1
* SERVER-76903 Run multi-tenant change stream suites only on all-feature-flags ...Romans Kasperovics2023-05-161-4/+3
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-1511-15/+18
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-152-2/+2
* SERVER-77099 Account for OpMsg::sequence in write_ops::verifySizeEstimate fun...Mihai Andrei2023-05-131-3/+3
* SERVER-75577 Allow specifying FCV on new mongodHuayu Ouyang2023-05-122-4/+38
* SERVER-67659 Remove partial, TTL index check on time-series collections once ...Faustoleyva542023-05-121-73/+0
* SERVER-75683 Return error if encryptedFields contains eccCollectionShreyas Kalyan2023-05-121-0/+2
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-128-22/+73
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-122-6/+3
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+1
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-17/+15
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-113-15/+11
* SERVER-76630 Test QE cleanup can resume an interrupted compaction and vice versaErwin Pe2023-05-101-3/+13
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-104-6/+5
* SERVER-76086 Allow unsharded QE compact to run simultaneously on different en...Shreyas Kalyan2023-05-101-8/+0
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-102-2/+2
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-092-2/+2
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-092-7/+11
* SERVER-74192 execute commit phase of renameCollection in a single transactionEnrico Golfieri2023-05-091-8/+0
* SERVER-76626 Add a lock to the view namespace when renaming buckets collectio...Gil Alon2023-05-081-6/+23
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-083-0/+18
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-052-6/+6
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-3/+4
* SERVER-76625 Support basic modifier updates in TS_MODIFYAlyssa Wagenmaker2023-05-041-7/+11
* SERVER-76188 Integrate cleanup implementation with unsharded command invocationErwin Pe2023-05-045-88/+510
* SERVER-76654 Extend CollectionLock lifetime in dbHashGregory Wlodarek2023-05-041-2/+3
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-3/+3
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-043-11/+15
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-033-6/+6
* SERVER-76289 Block opening new change streams during shard split or shard mer...Mickey. J Winters2023-05-031-0/+13
* SERVER-75644 Abort an index build locally if the build state hasn't yet repli...Josef Ahmad2023-05-031-8/+3
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-032-50/+11
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-031-9/+0
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-021-1/+1
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-10/+16
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-1/+4
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-023-15/+11
* SERVER-73231 Support top-level 'let' variable in bulkWriteFrederic Vitzikam2023-05-022-9/+10
* SERVER-76665 Abort compaction operation if EmuBinary returns 0 for both posit...Erwin Pe2023-05-012-9/+22
* SERVER-69304: Remove featureFlagClusterWideConfigM2Varun Ravichandran2023-05-012-79/+1
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-2/+4
* SERVER-68373 Remove Pre-6.1 and Pre-7.0 compatible QE compact coordinatorsErwin Pe2023-04-282-28/+0
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-273-19/+57
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-4/+6