summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-3/+46
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-20/+36
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-2/+2
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-28/+120
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-19/+18
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-21/+53
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-161-6/+9
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-051-0/+34
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+9
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-06-251-1/+4
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-1/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-2/+3
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-2/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-3/+3
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-3/+3
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collec...smani872018-06-151-26/+0
* SERVER-34215 Clear oplog truncate after point when clearing initial sync flagVesselina Ratcheva2018-06-111-0/+5
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-3/+2
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-33348 Remove checkpoint timestamp collectionVesselina Ratcheva2018-04-181-77/+4
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-7/+6
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-161-26/+18
* SERVER-30472 writeCheckpointTimestamp needs to include its own write in check...Judah Schvimer2018-02-021-4/+6
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-6/+0
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-32/+94
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-19/+39
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-141-8/+29
* SERVER-29892 Add functions in ReplicationConsistencyMarkers to update the che...r3.5.11William Schultz2017-08-031-3/+74
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-221-33/+85
* SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-151-54/+79
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-0/+207