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_executor_builder.cpp
Age
Commit message (
Expand
)
Author
2024-07-11
SERVER-92298 Remove unused ProjectionPathASTNode argument to speed up $projec...
Lynne Wang
2024-03-14
SERVER-87859 Reduce string copies in projection path walkers
Mark Benvenuto
2023-12-30
SERVER-80580 Create fastPath for empty queries with a simple projection (#17533)
Ruoxin Xu
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-04-10
SERVER-75174 shapeify and redact DocumentSourceSingleDocumentTransformation
Maddie Zechar
2023-01-24
SERVER-72417 Switch invariant statements to tassert in projection executor
Gil Alon
2022-11-15
SERVER-70353 Implement fast path projection node to support exclusion
Ivan Fefer
2020-06-11
SERVER-48228 Move slot-based execution engine and supporting changes into the...
Martin Neupauer
2020-05-16
SERVER-47713 Change Expression code to remove intrusive ExpressionContext
Jacob Evans
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov
2019-11-15
SERVER-43291 Consolidate projection execution interfaces
Anton Korshunov