summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_redact.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-1/+1
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-1/+1
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-1/+1
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-0/+4
* 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-21/+23
* SERVER-30174 Add a check for interrupts.Martin Neupauer2017-07-281-0/+2
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-2/+2
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-11/+10
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-13/+14
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-5/+1
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-3/+3
* 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-1/+4
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-4/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-6/+7
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-3/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-0/+26
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+100
* SERVER-17936 optimize out {$skip: 0} aggregation stageCharlie2015-05-061-1/+2
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-1/+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/+1
* 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
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-1/+3
* SERVER-11443 Support all expressions in $redact, not just objectsMathias Stearn2013-12-181-5/+1
* SERVER-11692 step 4: Use Variables::Id to get/set ValuesMathias Stearn2013-11-131-24/+31
* SERVER-11692 step 3: Pass Variables as pointer rather than const ref.Mathias Stearn2013-11-131-7/+7
* SERVER-11692 step 2: use VariablesParseState at parse timeMathias Stearn2013-11-131-0/+5
* SERVER-11692 step 1: VariablesParseState plumbingMathias Stearn2013-11-131-1/+2
* Allow agg Expressions to have differing serializations and explainsMathias Stearn2013-10-211-1/+1
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-3/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-0/+3
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-2/+2
* SERVER-8581 use $$DESCEND rather than $$CONTINUE in $redactmatt dannenberg2013-08-261-12/+8
* SERVER-8581 $redact pipeline stagematt dannenberg2013-08-191-0/+147