summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_standard_record_store_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-14/+4
* SERVER-54567 Initialize isReadOnly in WiredTigerRecordStore::Params for unit ...Benety Goh2021-02-171-0/+1
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-0/+4
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-6/+11
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-0/+3
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-6/+3
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-50238 Initialize isReadOnly in WiredTigerRecordStore::Params for unit ...Gregory Wlodarek2020-11-021-0/+2
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+1
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-161-3/+3
* SERVER-42800 add support for overriding size adjustments to WiredTigerRecordS...Benety Goh2019-08-161-0/+3
* 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-1/+1
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-0/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-115/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-9/+15
* SERVER-38061 Implement the recovery unit test harness for BiggieSEGregory Wlodarek2018-11-121-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-3/+0
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-0/+3
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-10/+6
* SERVER-34713 Change WT size storer to just buffer writes, not cacheGeert Bosch2018-06-091-28/+21
* SERVER-32590: WT 3.6 <-> 4.0 upgrade/downgrade.Daniel Gottlieb2018-05-181-1/+9
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-3/+3
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-2/+3
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-34/+29
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-3/+7
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-12/+2
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-0/+464