summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure all aggregation operations round-trip correctly through BSONMathias Stearn2012-07-261-4/+23
* SERVER-6123 Implement 'default locked' concurrency plan for aggregation.Aaron2012-07-031-29/+9
* SERVER-6123 Clean some aggregation related #includes.Aaron2012-07-031-2/+0
* SERVER-6123 Remove unnecessary (default) arguments to ReadContext() in Pipeli...Aaron2012-07-031-2/+2
* SERVER-6123 Remove unused lockGlobally() implementation in PipelineCommand.Aaron2012-07-031-6/+0
* Convert to unix line endingsMathias Stearn2012-06-291-301/+301
* SERVER-4504; minor changes from Mathias' code reviewU-tellus\cwestin2012-05-311-13/+4
* SERVER-4504 big explain: fix recursive lock issueU-tellus\cwestin2012-05-311-13/+157
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+2
* Clean some query related includes.Aaron2012-04-061-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SERVER-4844U-tellus\cwestin2012-02-151-2/+5
* checkpoint SERVER-4844U-tellus\cwestin2012-02-141-2/+3
* convert Pipeline to use intrusive_ptrU-tellus\cwestin2012-01-231-3/+3
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-89/+89
* SERVER-3832U-tellus\cwestin2012-01-061-28/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+187