summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* no more 5.3SERVER-71068-v6.0Matt Boros2023-01-101-3/+2
* test fixMatt Boros2023-01-091-62/+24
* remove fcv startup check, add downgrade checkMatt Boros2023-01-061-0/+37
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-011-1/+1
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-221-33/+11
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-221-11/+33
* SERVER-66541 Rely on a refresh to define the metadata barrierSergi Mateo Bellido2022-06-201-0/+24
* Revert "SERVER-66541 Clear the filtering metadata on setFCV"Sergi Mateo Bellido2022-06-201-46/+0
* SERVER-66541 Clear the filtering metadata on setFCVSergi Mateo Bellido2022-06-141-0/+46
* SERVER-66758 Remove usage of CancelableOperationContext when cleaning up inte...Jason Zhang2022-06-061-21/+12
* SERVER-66565 Create config.transactions partial index in setFCVJack Mulrow2022-05-241-0/+45
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-101-6/+10
* SERVER-66110 Downgrading FCV can cause the active txnNumber on TransactionPar...Cheahuychou Mao2022-05-051-0/+1
* SERVER-66211 setFCV downgrade can overwrite the state for the latest txnNumbe...Cheahuychou Mao2022-05-041-9/+27
* SERVER-65015 Granular locks for synchronizing orphans trackingAllison Easton2022-05-031-4/+1
* SERVER-62266: Serialize setClusterParameter and drop cluster parameter collec...Varun Ravichandran2022-04-221-1/+26
* SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordi...Erwin Pe2022-04-121-0/+11
* SERVER-64171 Resize Cluster Chunks when downgrading to 5.xPaolo Polato2022-04-121-24/+13
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-0/+16
* SERVER-63725 Block FCV downgrade on User Write Block ModeSpencer Jackson2022-04-051-0/+24
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-4/+6
* SERVER-65047 Strengthen guarantees for resharding aborting across FCVsBrett Nawrocki2022-04-011-5/+5
* SERVER-64826 Upgrade/downgrade for collMod coordinatorRui Liu2022-03-311-1/+1
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-11/+18
* SERVER-62584 Review downgrade requirements for defragmentation once 5.3 branc...Tommaso Tocci2022-03-221-4/+2
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with...Tommaso Tocci2022-03-221-18/+11
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-221-11/+18
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-0/+7
* SERVER-64343 Integration tests for orphans tracking during upgrade/downgradePierlauro Sciarelli2022-03-101-3/+3
* SERVER-63666 set/clear numOrphanDocs field in RangeDeletions during setFCVPaolo Polato2022-03-031-0/+15
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+0
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-2/+2
* SERVER-63563 Remove outdated TODOs for `disallowNewDuplicateKeys` fieldYuhong Zhang2022-02-231-1/+0
* SERVER-63088 Enable chunk version persisted format change by default and ensu...Marcos José Grillo Ramirez2022-02-211-4/+8
* SERVER-63088 Change chunk version persistance formatMarcos José Grillo Ramirez2022-02-181-10/+16
* SERVER-63501 Disallow downgrade when the index `disallowNewDuplicateKeys` fie...r6.0.0-alphaYuhong Zhang2022-02-151-0/+30
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-111-0/+19
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-3/+3
* Revert "SERVER-63089 Disallow downgrade when the index comment field exists"Shin Yee Tan2022-02-071-27/+0
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-7/+9
* SERVER-63089 Disallow downgrade when the index comment field existsYuhong Zhang2022-02-021-0/+27
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-7/+5
* SERVER-62849 Drain recoverable RefineCollectionShardKeyCoordinators on FCV do...Jordi Serra Torrens2022-02-011-0/+13
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-21/+2
* SERVER-62418 Drain recoverable ReshardCollectionCoordinators on FCV downgradeJordi Serra Torrens2022-01-281-1/+18
* SERVER-62967 Re-throw the original error code on pre-images collection deleti...Denis Grebennicov2022-01-261-1/+1
* SERVER-62208 Implement upgrade/downgrade behaviour for collMod coordinatorRui Liu2022-01-251-0/+10
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-12/+14
* SERVER-62757 Rename balancerShouldMergeChunks command parameterTommaso Tocci2022-01-201-1/+1
* SERVER-62583 Unset collection-specific balancer fields upon setFCV < 5.3Pierlauro Sciarelli2022-01-181-0/+11