summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-2/+6
* SERVER-71148 Re-enable assertion in `AllDurableTimestamp` testGregory Noma2023-02-091-2/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-083-28/+39
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-0/+10
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-162-28/+27
* SERVER-71150 Temporarily disable assertion in `AllDurableTimestamp`Gregory Noma2022-11-161-2/+2
* SERVER-71145 Allow observed `all_durable` to move backwardGregory Noma2022-11-081-42/+16
* SERVER-71006 Fix race where a reader does not observe a concurrent multikey w...Henrik Edin2022-11-081-0/+7
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-041-0/+121
* SERVER-69899 Dynamically size time series buckets based on workload and WT ca...Faustoleyva542022-10-181-0/+7
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-0/+6
* SERVER-69997 Implement two-phase commit of writable collection instancesHenrik Edin2022-10-061-0/+2
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-061-5/+70
* Revert "SERVER-68267 create function to search for durable catalog entry by n...auto-revert-processor2022-10-061-67/+5
* SERVER-68267 create function to search for durable catalog entry by namespaceDianna Hohensee2022-10-051-5/+67
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-032-2/+2
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-262-6/+12
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-1/+0
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-0/+7
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-161-1/+1
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-164-25/+162
* SERVER-67766 Log index and collection successful dropLeonardo Menti2022-09-081-0/+4
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-072-0/+22
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-0/+22
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-292-5/+82
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-2/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-062-5/+1
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-012-0/+14
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-273-9/+9
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-162-1/+6
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-11/+17
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-062-1/+4
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-041-0/+3
* SERVER-65241 Remove `isEphemeral` checks in `KVEngineTestHarness`Gregory Noma2022-04-291-27/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-282-2/+2
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-282-0/+14
* SERVER-66001 Remove `isEphemeral` check in `AllDurableTimestamp` testGregory Noma2022-04-271-5/+0
* SERVER-65191 Run `StorageEngineRepairTest` with `wiredTiger`Gregory Noma2022-04-211-1/+4
* SERVER-65189 Run `DurableCatalogTest` with `wiredTiger`Gregory Noma2022-04-212-89/+122
* SERVER-65001 Remove support for the old WiredTiger timestamp query APIGregory Wlodarek2022-04-201-34/+25
* SERVER-65001 Update timestamp query API calls for WiredTiger changeGregory Wlodarek2022-04-151-0/+2
* SERVER-65545 Delegate `ClockSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-2/+0
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-072-9/+21
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-074-58/+83
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-074-83/+58
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-064-58/+83