summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71145 Allow observed `all_durable` to move backwardGregory Noma2022-11-081-41/+11
* SERVER-70838: Choose checkpoint_retention based on the sync delay.Daniel Gottlieb2022-10-271-1/+22
* SERVER-70601 Separate TicketHolder management from TicketHolder logicHaley Connelly2022-10-241-2/+3
* SERVER-69899 Dynamically size time series buckets based on workload and WT ca...Faustoleyva542022-10-181-1/+6
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-54/+75
* SERVER-70213 Check for specific error codes in checkpoint exception handlingYuhong Zhang2022-10-111-1/+2
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-2/+2
* SERVER-70213 Handle interruption errors from lock acquisitions when taking ch...Yuhong Zhang2022-10-061-1/+3
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-17/+26
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-2/+3
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-2/+2
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-0/+7
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-1/+1
* SERVER-69615 On shutdown retry size storer flush until successfulSulabh Mahajan2022-09-151-4/+9
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-071-98/+7
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-2/+2
* SERVER-69200 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-68907 Dump WiredTiger information on EBUSY before fatal assertionsGregory Wlodarek2022-09-061-0/+3
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-1/+5
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-251-1/+0
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-2/+6
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-2/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-5/+5
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-62/+16
* SERVER-67542 Refactor TicketHolders into a composed TicketHolderJordi Olivares Provencio2022-07-051-14/+2
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-011-0/+25
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-7/+11
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-0/+11
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-031-2/+5
* SERVER-65102 Add WT column storeIan Boros2022-04-301-2/+2
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+9
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-43/+15
* SERVER-65189 Run `DurableCatalogTest` with `wiredTiger`Gregory Noma2022-04-211-0/+19
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-3/+2
* SERVER-65001 Remove support for the old WiredTiger timestamp query APIGregory Wlodarek2022-04-201-23/+11
* SERVER-65001 Update timestamp query API calls for WiredTiger changeGregory Wlodarek2022-04-151-8/+18
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-111-7/+2
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-2/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-22/+61
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-61/+22
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-22/+61
* SERVER-65150 Run TSAN with `wiredTiger`Gregory Noma2022-04-061-11/+22
* SERVER-65286 Clear ident to namespace and UUID map during rollback in beginNo...Gregory Wlodarek2022-04-061-0/+5
* SERVER-63577 Introduce new unique index data formatsYuhong Zhang2022-04-061-2/+16
* SERVER-65139 Take global lock before fetching catalog entriesGregory Wlodarek2022-04-041-11/+14