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_test.cpp
Age
Commit message (
Expand
)
Author
2023-06-24
SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6
Daniel Moody
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
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-08-17
SERVER-57749 Optimize a projection expression prior to planning for 'find'
Andrii Dobroshynski
2020-08-20
SERVER-48900 Remove format-string arguments from logv2 statements
Milena Ivanova
2020-06-30
SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...
Arun Banala
2020-04-14
SERVER-46127 unit tests log to a kTest component
Gabriel Russell
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-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov
2019-11-15
SERVER-43291 Consolidate projection execution interfaces
Anton Korshunov