summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-0/+1
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-0/+1
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-1/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40081 Move session checkout to before command execution.Siyuan Zhou2019-03-261-18/+13
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-0/+4
* SERVER-39874 Make shard return readOnly bool in response to successful transa...Esha Maharishi2019-03-071-0/+8
* SERVER-38906 No-op write after readonly transactionA. Jesse Jiryu Davis2019-02-201-1/+2
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-9/+10
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-141-8/+45
* Revert "SERVER-38696 Add additional metrics and logging for new step down seq...Geert Bosch2019-02-141-45/+8
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-131-8/+45
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-1/+1
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+4
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-051-7/+11
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-0/+1
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-8/+6
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-1/+1
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-0/+2
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-01-171-2/+2
* SERVER-38850 Perform noop write before returning NoSuchTransaction errorTess Avitabile2019-01-161-7/+3
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-38513 Implement disconnection behavior for legacy messagesMatthew Russotto2019-01-071-0/+6
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+4
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-4/+3
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-0/+7
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-4/+6
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-11-151-2/+4
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+11
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2018-11-131-4/+17
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-131-1/+1
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-1/+1
* SERVER-37681 Make it clear from the stack trace whether a command is running ...Judah Schvimer2018-11-091-8/+8
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-12/+29
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-071-1/+10
* SERVER-36260 Update function namesJack Mulrow2018-11-071-1/+1
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-071-65/+6
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-021-44/+3
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-62/+44
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37569 prevent map-reduce from checking out a sessionJudah Schvimer2018-10-191-1/+0
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-8/+4
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-041-54/+4
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-031-3/+28
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+1
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-1/+1
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-261-0/+1
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-261-41/+9
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-1/+1