summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/snapshot_helper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+2
* SERVER-59673 Exclude profiling from taking RSTL lockJordi Olivares Provencio2022-12-021-10/+10
* SERVER-67402 Fix race where linearizable read concern may read during primary...Henrik Edin2022-08-081-5/+10
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-071-34/+94
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-101-3/+4
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+11
* SERVER-55443 Do not report that read source need to be changed to lastApplied...Henrik Edin2021-04-011-0/+10
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-53299 Fix so AutoGetCollectionForReadLockFree only read replication st...Henrik Edin2020-12-141-10/+12
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-26/+54
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-051-23/+18
* SERVER-44529 Query yield recovery after a stepdown should switch to read at t...Louis Williams2020-05-151-0/+8
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-0/+151