index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
working_set_test.cpp
Age
Commit message (
Expand
)
Author
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2023-06-24
SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6
Daniel Moody
2021-04-09
SERVER-55779 Clustered collections should store RecordIds as KeyString
Louis Williams
2021-02-24
SERVER-54721 WorkingSetMember to support serializing and de-serializing Objec...
Gregory Wlodarek
2021-02-10
SERVER-53989 Generalize RecordId to store small binary strings
Louis Williams
2021-01-29
SERVER-53982 RecordId supports ObjectId type
Louis Williams
2020-08-01
SERVER-49800 fix use-after-move violations in tests
Benety Goh
2020-02-05
SERVER-45854 Hold WorkingSetMembers at a distance for sorting.
David Storch
2019-10-01
SERVER-42302 Move Document/Value library to db/exec/document_value directory.
David Storch
2019-09-13
SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().
David Storch
2019-09-12
SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.
David Storch
2019-08-29
SERVER-42181 Make WorkingSetMember hold Document instead of BSONObj
Martin Neupauer
2019-08-01
SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...
David Storch
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-02-05
SERVER-18826 Rename WorkingSet State Names from LOC to RID
James Wahlin
2015-07-01
SERVER-18961 avoid iterating the entire working set when preparing for a Wire...
David Storch
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>
Andrew Morrow
2015-02-13
SERVER-17062 Make query execution handle WriteConflictExceptions where possible
Mathias Stearn
2015-02-02
SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...
Eliot Horowitz
2015-01-15
SERVER-13256 Add usings and qualifications for names from namespace std
Andrew Morrow
2015-01-07
SERVER-16675 force fetch RecordIds buffered by the query system on saveState()
David Storch
2013-11-22
SERVER-10566 WorkingSet cleanup and optimization
Mathias Stearn
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-08-14
SERVER-10026 fix working set test
Hari Khalsa
2013-07-01
SERVER-10026 interfaces, index scan stage, debug cmd, jstest
Hari Khalsa