summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_skip.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-51072 $skip and $limit stages silently round large doubles to MAX_LONGDenis Grebennicov2021-04-281-6/+6
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-48848 Add support for $sample aggregation stage in grammar and CSTNick Zolnierz2020-07-291-1/+1
* 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-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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-26/+28
* SERVER-32191 Prevent overflow during optimization of $skip.KevinCybura2018-03-191-4/+6
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-8/+1
* 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-27288 Release Document ref in DocumentSourceSkip and DocumentSourceMat...James Wahlin2016-12-191-3/+12
* 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/+2
* 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 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-12/+10
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-16/+12
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+1
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-12/+21
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-9/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-57/+51
* SERVER-17936 optimize out {$skip: 0} aggregation stageCharlie2015-05-061-0/+4
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* 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-38/+15
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-9/+8
* Rewrite Document and Value classesMathias Stearn2012-11-161-1/+1
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-051-3/+2
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+2
* SERVER-4843U-tellus\cwestin2012-02-291-4/+7
* SERVER-4844U-tellus\cwestin2012-02-151-0/+14
* checkpoint SERVER-4844U-tellus\cwestin2012-02-141-7/+10
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-0/+5
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-7/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+99