summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵HEADmasterauto-revert-processor2023-05-183-1/+9
| | | | | | the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
* SERVER-76635 Override SerializationContext when parsing agg requestsHugh Tong2023-05-174-9/+32
|
* SERVER-72989 Attach stmtIds to bulkWrite request sent by mongoskauboy262023-05-173-21/+26
|
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev2023-05-173-9/+1
| | | | class name
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-173-20/+21
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-173-21/+20
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* 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
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-77123 Make the readConcern for TransactionResources come from ↵Kaloian Manassiev2023-05-161-1/+1
| | | | prerequisites
* 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
| | | | | | | | | variants Additionally: - remove the invariant that might be triggered by changing the FCV in tests - remove serverless change stream feature flag dependency from change stream option validation - remove serverless change stream feature flag dependency from run_aggregate.cpp
* SERVER-75276 writeConflictRetry should properly be using a ↵Sophia Tan2023-05-1511-15/+18
| | | | NamespaceStringOrUUID instead of a StringData
* 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 ↵Mihai Andrei2023-05-131-3/+3
| | | | functions
* 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
| | | | FCV 7.0 becomes last-lts
* 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 ↵mathisbessamdb2023-05-122-6/+3
| | | | take in DatabaseName obj
* 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 ↵Shreyas Kalyan2023-05-101-8/+0
| | | | encrypted namespaces
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-102-2/+2
| | | | This reverts commit b6eab7e7d83b10cef5c57f781c1751b465aade9f.
* 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 ↵Gil Alon2023-05-081-6/+23
| | | | collection for $out
* 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 ↵Gregory Wlodarek2023-05-043-11/+15
| | | | | | immutable" This reverts commit c4652075a355b6662ad9dc283e71f326d342b13d.
* 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 ↵Mickey. J Winters2023-05-031-0/+13
| | | | merge critical section
* SERVER-75644 Abort an index build locally if the build state hasn't yet ↵Josef Ahmad2023-05-031-8/+3
| | | | replicated
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-032-50/+11
|
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate ↵Arun Banala2023-05-031-9/+0
| | | | command after 7.0
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling ↵David Storch2023-05-021-1/+1
| | | | | | | | | | in debug builds This behavior is intended to provide extra test coverage for $group spilling. In the past, the extra spilling happened unless disk use was explicitly enabled. Now that disk use is allowed by default, it makes more sense to spill unless disk use is explicitly disallowed.
* 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 ↵Erwin Pe2023-05-012-9/+22
| | | | positions
* SERVER-69304: Remove featureFlagClusterWideConfigM2Varun Ravichandran2023-05-012-79/+1
|