summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+3
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+1
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-1/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-1/+1
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-011-2/+8
* SERVER-41756 source namespace is not reported correctly if $out is usedAnton Korshunov2019-06-271-0/+9
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-6/+1
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+1
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-2/+2
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-70/+197
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-1/+2
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-1/+2
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-38/+28
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-3/+3
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-2/+2
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-2/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-3/+4
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-1/+1
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-0/+1
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-1/+2
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-8/+6
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-8/+13
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-3/+11
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-14/+37
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-191-2/+2
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-1/+5
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-1/+1
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-071-4/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37295 Remove embedded dependency on process interface shard server.Henrik Edin2018-10-031-2/+2
* SERVER-36279 Change the explain format for sharded aggregations to accomodate...Martin Neupauer2018-09-261-1/+1
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-23/+43
* SERVER-13201 support $out to foreign databaseKyle Suarez2018-08-281-3/+8
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-39/+3
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-5/+6
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-1/+1
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-1/+2
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-5/+9
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-34/+103
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-2/+13
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-2/+1
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-071-8/+10
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+14
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-5/+6
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-291-7/+1