summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-241-0/+5
* Revert "SERVER-5905 Add collStats aggregation stage"Mathias Stearn2016-06-241-5/+0
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-6/+6
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-231-0/+5
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-151-7/+5
* SERVER-23611 Agg use collection default collation, if unspecifiedJ. Rassi2016-06-131-3/+11
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-0/+30
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+6
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+5
* SERVER-23473 Add collation parameter to aggregateTess Avitabile2016-05-231-3/+7
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+6
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+1
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-041-0/+12
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-301-12/+0
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-291-0/+12
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-0/+10
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-3/+5
* SERVER-18678 geoNear with query option on sharded collection now uses query t...Benjamin Murphy2016-02-241-5/+11
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-6/+5
* SERVER-19643 Aggregation directly from a shard does not use sharding filter.Benjamin Murphy2016-02-081-4/+19
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-3/+3
* SERVER-20972 indexStats should not assert on missing db or collectionJames Wahlin2015-10-301-12/+9
* SERVER-20906 fix compileMathias Stearn2015-10-231-1/+1
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-8/+40
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-6/+5
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+19
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-2/+1
* SERVER-19182 Avoid crash during pipeline with an initial $sample stage on a n...Charlie Swanson2015-08-271-1/+2
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-42/+116
* SERVER-12015 Re-enable use of covering indices in an aggregation pipelineCharlie Swanson2015-08-271-71/+135
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-0/+1
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-2/+2
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+4
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-2/+2
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-21/+21
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-11/+16
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-16/+11
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-11/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-186/+164
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-6/+4
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-4/+14
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* 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/+2