summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_limit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+2
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-0/+4
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-131-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-27/+27
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-3/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-1/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-1/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-2/+6
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-8/+15
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-1/+3
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-9/+10
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-49/+40
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-4844 Fix typo in $limit commentJeremy Mikola2014-10-231-1/+1
* SplittableDocumentSource shouldn't inherit from DocumentSourceMathias Stearn2013-10-211-1/+1
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-4/+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-3/+2
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-16/+5
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-9/+8
* Add convenience methods to build limit and sort DocumentSourcesMathias Stearn2012-12-141-17/+13
* Rewrite Document and Value classesMathias Stearn2012-11-161-5/+1
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-051-3/+2
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6123 Implement 'default locked' concurrency plan for aggregation.Aaron2012-07-031-0/+6
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+2
* SERVER-4844U-tellus\cwestin2012-02-151-0/+15
* checkpoint SERVER-4844U-tellus\cwestin2012-02-141-7/+10
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-0/+4
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-9/+9
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+83