summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_record_store_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-281-32/+0
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-291-3/+4
* SERVER-75081 Preserve OplogStone initialization behavior in OplogTruncateMarkersHaley Connelly2023-03-241-0/+49
* SERVER-74472 Add ranged truncate method to RecordStoreJordi Olivares Provencio2023-03-031-0/+102
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-169/+177
* SERVER-46870 Generalize OplogStones into a reusable generic classJordi Olivares Provencio2023-02-241-61/+76
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-2/+4
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-71053 Fix WiredTigerRecordStore dataSize inconsistentYu Jin Kang Park2022-11-031-3/+5
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-9/+20
* SERVER-64856: Remove use of secondary WT_SESSION in getLatestOplogTimestampYu Jin Kang Park2022-07-051-10/+7
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-4/+3
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-3/+11
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-11/+3
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-3/+11
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-02-151-0/+50
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-1/+1
* SERVER-61278 Guard capped clustered collections behind enableTestCommandsJosef Ahmad2022-01-181-6/+6
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-0/+70
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-1/+25
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-151-0/+2
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-201-2/+0
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-191-0/+2
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-261-3/+2
* SERVER-56590 Oplog truncation should correctly handle overlapping stonesLouis Williams2021-05-111-1/+65
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-2/+2
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-98/+10
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-2/+2
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-4/+4
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-1/+0
* SERVER-51158 Must not truncate entire oplog before truncate point.Matthew Russotto2020-11-121-0/+76
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-8/+8
* SERVER-47258 Refactor the WiredTigerOplogManager: improve names, comments, logs.Dianna Hohensee2020-04-081-5/+5
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-071-0/+80
* SERVER-43656: Add an optimized method for querying the latest entry in the op...Daniel Gottlieb2019-10-231-0/+49
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* 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-8/+10
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-17/+17
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-22/+21
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-3/+17
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-3/+3
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-2/+2
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-10/+11
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-335/+20
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2017-07-051-54/+14