summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-1/+2
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-241-15/+16
* SERVER-64461: Replace WT_CACHE_FULL error with WT_ROLLBACK for durable engineYu Jin Kang Park2022-05-181-4/+7
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-55341: Reserve RecordIds in contiguous blocks in WiredTigerRecordStoreYu Jin Kang Park2022-05-061-5/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-11/+5
* SERVER-65885 Remove TestingProctor conditional on setting write_timestamp_usageGregory Wlodarek2022-04-221-17/+16
* SERVER-65474 Remove comments about ObjectId in WiredTigerRecordStorer6.0.0-alpha1Louis Williams2022-04-121-4/+4
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-22/+18
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-18/+22
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-22/+18
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-14/+14
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-11/+12
* SERVER-64498: Add WT_ROLLBACK check in addition to WT_CACHE_FULLYu Jin Kang Park2022-03-231-1/+2
* SERVER-60754: Ensure primaries write multikey paths in timestamp order.Daniel Gottlieb2022-03-091-6/+5
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-241-1/+10
* SERVER-63694: Recategorize WT timestamp assertions.Daniel Gottlieb2022-02-171-8/+18
* SERVER-63328 Relax checks for write lock to support spilling to temp WT recor...Eric Cox2022-02-161-3/+6
* SERVER-60839 Add TemporarilyUnavailable errorJosef Ahmad2022-02-151-1/+1
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-02-151-6/+4
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-081-8/+56
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-02-041-7/+20
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-49/+56
* Revert "SERVER-62650 Limit cache wait time when initializing RecordIds"r5.3.0-alpha1Louis Williams2022-02-021-18/+1
* SERVER-61203 Implement the WiredTiger version cursor in the record storeGregory Wlodarek2022-02-011-0/+66
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-02-011-1/+18
* SERVER-62658 Add cluster key size to metrics computationJordi Olivares Provencio2022-01-211-11/+35
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-2/+0
* SERVER-62383 Use durable_timestamp instead of commit_timestampFiona O'\''Chee2022-01-131-2/+2
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+21
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-10/+25
* SERVER-60727: Remove mixed mode updates on local.system.replsetLingzhi Deng2021-11-201-2/+0
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-51/+16
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-4/+15
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-151-0/+16
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+2
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-8/+16
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-051-1/+1
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest RecordI...Louis Williams2021-10-291-4/+16
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-211-4/+5
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-201-15/+0
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-191-0/+15
* SERVER-60245 Reduce RecordId copying in classic query engine collection scansLouis Williams2021-10-151-4/+3
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-1/+1
* SERVER-60493 Add the pinnedOplog timestamp to the oplog truncation thread's l...Dianna Hohensee2021-10-071-0/+1
* SERVER-55821 remove WiredTigerRecordStore::getRandomCursorWithOptions()Benety Goh2021-07-051-7/+1
* SERVER-55821 remove next_random_sample_size=1000 configuration in the oplog s...Benety Goh2021-07-041-5/+1
* SERVER-55821 log minBytesPerStone when sampling oplog for placing stonesBenety Goh2021-07-031-0/+1