summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-134-17/+29
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+1
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-1/+0
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+1
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-118-169/+8
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-114-111/+10
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-1123-873/+10
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-2/+2
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-5/+5
* SERVER-39237 move ON_BLOCK_EXIT before opCtx updateArun Banala2019-03-051-2/+1
* SERVER-39237 Ensure with replaceCollection can clean up temp collection after...Arun Banala2019-03-052-12/+28
* SERVER-39866 Make cluster aggregate use MultiStatementTransactionRequestsSend...Esha Maharishi2019-03-011-10/+1
* SERVER-39740 Migrate set parameters in cluster_query_knobs to IDLSara Golemon2019-02-282-2/+1
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-1/+1
* SERVER-38414 Upgrade/Downgrade testing for change stream high water marksBernard Gorman2019-02-281-1/+5
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-4/+5
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39674 Modify Change Streams match filter to be aware of prepared trans...James Wahlin2019-02-263-6/+49
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-02-221-1/+0
* SERVER-39410 Re-enable batching in DSCursor for change stream cursorsBernard Gorman2019-02-213-18/+51
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-204-62/+159
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-02-201-0/+88
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-9/+25
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-152-3/+3
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-143-50/+418
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-1410-86/+244
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-13227-228/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-1348-212/+291
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-1/+1
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-073-2/+28
* SERVER-39209 DocumentStorage::clone() shouldn't allocate a buffer is source d...Mathias Stearn2019-02-072-20/+38
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-061-0/+5