summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/write_unit_of_work.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67281 move BatchedWriteContext logic out of WriteUnitOfWork into OpObs...Benety Goh2022-06-291-10/+6
* SERVER-67281 remove unused logging header from WriteUnitOfWork implementationBenety Goh2022-06-281-4/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-0/+4
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-9/+8
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-1/+0
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-12/+26
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-2/+26
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-0/+3
* SERVER-46524 ephemeralForTest storage engine does not need to update the oplo...Dianna Hohensee2020-03-031-0/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-0/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38499: Enforce oplog visibility at the MongoDB layer.Daniel Gottlieb2019-01-241-0/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-0/+12
* SERVER-35376 remove implicit abort on prepare transactionJudah Schvimer2018-06-181-1/+0
* SERVER-34423 Avoid reloading UUID on collMod rollbackGeert Bosch2018-05-011-1/+1
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-13/+18
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-8/+11
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+96