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
/
projection.cpp
Age
Commit message (
Expand
)
Author
2024-07-16
SERVER-91757 Fix extraction of index keys in the presence of hashed field (#2...
mivanova3
2024-02-08
SERVER-86346: Aggressive IDHack small clean-ups (#18768)
Colin Stolley
2024-02-06
SERVER-83758: Aggressive IDHACK for find() (#17589)
Colin Stolley
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-01-24
SERVER-72417 Switch invariant statements to tassert in projection executor
Gil Alon
2022-10-20
SERVER-61284: Support simple projection optimization for simple exclusion pro...
Ivan Fefer
2020-08-20
SERVER-48900 Remove format-string arguments from logv2 statements
Milena Ivanova
2020-05-29
SERVER-43821 Make PlanStage and PlanExecutor return errors by throwing
David Storch
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-20
SERVER-45869 more automatically converted structured
Gabriel Russell
2019-12-18
SERVER-45193 avoid needless allocation in ProjectionStageSimple
Ian Boros
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov
2019-11-15
SERVER-43291 Consolidate projection execution interfaces
Anton Korshunov
2019-11-13
SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...
Anton Korshunov
2019-11-05
SERVER-43877 Remove raw projection BSON from projection stages
Anton Korshunov
2019-10-23
SERVER-42435 Remove ParsedProjection and ProjectionExec
Ian Boros
2019-10-11
SERVER-42423 Use ProjectionExecutor in ProjectionStageDefault
Anton Korshunov
2019-10-01
SERVER-42302 Move Document/Value library to db/exec/document_value directory.
David Storch
2019-09-26
SERVER-42649 Use Value instead of BSONObj in the in-memory sort key
Justin Seyster
2019-09-05
SERVER-42416 Move returnKey execution code to separate PlanStage
Anton Korshunov
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-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-04-08
SERVER-40476 remove mongoutils::str::equals
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-30
SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURE
Pawel Terlecki
2019-01-29
SERVER-38695 Make QuerySolutionNode subclasses for projection fast-paths
Jacob Evans
2018-12-28
SERVER-37831 Refactor ProjectionStage/ProjectionExec
Jacob Evans
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-08-29
SERVER-16857 Delete MMAPv1 diskloc invalidations.
David Storch
2018-05-01
SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...
Nick Zolnierz
2017-09-29
SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContext
Tess Avitabile
2017-08-25
SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parse
Tess Avitabile
2016-09-02
SERVER-24991 log redaction for commands, concurrency, exec, index
Thomas Schubert
2016-04-27
SERVER-23680 make $elemMatch projection respect the collation
David Storch
2016-02-05
SERVER-18826 Rename WorkingSet State Names from LOC to RID
James Wahlin
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2015-11-05
SERVER-19510 Rename MatchExpressionParser::WhereCallback
Jason Rassi
2015-10-08
SERVER-20111 Plan summary should only include the winning plan
Charlie Swanson
2015-09-25
SERVER-20643 Make query projection use StringMap
Mathias Stearn
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
2015-07-16
SERVER-17364 Unify handling of child stages into PlanStage base class
Mathias Stearn
2015-07-01
SERVER-18961 avoid iterating the entire working set when preparing for a Wire...
David Storch
2015-06-29
SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...
Qingyang Chen
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>
Andrew Morrow
[next]