summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-28/+42
* SERVER-39694 Implement $regexMatch as syntactic sugar on top of $regexFindArun Banala2019-03-203-13/+64
* SERVER-39696 Implement $regexFindAllArun Banala2019-03-203-118/+290
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-194-11/+15
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...Bernard Gorman2019-03-191-7/+18
* SERVER-39675 Look up prepared txn for commit op in $changeStreamJustin Seyster2019-03-187-64/+206
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-3/+3
* SERVER-40153 size_t on arm32 is not 64 bitAnton Korshunov2019-03-161-6/+2
* SERVER-39356 Make speculative majority change stream reads utilize the `kNoOv...William Schultz2019-03-151-5/+8
* SERVER-39403 Enable accessing sub-pipeline from public const contextJacob Evans2019-03-131-0/+11
* SERVER-39695 Implement $regexFindArun Banala2019-03-134-0/+184