summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75577 Allow specifying FCV on new mongodHuayu Ouyang2023-05-121-4/+33
* SERVER-76366 Add comment about minWireVersion on downgrading FCVHuayu Ouyang2023-04-211-0/+7
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-4/+12
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73648: Prohibit FCV downgrade to a rapid releaseXueruiFa2023-03-241-14/+34
* SERVER-74282 Require all internal server data cleanup be completed before all...Huayu Ouyang2023-03-141-35/+86
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-3/+2
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-1/+1
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-2/+2
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-2/+2
* SERVER-69183 Avoid creating unnecessary vectors in feature_compatibility_vers...Vesselina Ratcheva2022-09-061-3/+3
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-4/+6
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-191-11/+26
* SERVER-67946 added downgrading->upgrading path sharding testsLuxi Liu2022-08-191-2/+2
* SERVER-67958 added downgrading->upgrading path, always generate new timestamp...Luxi Liu2022-08-081-1/+9
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-9/+8
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-091-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-6/+4
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-3/+3
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-1/+1
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-8/+9
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-59813 Simplify ServerParameter construction and add formal readonly pa...Sara Golemon2021-12-301-9/+0
* SERVER-61005 rs.initiate() fails with "Invariant failure" under specific star...Huayu Ouyang2021-12-131-5/+8
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-031-5/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"auto-revert-processor2021-12-011-15/+5
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-301-5/+15
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"Uladzimir Makouski2021-11-231-15/+5
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-221-5/+15
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-181-2/+9
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-7/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-47/+42
* SERVER-58294 Improve interrupt detection when doing update for setFCV commandVesselina Ratcheva2021-08-191-0/+3
* SERVER-57602 Don't acquire FCV lock on reconfig triggered by signalDrainCompl...Jason Chan2021-06-151-0/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-2/+3
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-05-271-0/+42
* SERVER-47123 use collection lock to read FCV docBenety Goh2021-04-291-1/+2
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-271-18/+17
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-231-17/+76
* SERVER-55636: Narrow the scope of the setFeatureCompatibilityVersion lock to ...Jordi Serra Torrens2021-04-151-4/+3
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-261-2/+41
* SERVER-53894 Ensure updateFeatureCompatibilityVersionDocument() is idempotentAli Mir2021-02-051-2/+7
* SERVER-51474 Create FCV transition tableA. Jesse Jiryu Davis2020-10-201-102/+153
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-31/+70