summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22398-4478/+5389
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-1917-181/+257
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-1310-38/+65
* SERVER-37568 computeAtClusterTimeForOneShard should always return the latest ...Jack Mulrow2018-10-122-24/+13
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-128-49/+18
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-111-9/+20
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-111-1/+1
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-113-6/+190
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-112-1/+6
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-095-101/+106
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-093-31/+54
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-097-52/+249
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-056-26/+36
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-052-3/+14
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-048-3/+166
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-0410-37/+236
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-035-0/+69
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-0310-13/+546
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-022-4/+4
* SERVER-37383: View resolution on mongos does not retry if a resolved namespac...Nick Zolnierz2018-10-022-4/+31
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+2
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-012-14/+14
* SERVER-37358 dont early return from ARSJason Carey2018-10-011-2/+8
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-014-10/+81
* SERVER-36589 Remove unused reference to s/transactions/SConscriptKaloian Manassiev2018-10-011-1/+0
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-282-14/+14
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-283-4/+16
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-283-0/+18
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-282-14/+14
* SERVER-37238 fix lintRandolph Tan2018-09-271-2/+2
* SERVER-37238 Get rid of TransactionRouter::Participant::markAsSentRandolph Tan2018-09-275-247/+198
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-0/+2
* SERVER-36279 Change the explain format for sharded aggregations to accomodate...Martin Neupauer2018-09-261-17/+36
* SERVER-36589 Implement mongos abort logicRandolph Tan2018-09-264-6/+131
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-2650-138/+113
* SERVER-37032 Check the result of parsing `_secondaryThrottle` in MigrationSec...Kaloian Manassiev2018-09-261-0/+2
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-249-9/+10
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-217-70/+68
* SERVER-37195 Add missing audit edges to mongosJonathan Reams2018-09-211-0/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-2125-119/+377
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-48/+5
* SERVER-35707 Add helper for clearing participants, improve error messages, an...Jack Mulrow2018-09-205-75/+57
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-202-3/+4
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-196-180/+184
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-197-42/+393
* SERVER-37090 Add idleCursors to currentOp output for mongosTed Tuckman2018-09-182-5/+25
* SERVER-35679 General Interruption FacilityJason Carey2018-09-172-49/+18
* 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