summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_out.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-149/+144
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-5/+4
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-141-3/+12
* 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/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13635 Remove deprecated getIndexes() methodMathias Stearn2014-09-291-3/+3
* SERVER-13600 Forbid implicit construction of NamespaceString from StringData.Andy Schwerin2014-04-151-4/+4
* SERVER-12586 Don't allow $out to special collectionsMathias Stearn2014-02-121-0/+2
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-0/+5
* SplittableDocumentSource shouldn't inherit from DocumentSourceMathias Stearn2013-10-211-1/+1
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-4/+4
* SERVER-10914 disallow $out to capped collectionsMathias Stearn2013-10-021-0/+5
* 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-2/+2
* Fix signed/unsigned comparisonsMathias Stearn2013-08-191-1/+1
* Use bulk-insert in $outMathias Stearn2013-08-191-4/+19
* Make ExpressionContext a simple structMathias Stearn2013-08-091-2/+2
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-16/+7
* Error out if $out collection is shardedMathias Stearn2013-08-081-1/+10
* Make DocumentSource handling more genericMathias Stearn2013-08-081-17/+16
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-15/+19
* SERVER-3253 Unsharded $outMathias Stearn2013-07-261-22/+103
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Rewrite Document and Value classesMathias Stearn2012-11-161-1/+1
* Convert to unix line endingsMathias Stearn2012-06-291-67/+67
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* checkpoint SERVER-4844U-tellus\cwestin2012-02-141-3/+9
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-0/+4
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-9/+9
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+56