summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-212-4/+0
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-215-5/+5
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-216-18/+24
* SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated agg...Arun Banala2019-10-211-6/+12
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-173-31/+45
* SERVER-42916 Reject non-inline mapReduce to an existing sharded collection th...Nicholas Zolnierz2019-10-171-4/+1
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-7/+7
* SERVER-44046 Add comment in cluster_find.cpp that calling ClusterClientCurosr...Esha Maharishi2019-10-161-0/+3
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-10/+7
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-156-30/+185
* SERVER-43626 MR Agg: Fail and cleanup cursors when a sharded mapReduce cannot...Nicholas Zolnierz2019-10-111-0/+11
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2019-10-114-0/+227
* 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-10720 Add a way for getShardVersion on mongos to return the full cache...Cheahuychou Mao2019-10-101-4/+21
* SERVER-43641 upgrade random.hBilly Donahue2019-10-092-5/+2
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-087-853/+295
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-1/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-0311-11/+11
* SERVER-43738: Remove bugprone-unused-raii in shard_key_pattern_test.cpp.Daniel Gottlieb2019-10-031-12/+12
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-022-2/+5
* SERVER-43641 upgrade random.hBilly Donahue2019-10-022-5/+2
* 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-43428 Do not set stmtId when constructing ShardKeyCmdObjJason Chan2019-10-015-39/+14
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-013-3/+3
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-2/+3
* SERVER-43341 Make the index filter commands on mongos send database version a...Chou Mao2019-09-251-20/+35
* SERVER-43340 Make the plan cache commands on mongos send database version and...Chou Mao2019-09-251-21/+32
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-251-10/+9
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-243-0/+24
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-244-69/+98
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-0/+3
* Revert "SERVER-42930 ConnectionPool controller updates must batch across hosts"Pavithra Vetriselvan2019-09-231-10/+2
* SERVER-43337 Check that txn writes are successful before attempting to commit...Janna Golden2019-09-202-0/+3
* SERVER-42930 ConnectionPool controller updates must batch across hostsBen Caimano2019-09-191-2/+10
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1739-188/+190
* SERVER-43299 Make explain for write commands send databaseVersionChou Mao2019-09-161-1/+7
* SERVER-42569 Make findAndModify explain send databaseVersionChou Mao2019-09-141-7/+19
* SERVER-41467 Fix interger down convertion from long long to int inside batchE...Randolph Tan2019-09-141-1/+1
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-123-17/+33
* SERVER-43020 Beef up mapReduce validationCharlie Swanson2019-09-121-3/+2
* SERVER-41597 Remove mmap collection optionEvgeni Dobranov2019-09-111-2/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-1011-32/+29
* SERVER-42188 Create IDL type for range deletion task for persistence in the q...Alex Taskov2019-09-102-0/+15
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-094-25/+19
* SERVER-43195 Add namespace to ChunkManager ShardKeyNotFound errors in order t...Blake Oler2019-09-091-2/+3
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-068-20/+102