summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-153-6/+10
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-7/+0
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-011-0/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+7
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-072-5/+8
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-072-8/+5
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-062-5/+8
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-053-43/+43
* SERVER-65139 Improve namespace fetching performance in BackupBlock::_initiali...Gregory Wlodarek2022-04-011-2/+4
* SERVER-63387 Change std::vector for std::deque to allow efficient pop front. ...Yu Jin Kang Park2022-03-212-10/+10
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-4/+4
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-101-0/+6
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-222-3/+8
* SERVER-63638 make some backup cursor libraries private in wiredtiger and devn...Benety Goh2022-02-141-3/+3
* SERVER-63584 Avoid storing an OperationContext in the backup streaming cursorGregory Wlodarek2022-02-141-1/+2
* SERVER-62427 Return namespace with backupCursorMatt Kneiser2022-02-113-3/+9
* SERVER-62608 Add 'forRestore' option to StorageEngineOptionsGregory Wlodarek2022-02-021-0/+1
* SERVER-61203 Implement the WiredTiger version cursor in the record storeGregory Wlodarek2022-02-012-0/+5
* SERVER-62426 Backup cursor indicates which files are required to copy for sel...Gregory Wlodarek2022-01-272-8/+8
* SERVER-58865 remove unreachable invariant from devnull storage engineBenety Goh2022-01-131-3/+0
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-0/+5
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+2
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-302-6/+6
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-192-23/+9
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-182-0/+3
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-11-171-4/+4
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-8/+10
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-082-3/+3
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-031-0/+2
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-213-4/+6
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-142-7/+13
* SERVER-57810 Enable setting mock filenames for devnull KVEngine backup cursorali-mir2021-08-302-4/+11
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-3/+0
* SERVER-57504 Minimize the number of damages created for an internal time-seri...Yuhong Zhang2021-06-171-11/+2
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-261-6/+36
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-2/+4
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+2
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-1/+0
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+1
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-182-72/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+2
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-244-31/+16
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+2
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-182-2/+8
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-092-4/+4
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-032-0/+8
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-272-2/+1