summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-65999 Fix the sharding test for two simultaneous compactsErwin Pe2022-05-091-0/+5
|
* SERVER-65029 Make profile command strict to trueZixuan Zhuang2022-05-061-1/+1
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0659-58/+174
|
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-051-2/+2
|
* SERVER-66110 Downgrading FCV can cause the active txnNumber on ↵Cheahuychou Mao2022-05-041-0/+1
| | | | TransactionParticipant to change between session yielding and unyielding
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-043-11/+9
|
* SERVER-66211 setFCV downgrade can overwrite the state for the latest ↵Cheahuychou Mao2022-05-041-9/+24
| | | | txnNumber during internal transactions config.transactions entries removal
* SERVER-65810: Disable test-only cluster server parameters when ↵Varun Ravichandran2022-05-041-5/+21
| | | | enableTestCommands is false
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-043-0/+12
|
* SERVER-66167 remove case for deleting all esc/ecc entries in compactErwin Pe2022-05-042-62/+68
|
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-9/+0
|
* SERVER-65167 Remove usage of std:tie in fle_crud.cppMark Benvenuto2022-05-021-14/+22
|
* SERVER-65832 Block mongod CompactStructuredEncryptionData on shard serverMark Benvenuto2022-05-021-0/+6
|
* SERVER-65319 Count explicit use of allowDiskUse:falseRomans Kasperovics2022-05-023-5/+14
|
* SERVER-60912 Remove FCV references for time-series measurement indexesGregory Wlodarek2022-04-281-132/+0
|
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to ↵Amirsaman Memaripour2022-04-2814-15/+13
| | | | WriteConflictException
* SERVER-65449 Add $tenant field to IDL for commandsSophia Tan2022-04-282-6/+1
|
* SERVER-64970 Start generating new v2 resume token format for all events by ↵Arun Banala2022-04-281-6/+6
| | | | default
* SERVER-65897 Remove SBE plan cache entries from the corresponding collection ↵Ruoxin Xu2022-04-271-8/+21
| | | | when an index filter is set or cleared
* SERVER-65826 Fix corrupted collection pointers saved in ↵Rui Liu2022-04-261-0/+8
| | | | MultipleCollectionsAccessor
* SERVER-65015 Granular locks for synchronizing orphans trackingAllison Easton2022-04-261-4/+1
|
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-2/+3
|
* SERVER-65699 delete test-only 'sbe' commandKyle Suarez2022-04-221-1/+0
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-229-11/+14
|
* SERVER-64986 Add concurrency workloads that test internal transactions using ↵Cheahuychou Mao2022-04-221-4/+0
| | | | test command
* SERVER-62266: Serialize setClusterParameter and drop cluster parameter ↵Varun Ravichandran2022-04-222-5/+32
| | | | collection during FCV 6.0 downgrade
* SERVER-64077 Remove `featureFlagCommandsAcceptCollectionUUID`Gregory Noma2022-04-211-10/+4
|
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation ↵Jack Mulrow2022-04-202-12/+12
| | | | and simplify construction
* SERVER-65695 Delete checks for atomic query knobs when getting secondary ↵Mihai Andrei2022-04-201-3/+1
| | | | namespaces
* SERVER-65483 Add tests for compact contention with concurrent FLE2 inserts ↵Erwin Pe2022-04-202-12/+56
| | | | and deletes
* SERVER-63263 Add metric for connection establishment once MongoDB accepts() ↵Reo Kimura2022-04-191-1/+3
| | | | a new connection on a socket
* SERVER-65707 Remove FCV-gating for $lookup pushdownYoonsoo Kim2022-04-181-3/+1
|
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-151-1/+1
|
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by ↵Sophia Tan2022-04-142-2/+2
| | | | TenantDatabaseName
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-131-0/+9
|
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+2
| | | | Co-authored-by: Ethan Zhang [ethan.zhang@mongodb.com](mailto:ethan.zhang@mongodb.com)
* SERVER-58225 Enable featureFlagSbePlanCacheDavid Storch2022-04-131-1/+0
|
* SERVER-64722 Adjust expected top count in profile_lookup.js depending on ↵Mihai Andrei2022-04-131-1/+2
| | | | status of pushed down $lookup
* SERVER-63081 Create a test command for internal transactionsSanika Phanse2022-04-123-0/+147
|
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-123-4/+8
|
* SERVER-59922: Use FCV check with feature flag in replica set setClusterParameterAdam Rayner2022-04-121-3/+4
|
* SERVER-65170 Integrate FLE compact into ↵Erwin Pe2022-04-124-7/+27
| | | | CompactStructuredEncryptionDataCoordinator
* SERVER-64171 Resize Cluster Chunks when downgrading to 5.xPaolo Polato2022-04-121-24/+13
|
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-123-380/+0
|
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+8
|
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-111-0/+19
|
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-3/+1
| | | | This reverts commit 7ef335b60fe16e4bd846eff3c8ca2828df8af31a.
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-113-32/+56
|
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push ↵Marcos José Grillo Ramirez2022-04-111-1/+2
| | | | parameters on newly added shards
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-093-2/+23
|