summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/tee_buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+1
|
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
| | | | | | Document/Value is now used throughout the query execution engine, and therefore should move into the directory which holds query execution code.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-7/+6
|
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-29/+58
| | | | | This approach removes the need to buffer all documents in memory, thus removing concerns about spilling intermediate results to disk.
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+78