summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/express
AgeCommit message (Expand)Author
2024-09-12SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)William L Qian
2024-09-09SERVER-79180 Define a constant for the name of the index on _id (#23394)Kyle Booker
2024-09-06SERVER-92488 Allow {_id: {$eq: <>}} to use IDHACK (#26067)Militsa Sotirova
2024-08-05SERVER-93168 Populate all directories with Bazel exports (#25724)Zack Winter
2024-06-24SERVER-91431: Express plan should handle collection delete/rename on restore ...Colin Stolley
2024-05-30SERVER-90978: Express: restoreResources() should handle nullptr colle… (#22...Colin Stolley
2024-05-24SERVER-89666 Micro optimizations for express_plan (#21375)Mark Benvenuto
2024-05-10SERVER-83760: Support for delete-by-_id in Express path (#21615)HanaPearlman
2024-05-09SERVER-86595 Stack-allocate seek points in makeKeyStringFrom* family function...Wei Hu
2024-05-08SERVER-83759: Implement update-by-_id in Express path. (#21394)Colin Stolley
2024-05-01SERVER-89445: Use seekForKeyValueView in Express path to get RID from index s...HanaPearlman
2024-04-25SERVER-89750 Explicitly initialize private members in all classes defined in ...Adityavardhan Agrawal
2024-04-08SERVER-88844 Add ExpressPlan as express execution analog for PlanStagesJustin Seyster
2024-04-08Revert "SERVER-88844 Add ExpressPlan as express execution analog for PlanStages"auto-revert-processor
2024-04-06SERVER-88844 Add ExpressPlan as express execution analog for PlanStagesJustin Seyster