summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66139 Disable oplog visibility in standalone modeHenrik Edin2022-05-161-4/+7
* SERVER-65474 Remove comments about ObjectId in WiredTigerRecordStorer6.0.0-alpha1Louis Williams2022-04-121-4/+0
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-1/+1
* SERVER-61278 Guard capped clustered collections behind enableTestCommandsJosef Ahmad2022-01-181-12/+25
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-2/+25
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-1/+2
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-2/+3
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-12/+1
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-261-1/+2
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-2/+2
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-9/+20
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-0/+65
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-8/+12
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-2/+4
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-0/+103
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-161-0/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-43/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-1/+1
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-11/+10
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-14/+1
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-12/+12
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-9/+14
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-34/+34
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+16
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-16/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+16
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-300/+288
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-52/+51
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-12/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+5
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-20/+20
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-1/+0
* SERVER-15701 Pass the old object down to updateWithDamages in the formJohn Esmet2014-10-171-3/+5
* SERVER-13635: hook up mmapv1 record stores to harnessEliot Horowitz2014-10-151-2/+2
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-0/+7
* SERVER-13635 don't pass NULL opCtx in test harnessDavid Percy2014-10-011-21/+78
* SERVER-13635: make generic RecordStoreTestHarnessEliot Horowitz2014-09-171-0/+373