summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-223-7/+7
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-6/+2
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-173-8/+20
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-166-15/+774
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-1/+1
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-13/+4
* SERVER-67125 Set control.closed flag when closing a time-series bucket that s...Gregory Wlodarek2022-06-151-2/+10
* SERVER-62693 Review downgrade requirements for defragmentation once 6.0 branc...Tommaso Tocci2022-06-151-9/+0
* SERVER-62737 Improve documentation of commitQuorum vs writeConcern in createI...Dianna Hohensee2022-06-143-3/+14
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+1
* SERVER-66934 Remove deprecated CollModCoordinatorPre60CompatibleTommaso Tocci2022-06-101-11/+0
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-3/+3
* SERVER-65572: Remove featureFlagClusterWideConfigVarun Ravichandran2022-06-093-34/+0
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-092-1/+15
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-081-1/+1
* Revert "SERVER-65572: Remove featureFlagClusterWideConfig"Varun Ravichandran2022-06-083-0/+34
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-0810-0/+77
* SERVER-64720 Remove CreateCollectionPre60CompatibleMarcos José Grillo Ramirez2022-06-081-7/+0
* SERVER-65572: Remove featureFlagClusterWideConfigVarun Ravichandran2022-06-073-34/+0
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-39/+1
* SERVER-66855 Reject setFCV when a split config is installedMatt Broadstone2022-06-062-4/+15
* SERVER-61601 Avoid upgrading locks when implicitly creating collection during...Yuhong Zhang2022-06-021-4/+2
* SERVER-62850 Delete RefineCollectionShardKeyCoordinator_NORESILIENT once 6.0 ...Tommaso Tocci2022-06-021-13/+0
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-2/+2
* SERVER-63264 Add an {all: 1} flag to the serverStatus cmd to output all secti...Dianna Hohensee2022-05-311-2/+8
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-312-3/+6
* SERVER-62264: Periodically refresh cluster server parameters on mongosVarun Ravichandran2022-05-284-73/+264
* SERVER-66848 Internal transactions test command API use should use owned BSONJack Mulrow2022-05-271-1/+1
* SERVER-66758 Remove usage of CancelableOperationContext when cleaning up inte...Jason Zhang2022-05-271-21/+12
* SERVER-65728: Audit cluster server parameters on startup, update, and retrievalVarun Ravichandran2022-05-275-16/+22
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-21/+17
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-251-2/+16
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-244-5/+5
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-2412-29/+26
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-233-3/+3
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-198-22/+30
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-1/+1
* SERVER-66352 Implement index hints for new optimizerSvilen Mihaylov2022-05-183-8/+61
* SERVER-66266 Better error message for timeseries assertionFaustoleyva542022-05-171-2/+2
* SERVER-63564 Remove downgrade check on index `prepareUnique` fieldYuhong Zhang2022-05-171-29/+0
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-1/+1
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-1/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-161-1/+10
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-111-4/+5
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-101-2/+3
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-102-2/+7
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-0910-70/+66
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-092-9/+13
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-091-1/+40