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_node.cpp
Age
Commit message (
Expand
)
Author
2024-07-03
SERVER-91784 Remove missing values from arrays after projection (#24217)
Ivan Fefer
2024-06-18
SERVER-91405 ProjectionNode should check for existing path in one length case...
Matthew Boros
2023-10-04
SERVER-80157 Don't load excluded fields into the cache
Parker Felix
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-13
SERVER-66248: Projection with ExpressionObject does not round trip (serialize...
Matt Olma
2023-07-28
SERVER-78677 Change SerializationOptions to a const ref
Maddie Zechar
2023-07-11
SERVER-73253: Better path tracking when renaming nested/compound grouping fields
Matt Olma
2023-07-11
Revert "SERVER-73253: Better path tracking when renaming nested/compound grou...
Matt Olma
2023-07-10
SERVER-73253: Better path tracking when renaming nested/compound grouping fields
Matt Olma
2023-07-03
Revert "SERVER-73253: Better path tracking when renaming nested/compound grou...
Matt Olma
2023-07-03
SERVER-73253: Better path tracking when renaming nested/compound grouping fie...
Matt Olma
2023-06-27
Revert "SERVER-73253: Better path tracking when renaming nested/compound grou...
liubov.molchanova
2023-06-27
SERVER-73253: Better path tracking when renaming nested/compound grouping fie...
Matt Olma
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-04-04
SERVER-75343: Fix and centralize identifier redaction in SerializationOptions
Will Buerger
2023-02-27
SERVER-73488 Add redaction to projection AST serialization
Davis Haupt
2023-01-24
SERVER-72417 Switch invariant statements to tassert in projection executor
Gil Alon
2022-10-31
SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builder
Drew Paroski
2022-07-06
SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...
Steve Tarzia
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
2021-03-30
SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.
Milena Ivanova
2020-06-30
SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...
Arun Banala
2020-06-29
Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...
Arun Banala
2020-06-26
SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...
Arun Banala
2020-01-10
SERVER-37791 Prevent exclusion of non-existent field from affecting field order.
David Storch
2019-12-19
SERVER-45176 apply "early return" optimization for normal projection path
Ian Boros
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov
2019-11-15
SERVER-43291 Consolidate projection execution interfaces
Anton Korshunov