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
/
add_fields_projection_executor.cpp
Age
Commit message (
Expand
)
Author
2023-11-14
SERVER-82604 implement StringData with a std::string_view member
Billy Donahue
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-01-24
SERVER-72417 Switch invariant statements to tassert in projection executor
Gil Alon
2022-07-06
SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...
Steve Tarzia
2022-06-28
SERVER-54046 Permit empty objects in $set and $addFields stages
Naomie Gao
2022-06-17
SERVER-66418 fix bug in projection created during dependency analysis
Steve Tarzia
2021-01-27
SERVER-53397 Desugar $setWindowFields partitionBy using $sort
David Percy
2021-01-26
Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"
David Percy
2021-01-26
SERVER-53397 Desugar $setWindowFields partitionBy using $sort
David Percy
2020-11-06
SERVER-48890: allow addFields to take empty document as no-op
caiyingshen
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-05-16
SERVER-47713 Change Expression code to remove intrusive ExpressionContext
Jacob Evans
2019-11-15
SERVER-43291 Consolidate projection execution interfaces
Anton Korshunov