summaryrefslogtreecommitdiff
path: root/src/mongo/s/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-062-1/+3
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-053-4/+4
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-275-528/+814
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-152-1/+3
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+10
* SERVER-36290 find command on unsharded collection through mongos returns too ...Eric Cox2020-01-033-29/+49
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-172-38/+121
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-132-4/+12
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2019-12-041-0/+1
* SERVER-43271 Return resumeToken in PlanExecutor and write jstests to verify r...Matthew Russotto2019-12-031-0/+6
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-2/+2
* SERVER-44801 Guarantee that AsyncResultsMerger::getHighWaterMark() returns a ...Mihai Andrei2019-11-271-5/+7
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-263-15/+34
* SERVER-44608 Only set "use44SortKeys" in command from mongos.Justin Seyster2019-11-131-9/+31
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-1/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-0614-41/+150
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-041-1/+6
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-5/+1
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-292-31/+36
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-3/+0
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-173-31/+45
* SERVER-44046 Add comment in cluster_find.cpp that calling ClusterClientCurosr...Esha Maharishi2019-10-161-0/+3
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-5/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-7/+4
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-2/+1
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-084-782/+95
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+2
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-2/+1
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-10-011-0/+9
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-1/+29
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-012-2/+2
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-2/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-0/+6
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-0/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-176-38/+38
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-102-5/+5
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+2
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-5/+3
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+1
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-2/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-164-8/+9
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-099-112/+147
* SERVER-42456 Improve access to cursor underlying a ClusterCursorManager::Pinn...George Wangensteen2019-08-094-252/+52
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2712-89/+60
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-1/+1
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-07-261-2/+7
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-0/+4
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-172-7/+10
* SERVER-41739 Attach dbVersion for find operation when attaching shardVersion ...Jason Zhang2019-07-161-0/+29