Export - CSV (All fields)
Export - CSV (Current fields)
- SERVER-10554
memory leak in MutableDocument::setNestedField - SERVER-10594
slaveOk bit ignored for unsharded aggregate - SERVER-12132
Value::coerceToString() shouldn't unconditionally construct a stringstream - SERVER-6243
Fix all uses of shared_ptr<BSONObj> - SERVER-7658
Memory check for aggregation via a mongos running on 32 bit linux seems to be wrong - SERVER-6271
$group does not track memory usage - SERVER-9444
Use new Sorter for Aggregation $sort and $group - SERVER-5932
support cursor based aggregation - 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 them - SERVER-10530
Aggregation cursor needs to not error if a large object is in first batch - SERVER-6296
improve aggregation framework concurrency implementation - SERVER-10097
aggregation: support $out on a sharded cluster - SERVER-10086
Set operations for Aggregation Framework $project - SERVER-10136
Passing impossible value to skip on aggregation framework causes mongo to exit with out of memory - SERVER-3253
aggregation: unsharded support $out - SERVER-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-8581
Extend Aggregation Query Language to Support Complex Redactions - SERVER-8582
Extend document expression language in aggregation to support advanced document filtering. - SERVER-8102
Include field name and type for $unwind error - SERVER-5782
need a $literal operator to help prevent injection attacks - SERVER-10914
$out and capped collections should probably error - SERVER-10927
if a replicaset member goes down during a $out we are left with an inconsistent state - SERVER-10588
make $cond accept object as argument - SERVER-10693
Redact pipeline not including non-object array members - SERVER-10613
Optimize simple aggregations using $redact followed by a $match - SERVER-10741
Remove outputNs from agg return object - SERVER-9441
Secondaries execute distinct/aggregate commands irrespective of slaveOk bit - SERVER-10165
Change aggregate shell helper to return cursor. - SERVER-4504
aggregation: need an explain facility - SERVER-4899
aggregation: need an expression to give the size of an array in projections - SERVER-9289
Date operators incorrectly throw exceptions for object arguments - SERVER-6193
string constants prevent optimization of non string sensitive operators - SERVER-6192
$and and $or expressions may not short circuit non constants and optimize to a constant if the original expression has only one constant - SERVER-5916
In $group allow "$$ROOT" to expand to the whole document matched. - SERVER-6140
sharded aggregation explain failure - SERVER-11415
aggregate helper fails against old server versions (unrecognized field "cursor" - SERVER-11224
listCommands outdated help for aggregate command - SERVER-10963
Fix required privileges for aggregation with $out. - SERVER-11250
DBCommandCursor missing help() method - SERVER-11692
Change Variables implementation in agg to not use string lookup at runtime. - SERVER-11539
Aggregation command returning a document close to the maximum size fails. - SERVER-11184
Perf : merge consecutive calls to $match - SERVER-11501
testshard1.js failing in aggregation and aggregation_auth suites on debug builds - SERVER-4816
aggregation: optimize $sort on sharded setup to do a proper merge on mongos - SERVER-11711
Make agg use new query framework - SERVER-11443
$redact can't accept $$DESCEND - SERVER-12285
Aggregation explain plan returns non-boolean 'isMultiKey' value - SERVER-11998
Typo in aggregation error message for undefined variables: 'undefinded' - SERVER-11239
aggregate option for external sort should be "allowDiskUse" rather than "allowDiskUsage"
{"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