summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/tee_buffer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-12/+15
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-5/+5
* 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-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+3
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-6/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+1
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+1
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-19/+18
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-14/+14
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-72/+108
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-7/+8
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+138