summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-7/+2
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-4/+0
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-6/+7
* SERVER-77029 Set syncdelay in TestOplogTruncation before starting the checkpo...Gregory Wlodarek2023-05-111-20/+13
* SERVER-77019 Initialize service context in wiredtiger_begin_transaction_block...Gregory Wlodarek2023-05-111-0/+1
* SERVER-76923 Allow bypassing checks for untimestamped writes as standaloneGregory Wlodarek2023-05-102-9/+32
* SERVER-76775 Replace `iasserted` with `throw` in `throwWriteConflictException`Amirsaman Memaripour2023-05-041-4/+4
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-282-33/+4
* SERVER-75922 Fall back to old format partial index entry removal if an entry ...Dianna Hohensee2023-04-262-5/+72
* SERVER-76540 Skip updating dataSize if difference is 0Jordi Olivares Provencio2023-04-261-0/+6
* SERVER-76545 Increase log verbosity of WiredTiger KV Engine testJordi Olivares Provencio2023-04-261-5/+4
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-263-6/+13
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-253-13/+6
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-253-6/+13
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-73681 Remove catalog conflicting timestampGregory Wlodarek2023-04-192-25/+0
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-182-29/+24
* SERVER-76214 Log WiredTigerStats in WiredTigerStatsTest::EmptySessionGregory Wlodarek2023-04-181-1/+1
* SERVER-76049 Rename collection_markers files to collection_truncate_markersHaley Connelly2023-04-182-2/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-184-10/+11
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-142-2/+2
* SERVER-74883 Remove wallTime check from truncate markersJordi Olivares Provencio2023-04-121-2/+4
* SERVER-70201 Add interruptibility to WT::compact commands from the MDB layerDianna Hohensee2023-04-124-3/+121
* SERVER-73594: Add oplog application benchmarks for prepared transactionsLingzhi Deng2023-04-091-0/+5
* SERVER-67180 Pause startup_recovery_for_restore_needs_rollback.js before expe...Samy Lanka2023-04-071-0/+5
* SERVER-57213 Remove StorageGlobalParams::checkpointDelaySecs and fix changing...Gregory Wlodarek2023-04-072-5/+6
* SERVER-73695 Add JS test for primary crashing in the middle of committing spl...Lingzhi Deng2023-04-061-1/+1
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-2/+0
* SERVER-50861 Remove KVEngine pointer in CheckpointerGregory Wlodarek2023-04-041-105/+126
* SERVER-74684 Return logic to periodically flush the size storerDianna Hohensee2023-03-314-0/+20
* Revert "SERVER-73695 Add JS test for primary crashing in the middle of commit...liubov.molchanova2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-303-3/+3
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+6
* SERVER-73695 Add JS test for primary crashing in the middle of committing spl...Frederic Vitzikam2023-03-301-1/+1
* SERVER-75259 Fix race condition during earliest oplog timestamp initialisationJordi Olivares Provencio2023-03-292-5/+15
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-298-36/+53
* SERVER-75107 Make CollectionTruncateMarkers::pokeReclaimThread always notify ...Haley Connelly2023-03-291-1/+1
* SERVER-75081 Preserve OplogStone initialization behavior in OplogTruncateMarkersHaley Connelly2023-03-242-2/+55
* SERVER-74885 Refactor partial truncate markers support into its own classJordi Olivares Provencio2023-03-231-5/+2
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-167-28/+35
* SERVER-73599 Only handle ENOENT error when not able to open a checkpoint cursorYuhong Zhang2023-03-161-1/+1
* SERVER-74710 Reduce race with storage engine shutdown and RandomCursor destru...Gregory Wlodarek2023-03-141-0/+9
* SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang2023-03-142-6/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-6/+0
* SERVER-73599 Skip individually checkpointed indexes during background validationYuhong Zhang2023-03-101-1/+1
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-095-46/+6
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-095-0/+70
* SERVER-74642 WiredTigerRecordStore::printRecordMetadata() saves timestampsBenety Goh2023-03-081-0/+14
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-082-2/+5