summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge_cursors.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-140/+0
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-14/+40
* SERVER-34009 Remove old version of $mergeCursorsCharlie Swanson2018-07-031-120/+6
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-31/+49
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-49/+31
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-31/+49
* SERVER-33558 Remove readPreference from AsyncResultsMergerCharlie Swanson2018-03-071-2/+0
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-138/+155
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+4
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-5/+3
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-0/+6
* SERVER-30174 Add a check for interrupts.Martin Neupauer2017-07-281-0/+2
* SERVER-30118 DSMergeCursors only return connections to pool if in clean stateMathias Stearn2017-07-261-3/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* 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-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+4
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-4/+4
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+7
* SERVER-23294 DocumentSourceMergeCursors accept any valid cursor nsJason Rassi2016-03-291-19/+27
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-5/+0
* SERVER-19464 Have DSMergeCursors correctly cleanup _cursors in dispose()Mathias Stearn2015-07-241-0/+7
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-115/+106
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-191-6/+13
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-1/+1
* SERVER-4816 Sharded agg $sort now merges sorted streamsMathias Stearn2013-10-211-24/+38
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-4/+4
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+0
* 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-4/+5
* Make ExpressionContext a simple structMathias Stearn2013-08-091-1/+1
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-38/+1
* Fix C++11 builderMathias Stearn2013-08-081-1/+2
* SERVER-10097 sharded $outMathias Stearn2013-08-081-0/+176