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
/
inclusion_projection_executor.cpp
Age
Commit message (
Expand
)
Author
2024-06-14
SERVER-90995 Do not make the shadowing metaField a computed mete field (#23215)
Yoonsoo Kim
2024-05-23
SERVER-87961 Prevent time-series $group rewrite when the fields are projected...
Arun
2024-03-13
SERVER-85158 Add a StringData ref check (#19870)
Joseph Prince
2024-01-26
SERVER-85719: Cleanup default parameters to serialize() calls. (#18385)
Santiago Roche
2023-11-15
SERVER-82447 Restrict project and addFields pushdown before unpack if an expr...
Gil Alon
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-28
SERVER-78677 Change SerializationOptions to a const ref
Maddie Zechar
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2022-11-15
SERVER-70353 Implement fast path projection node to support exclusion
Ivan Fefer
2022-11-14
SERVER-66570: Ensure that pushed down projections computed from the metadata ...
Hana Pearlman
2022-10-31
SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builder
Drew Paroski
2022-08-18
SERVER-63845 Separate variable reference tracking from pipeline field depende...
Nicholas Zolnierz
2022-03-10
SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushedown a...
James Wahlin
2021-06-04
SERVER-54741: Extend expression walker to support read-only use cases
Hana Pearlman
2021-04-20
SERVER-55668: Allow rewrite to push exclusion meta projections past $unpackBu...
Hana Pearlman
2021-04-06
SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucket
Milena Ivanova
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov