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
/
find_projection_executor_test.cpp
Age
Commit message (
Expand
)
Author
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2022-08-18
SERVER-63845 Separate variable reference tracking from pipeline field depende...
Nicholas Zolnierz
2021-08-17
SERVER-57749 Optimize a projection expression prior to planning for 'find'
Andrii Dobroshynski
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
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-24
SERVER-43377 Make positional projection internal expression able to access Do...
Anton Korshunov
2019-09-13
SERVER-42495 Integrate find() post-processing logic with ParsedAggregationPro...
Anton Korshunov
2019-08-23
SERVER-41964 find() execution code
Anton Korshunov
2019-08-01
SERVER-41963 Create an API to apply an $elemMatch projection on a Document path
Anton Korshunov
2019-07-30
SERVER-41962 Create an API to apply a positional projection on a Document path
Anton Korshunov