summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50769 Change streams no longer balk at empty applyOpsr4.2.12-rc0r4.2.12Justin Seyster2021-01-123-4/+333
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2021-01-081-3/+18
* SERVER-34741 Move $match in front of $group if condition is on group keyGeorge Wangensteen2020-12-163-8/+106
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-202-3/+41
* SERVER-51303 Fix lookup match absorbtion optimization for $typer4.2.11-rc1r4.2.11Jacob Evans2020-11-102-2/+19
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-118-466/+607
* SERVER-50818 Coverity analysis defect 114987: Wrapper object use after freeArun Banala2020-10-051-2/+1
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-09-301-0/+4
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-09-081-0/+3
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-242-8/+31
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-031-2/+14
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-05-061-1/+3
* SERVER-47264 Backport DocumentSourceBucketAuto::optimize() function to 4.2Arun Banala2020-04-232-0/+9
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-04-0823-51/+169
* SERVER-44942 Don't allow drop of out temp collection before index copyingTed Tuckman2020-03-052-0/+14
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-031-1/+7
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2020-02-271-7/+12
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-02-255-6/+7
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-02-255-20/+8
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2020-02-255-6/+23
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-252-19/+112
* SERVER-44915 Extend output to include full index options and shard nameMihai Andrei2020-02-127-25/+71
* SERVER-44438 Have queryableBackupMode open WT in read/write modeGregory Wlodarek2020-02-111-1/+2
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Ian Boros2020-01-242-2/+16
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-12-181-1/+1
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-174-16/+25
* SERVER-44977 Allow $changeStream with updateLookup to run directly against a ...Bernard Gorman2019-12-101-1/+7
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-101-9/+1
* SERVER-44828 Correct logic to re-compute dependenciesCharlie Swanson2019-12-091-7/+16
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-094-12/+22
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-12-094-34/+77
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-0314-127/+209
* SERVER-44617 $regexFind crash when one of the capture group doesn't match the...Arun Banala2019-11-281-5/+37
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-013-12/+12
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-3111-23/+71
* SERVER-43151 DSGroup should record current spill file offset as std::streamposBernard Gorman2019-10-291-1/+1
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-161-4/+4
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-071-3/+5
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-042-30/+60
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-022-3/+19
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-3/+1
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-133-9/+12
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-09-132-12/+21
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-106-1/+32
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-09-102-3/+8
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-093-5/+41
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-2/+4
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...r4.2.0-rc5Misha Ivkov2019-07-311-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2692-1187/+744
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-252-7/+17