summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_begin_transaction_block.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76923 Allow bypassing checks for untimestamped writes as standaloneGregory Wlodarek2023-05-101-0/+11
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-2/+2
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-2/+2
* SERVER-65971: Add an API for untimestamped writes to suppress write_timestamp...Daniel Gottlieb2022-07-261-1/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-03-301-10/+3
* SERVER-62350 Refactor refreshSnapshot to use WT->reset_snapshotJordi Olivares Provencio2022-02-111-3/+0
* SERVER-62791 Modify setTimestamp to use stack allocationJordi Olivares Provencio2022-02-071-3/+9
* Revert "SERVER-62791 Modify setTimestamp to use stack allocation"Jordi Olivares Provencio2022-02-041-9/+3
* SERVER-62791 Modify setTimestamp to use stack allocationJordi Olivares Provencio2022-02-041-3/+9
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-3/+4
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-141-0/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-2/+5
* SERVER-41344 Format using fmt/format instead of snprintfGeert Bosch2019-05-311-14/+4
* SERVER-40470 Use roundup_timestamp API instead of round_to_oldestSulabh Mahajan2019-04-121-12/+18
* SERVER-40008 Storage Interface changes to specify rounding off for prepare an...Suganthi Mani2019-03-281-9/+23
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-0/+89