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.cpp
Age
Commit message (
Expand
)
Author
2024-08-02
SERVER-93022 Move db/bson directory to db/query (#25651)
kmznam
2024-04-04
SERVER-87234 Implement batched PlanExecutorImpl::getNext (#19746) (#20769)
Alya Carina Berciu
2024-04-03
Revert "SERVER-87234 Implement batched PlanExecutorImpl::getNext (#19746)"
auto-revert-processor
2024-04-03
SERVER-87234 Implement batched PlanExecutorImpl::getNext (#19746)
Alya Carina Berciu
2023-09-29
SERVER-77158 apply performance-move-const-arg clang tidy rule for db/exec
Matt Boros
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
2023-01-24
SERVER-72707 Change how classic query engine RequiresIndexStage looks up Inde...
Gregory Wlodarek
2022-09-29
SERVER-66511 Improve performances of sort+limit stages in SBE
Alberto Massari
2022-07-27
SERVER-68246 rewrite calls to boost::optional get and is_initialized
Billy Donahue
2021-09-08
SERVER-58949 RecordId supports long strings
Louis Williams
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-02-05
SERVER-45854 Hold WorkingSetMembers at a distance for sorting.
David Storch
2020-01-08
SERVER-45192 don't allocate during WSM::clear
Ian Boros
2019-09-26
SERVER-43629 Improve Document/Value performance
Martin Neupauer
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-07-26
SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.
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-12-28
SERVER-37831 Refactor ProjectionStage/ProjectionExec
Jacob Evans
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-09-05
SERVER-36156 Delete RecordFetcher.
David Storch
2018-08-29
SERVER-16857 Delete MMAPv1 diskloc invalidations.
David Storch
2018-08-02
SERVER-20299 Delete KEEP_MUTATIONS stage.
David Storch
2018-02-14
SERVER-33275 Remove `platform/unordered_`* headers
ADAM David Alan Martin
2016-06-03
SERVER-23114 Move functions involving dotted paths to separate library.
Max Hirschhorn
2016-02-05
SERVER-18826 Rename WorkingSet State Names from LOC to RID
James Wahlin
2015-08-27
SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.
Max Hirschhorn
2015-08-24
SERVER-16444 Copy data in the query subsystem as needed.
Max Hirschhorn
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-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
2014-11-26
SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1
Mathias Stearn
2014-11-04
SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCH
David Storch
2014-07-08
SERVER-14408 access stats directly from execution stages
David Storch
2014-06-06
SERVER-8994: Build fixes for boost 1.55.0 with gcc & msvc
Mark Benvenuto
2014-05-13
SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stages
Craig Harris
2014-02-27
SERVER-12868 added getMemUsage to WorkingSetMember
Benety Goh
2014-01-21
SERVER-12113 keep mutated docs in query results when it's sane to
Hari Khalsa
2013-11-22
SERVER-10566 WorkingSet cleanup and optimization
Mathias Stearn
2013-11-09
SERVER-10026 add computed data to projection
Hari Khalsa
[next]