summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-1/+3
* SERVER-59053 VectorClock is not gossiped in sessions started by a direct-to-s...Tommaso Tocci2021-12-161-10/+14
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-42/+2
* SERVER-58098 Remove TODOs referencing SERVER-48432Kaloian Manassiev2021-06-281-4/+0
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-041-0/+7
* SERVER-48435 Rename logical_clock.idl to vector_clock.idlJordi Serra Torrens2020-10-261-1/+1
* SERVER-51074 VectorClock is not gossiped correctly on newly started sessionsTommaso Tocci2020-09-241-2/+10
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-171-13/+0
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-0/+13
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-1/+9
* SERVER-49353 Refactor VectorClock's protected APIPierlauro Sciarelli2020-08-271-9/+21
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-6/+0
* SERVER-49921 Pull the `_vectorClockPersist` command out of the 'vector_clock_...Kaloian Manassiev2020-08-111-1/+0
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-1/+1
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-3/+3
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-1/+1
* SERVER-48717 Implement the persist/recover functionalities of the VectorClock...Pierlauro Sciarelli2020-07-161-0/+7
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-0/+1
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-2/+1
* SERVER-49315 Allow definition of custom vector clock gossip formatsPierlauro Sciarelli2020-07-071-45/+17
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-4/+4
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-1/+4
* SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabledKevin Pulo2020-06-161-0/+6
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-43/+268
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+201