summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-1/+0
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* SERVER-34333 Avoid deadlock implicitly creating db for change streamCharlie Swanson2018-04-051-16/+7
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-47/+38
* SERVER-33869 make $changeStream on shards check shardVersionEsha Maharishi2018-03-221-6/+7
* SERVER-33551 Switch Pipeline to use session interface to determine if in a tr...Matthew Russotto2018-03-191-0/+4
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-0/+1
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-1/+1
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-6/+6
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-1/+2
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-171-4/+2
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-10/+1
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-1/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+2
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-051-2/+9
* SERVER-31476 Server should prohibit establishing a cursor on a read-only viewSiyuan Zhou2017-11-211-0/+2
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-3/+14
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-021-2/+1
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-261-1/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31442 $changeStream pipelines should inherit the collection default co...Bernard Gorman2017-10-101-21/+39
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-4/+0
* SERVER-29126 Require change streams to run with readConcern:majoritySiyuan Zhou2017-10-031-0/+23
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-291-0/+9
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-211-5/+0
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-5/+7
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-2/+2
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-3/+3
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-091-1/+13
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-2/+2
* Revert "SERVER-29140 Close cursor for invalidate change notification entries."Max Hirschhorn2017-08-031-13/+1