summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set_test.cpp
AgeCommit message (Expand)Author
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2023-06-24SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6Daniel Moody
2021-04-09SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams
2021-02-24SERVER-54721 WorkingSetMember to support serializing and de-serializing Objec...Gregory Wlodarek
2021-02-10SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams
2021-01-29SERVER-53982 RecordId supports ObjectId typeLouis Williams
2020-08-01SERVER-49800 fix use-after-move violations in testsBenety Goh
2020-02-05SERVER-45854 Hold WorkingSetMembers at a distance for sorting.David Storch
2019-10-01SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch
2019-09-13SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch
2019-09-12SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch
2019-08-29SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer
2019-08-01SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...David Storch
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-02-05SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin
2015-07-01SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-10SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow
2015-02-13SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn
2015-02-02SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz
2015-01-15SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow
2015-01-07SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch
2013-11-22SERVER-10566 WorkingSet cleanup and optimizationMathias Stearn
2013-09-06SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen
2013-08-14SERVER-10026 fix working set testHari Khalsa
2013-07-01SERVER-10026 interfaces, index scan stage, debug cmd, jstestHari Khalsa