summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-6/+0
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-0/+6
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-138/+0
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+16
* Remove unused step and nRowsOut members from DocumentSourceMathias Stearn2013-10-211-7/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-11/+5
* Use BSONElement::fieldNameStringData() in aggregationMathias Stearn2013-08-191-1/+1
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-5/+0
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+3
* Remove dead classes: DocMemMonitor and StringWriterMathias Stearn2013-07-101-8/+0
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-181-1/+1
* Optimize conversion from BSONObj to Document by bypassing ProjectionMathias Stearn2012-12-261-4/+93
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* SERVER-7491: Correctly generate projections for subfields of _idMathias Stearn2012-11-051-2/+13
* Fixed typosPascal Borreli2012-10-141-1/+1
* Rip out manageDependecies and DependencyTracker stuff SERVER-4644Mathias Stearn2012-07-201-7/+0
* In debug builds, assert simple $projects are handled the same as Projection c...Mathias Stearn2012-07-201-0/+20
* SERVER-6123 Implement 'default locked' concurrency plan for aggregation.Aaron2012-07-031-0/+8
* Convert to unix line endingsMathias Stearn2012-06-291-86/+86
* SERVER-4504 minor changes from code reviewU-tellus\cwestin2012-05-211-1/+1
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-3/+12
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* SERVER-5185 break circular reference when setting up pipeline to runU-tellus\cwestin2012-03-221-3/+3
* checkpoint SERVER-4844U-tellus\cwestin2012-02-141-2/+10
* checkpoint work for SERVER-4644U-tellus\cwestin2012-02-141-0/+3
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-0/+10
* SERVER-4738 +U-tellus\cwestin2012-01-231-0/+4
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-12/+12
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+52