summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-107-0/+13
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-086-26/+79
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-2/+6
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-294-16/+34
* SERVER-38506 Create a cluster setIndexCommitQuorum command to parallel create...Gregory Wlodarek2019-01-242-0/+123
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-203-15/+44
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-6/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-6/+6
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-102-73/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38788 Log more context when TransactionRouter implicitly abortsJack Mulrow2019-01-071-8/+9
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-032-5/+7
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-172-4/+22
* SERVER-38470 Add more logging to TransactionRouterJack Mulrow2018-12-161-1/+1
* SERVER-38459 TransactionRouter shouldn't lose original non internally retryab...Jack Mulrow2018-12-101-3/+3
* SERVER-38293 make listDatabases understand collection privilegesIsabella Siu2018-12-061-3/+1
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-2/+3
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2018-11-131-1/+1
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-131-2/+2
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-071-1/+6
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-071-5/+4
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-051-20/+21
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-021-0/+12
* SERVER-37693 Uassert shards never return CannotImplicitlyCreateCollection in ...Jack Mulrow2018-11-011-0/+8
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-312-12/+4
* SERVER-37347 Distinguish retryable writes from writes in a transaction on mongosJack Mulrow2018-10-291-2/+3
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-26/+22
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-2/+2
* Revert "SERVER-37703 Put back early return that was accidentally removed from...eshamaharishi2018-10-221-1/+2
* SERVER-37703 TransactionRouter::commitTransaction does not need to return the...Esha Maharishi2018-10-221-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2280-827/+1002
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-195-22/+5
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-133-5/+17
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-127-45/+13
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-111-9/+20
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-112-1/+6
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-091-31/+10
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-094-50/+106
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-031-0/+5
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+2
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-13/+13
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-13/+13
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-13/+13
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-0/+2
* SERVER-36589 Implement mongos abort logicRandolph Tan2018-09-261-6/+8
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-2630-816/+31
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-244-4/+4
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-214-51/+33
* SERVER-37195 Add missing audit edges to mongosJonathan Reams2018-09-211-0/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-215-29/+34