summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_add_fields.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-1/+6
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-2/+1
* 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 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-6/+11
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-161-4/+4
* SERVER-5781 fix error codes for addFieldsCarly Robison2016-08-111-1/+1
* SERVER-5781 addFields stage.Carly Robison2016-08-111-0/+58