summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40055 Consolidate $round behavior with and without a defaultCharlie Swanson2019-05-072-25/+45
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-063-0/+15
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-0/+7
* SERVER-40526 fix lintIan Boros2019-05-031-1/+1
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-034-490/+699
* SERVER-40430 Add merge support for whenMatched: mergeAnton Korshunov2019-05-033-2/+29
* Revert "SERVER-40526 Make agg Expressions walkable"Jacob Evans2019-05-024-698/+490
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-0213-116/+1728
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-014-490/+698
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-302-19/+17
* SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArityArun Banala2019-04-303-185/+225
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-263-263/+436
* SERVER-40719 Include final metadata in call to pipeline_metadata_tree::makeTreeNick Zolnierz2019-04-252-11/+15
* SERVER-40520 avoid dropping temp collection when $out succeedsIan Boros2019-04-231-0/+3
* Revert "SERVER-40083 Don't recompile each time $regex is evaluated when regex...Ian Boros2019-04-233-436/+263
* Revert "SERVER-40083 Rename 'pcre' variable to fix compile issue becase of ty...Ian Boros2019-04-232-6/+6
* SERVER-40083 Rename 'pcre' variable to fix compile issue becase of typedef co...Arun Banala2019-04-232-6/+6
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-233-263/+436
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-173-4/+4
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-153-4/+4
* SERVER-39396 Move stub mongo process interface with mocked lookupSingleDocume...Evan Nixon2019-04-114-74/+174
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-3/+3
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-1139-291/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-117-46/+88
* SERVER-40527 Fix missing virtual in agg_expression_testNick Zolnierz2019-04-102-0/+9
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-1039-0/+291
* SERVER-40527 Implement visitor for aggregation expressionsNick Zolnierz2019-04-103-1/+648
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-092-0/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0914-49/+36
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-084-27/+28
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-2/+4
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-056-0/+663
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-6/+38
* Revert "SERVER-40312 Create a generic tree for pipeline metatdata"Jacob Evans2019-04-056-664/+0
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-3/+3
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-2/+2
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-041-1/+1
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-046-0/+664
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-036-57/+146
* SERVER-40213 Test upgrade/downgrade for $$NOW/$$CLUSTER_TIME in a view defini...Martin Neupauer2019-04-021-1/+16
* SERVER-40343 Better handling of errors from PCRE in $regex expressionsArun Banala2019-04-012-6/+11
* SERVER-40210 Integration tests for $$NOW/$$CLUSTER_TIME in find, aggregate, a...Martin Neupauer2019-03-281-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-284-4/+8
* SERVER-37848 Test $regex agg expressions with regex that meets and exceeds th...Arun Banala2019-03-271-2/+9
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-2612-14/+227
* SERVER-40140 Fix Coverity analysis defect: Improper use of negative valueArun Banala2019-03-261-3/+1
* SERVER-39942 Make dependencies on transaction library private.Siyuan Zhou2019-03-221-0/+2
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-211-2/+2
* SERVER-39694 Fix undefined behaviour with string.front() when emptyArun Banala2019-03-201-1/+1