summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-15/+18
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+2
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-2/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+2
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-115/+52
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+3
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-0/+511