summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-4/+4
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-142-6/+6
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-142-3/+2
* SERVER-36591 Fill in placeholder SERVER ticketJack Mulrow2018-09-121-1/+1
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx...Jack Mulrow2018-09-1210-379/+433
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-123-16/+29
* SERVER-36922 Remove MutableDocument::hasFieldCharlie Swanson2018-09-111-1/+5
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-1/+3
* SERVER-36926 Remove possibility of passing INT_MIN to abs() in ClusterCursorM...Ted Tuckman2018-09-101-2/+7
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-071-0/+18
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-0620-156/+735
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-066-111/+333
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-2/+7
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+1
* SERVER-36932 Implement rename tracking API for $matchCharlie Swanson2018-08-301-0/+36
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-302-9/+122
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-305-29/+107
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-299-116/+33
* SERVER-35643 Allow atClusterTime when enableTestCommands is falseCheahuychou Mao2018-08-243-10/+0
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-249-7/+748
* SERVER-36738 Block without timeout when test expects to block.Charlie Swanson2018-08-211-1/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-0/+6
* SERVER-36237 Integrate atClusterTime selection on mongos with TransactionRouterCheahuychou Mao2018-08-2119-381/+711
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-1/+1
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+1
* SERVER-33323 Refactor cluster_aggregate logicCharlie Swanson2018-08-201-57/+73
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-2012-23/+387
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-6/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+6
* SERVER-33323 Fix lint.Siyuan Zhou2018-08-151-1/+1
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-1522-1113/+889
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-156-33/+11
* SERVER-35708 Make mongos attach errorLabels on command responseCheahuychou Mao2018-08-152-8/+20
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-143-8/+8
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-1/+0
* SERVER-36594 fix lintRandolph Tan2018-08-133-14/+9
* SERVER-36594 Rename RouterTransactionState to TransactionRouterRandolph Tan2018-08-136-70/+70
* SERVER-36594 Rename TransactionParticipant in router_session_runtime_state.hRandolph Tan2018-08-106-109/+111
* SERVER-36554 Make computeAtClusterTimeForOneShard return latest clusterTime i...Jack Mulrow2018-08-103-2/+36
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-095-33/+5
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-094-301/+0
* SERVER-34448 Remove autosplitting logic from find-and-modify on mongosMatthew Saltz2018-08-091-2/+0
* SERVER-34448 Remove splitIfNeeded from the write path on mongosMatthew Saltz2018-08-091-37/+0
* SERVER-34448 Enable autosplitting on the shard and disable on mongosMatthew Saltz2018-08-091-1/+2
* SERVER-33710 Support readConcern snapshot with atClusterTime in cluster disti...Cheahuychou Mao2018-08-086-138/+446
* SERVER-36244 Include arrayFilters when estimating size of update command obje...Bernard Gorman2018-08-081-9/+48
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-8/+9
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-102/+0
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-061-0/+1
* SERVER-36292 Fix thread_pool_task_executor dependencySara Golemon2018-08-061-3/+3