summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71306 Support RecoveryUnit decorations that are tied to snapshot lifetimeLouis Williams2022-11-161-53/+15
* SERVER-68256 Point-in-time instantiated collection lifetime is tied to the st...Gregory Wlodarek2022-10-051-9/+63
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-4/+12
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-3/+25
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-1/+4
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-9/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+9
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-16/+21
* SERVER-52557 Publishing a writable Collection to the catalog is done with a s...Henrik Edin2020-11-211-1/+43
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-241-0/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+9
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-1/+1
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-1/+1
* SERVER-44317 Reduce logging for registerChanges commitsDaniel Ernst2019-12-031-1/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-0/+16
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-0/+15
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+2
* SERVER-42020 Log commits of registerChangesEvgeni Dobranov2019-08-301-0/+1
* SERVER-18867 Restore _getState() to registerChange invariantMaria van Keulen2019-06-281-1/+1
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-241-0/+68