summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-0/+3
* SERVER-49353 Refactor VectorClock's protected APIPierlauro Sciarelli2020-08-271-50/+44
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-25/+7
* SERVER-49921 Pull the `_vectorClockPersist` command out of the 'vector_clock_...Kaloian Manassiev2020-08-111-5/+12
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-17/+16
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-3/+31
* SERVER-48717 Implement the persist/recover functionalities of the VectorClock...Pierlauro Sciarelli2020-07-161-9/+5
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-0/+26
* SERVER-49315 Allow definition of custom vector clock gossip formatsPierlauro Sciarelli2020-07-071-3/+29
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+1
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-1/+3
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-14/+128
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+148