summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-051-0/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-1/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collec...smani872018-06-151-9/+0
* SERVER-33348 Remove checkpoint timestamp collectionVesselina Ratcheva2018-04-181-27/+1
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-161-5/+6
* SERVER-30472 writeCheckpointTimestamp needs to include its own write in check...Judah Schvimer2018-02-021-1/+3
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-1/+3
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-141-2/+9
* SERVER-29892 Add functions in ReplicationConsistencyMarkers to update the che...r3.5.11William Schultz2017-08-031-1/+25
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-221-3/+25
* SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-151-5/+5
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-0/+93