Export - CSV (All fields)
Export - CSV (Current fields)
SERVER-10594
slaveOk bit ignored for unsharded aggregateSERVER-10554
memory leak in MutableDocument::setNestedFieldSERVER-12132
Value::coerceToString() shouldn't unconditionally construct a stringstreamSERVER-6243
Fix all uses of shared_ptr<BSONObj>SERVER-9841
$map expression to run a sub expression on every member of an array.SERVER-9840
Add variables, $$ROOT and $$CURRENT to aggregation and make $let to set themSERVER-7658
Memory check for aggregation via a mongos running on 32 bit linux seems to be wrongSERVER-5932
support cursor based aggregationSERVER-6271
$group does not track memory usageSERVER-9444
Use new Sorter for Aggregation $sort and $groupSERVER-10530
Aggregation cursor needs to not error if a large object is in first batchSERVER-10136
Passing impossible value to skip on aggregation framework causes mongo to exit with out of memorySERVER-10086
Set operations for Aggregation Framework $projectSERVER-10097
aggregation: support $out on a sharded clusterSERVER-6769
ExpressionNary (and others) do not properly serialize constant expressions, can cause a valid expression on mongos to be unparsable or incorrect on shards.SERVER-3253
aggregation: unsharded support $outSERVER-8582
Extend document expression language in aggregation to support advanced document filtering.SERVER-8581
Extend Aggregation Query Language to Support Complex RedactionsSERVER-8102
Include field name and type for $unwind errorSERVER-5782
need a $literal operator to help prevent injection attacksSERVER-6296
improve aggregation framework concurrency implementationSERVER-10741
Remove outputNs from agg return objectSERVER-10914
$out and capped collections should probably errorSERVER-10927
if a replicaset member goes down during a $out we are left with an inconsistent stateSERVER-10588
make $cond accept object as argumentSERVER-10693
Redact pipeline not including non-object array membersSERVER-10613
Optimize simple aggregations using $redact followed by a $matchSERVER-10165
Change aggregate shell helper to return cursor.SERVER-4899
aggregation: need an expression to give the size of an array in projectionsSERVER-4504
aggregation: need an explain facilitySERVER-9441
Secondaries execute distinct/aggregate commands irrespective of slaveOk bitSERVER-9289
Date operators incorrectly throw exceptions for object argumentsSERVER-5916
In $group allow "$$ROOT" to expand to the whole document matched.SERVER-6140
sharded aggregation explain failureSERVER-6193
string constants prevent optimization of non string sensitive operatorsSERVER-6192
$and and $or expressions may not short circuit non constants and optimize to a constant if the original expression has only one constantSERVER-10963
Fix required privileges for aggregation with $out.SERVER-4816
aggregation: optimize $sort on sharded setup to do a proper merge on mongosSERVER-11501
testshard1.js failing in aggregation and aggregation_auth suites on debug buildsSERVER-11539
Aggregation command returning a document close to the maximum size fails.SERVER-11415
aggregate helper fails against old server versions (unrecognized field "cursor"SERVER-11692
Change Variables implementation in agg to not use string lookup at runtime.SERVER-11250
DBCommandCursor missing help() methodSERVER-11224
listCommands outdated help for aggregate commandSERVER-11184
Perf : merge consecutive calls to $matchSERVER-12180
Clean up dependency tracking in aggSERVER-12285
Aggregation explain plan returns non-boolean 'isMultiKey' valueSERVER-8033
Sharded agg should only send needed fields from shards to mongosSERVER-11443
$redact can't accept $$DESCENDSERVER-11938
ShardFilterStage needs to grab metadata at construction rather than first iteration
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0