summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-261-21/+2
* SERVER-34600 uassert if using getParameter to read uninitialized fCVMaria van Keulen2018-04-231-0/+4
* SERVER-33783 Make shards and mongos do full routing/filtering metadata refres...Martin Neupauer2018-04-161-4/+14
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-131-2/+22
* SERVER-33241 Abort all open transactions on FCV downgradeTess Avitabile2018-04-111-2/+11
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-7/+5
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-2/+4
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-154/+38
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-281-5/+8
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-271-69/+75
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-90/+6
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-231-26/+0
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-7/+6
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-201-2/+2
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-12/+5
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-86/+0
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-19/+104
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-4/+7
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-121-7/+2
* SERVER-31791 UUIDs should be added to local collections for replica sets only onXiangyu Yao2017-11-211-10/+15
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-1/+1
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-2/+34
* SERVER-31783 Prevent secondaries from generating UUIDs during upgradeGeert Bosch2017-11-081-7/+12
* SERVER-31633 If the featureCompatibilityVersion is 3.6, upgrading, or downgra...Tess Avitabile2017-10-271-2/+1
* SERVER-31254 Fail initial sync if fCV targetVersion is set or if there is no ...Judah Schvimer2017-10-271-17/+7
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31630 getParameter for featureCompatibilityVersion must expose targetV...Tess Avitabile2017-10-251-9/+30
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-9/+9
* SERVER-31607 Remove FeatureCompatibilityVersionInfo structJudah Schvimer2017-10-241-33/+31
* SERVER-31634 FeatureCompatibilityVersion::setIfCleanStartup() should store FC...Tess Avitabile2017-10-241-31/+41
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-1/+83
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-181-2/+1
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-25/+47
* SERVER-31231 prevent addShard and shardCollection from running concurrently w...Esha Maharishi2017-10-091-0/+2
* SERVER-30793 merge setFeatureCompatibilityVersion and _configsvrSetFeatureCom...Esha Maharishi2017-10-091-22/+17
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-9/+9
* SERVER-31315 expose the four distinct upgrade/downgrade states in serverGloba...Esha Maharishi2017-10-051-13/+8
* SERVER-31265 Mark new sessions as pending so terminateIfTagsDontMatch don't t...Henrik Edin2017-10-041-2/+1
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-87/+139
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-138/+87
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-281-87/+138
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-5/+8
* SERVER-30581 Remove repeated string constants related to featureCompatibility...Tess Avitabile2017-08-301-54/+64
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-3/+6
* SERVER-30117 Only update featureCompatibilityVersion parameter on commitMaria van Keulen2017-07-261-23/+20
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-251-0/+9
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-2/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-152/+47
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-1/+2