summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38369 Only surface a 'request doesn't allow collection to be created i...Esha Maharishi2019-05-104-83/+626
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-093-7/+25
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-092-5/+13
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-082-0/+12
* SERVER-40792 Create error details if doesn't already exist when handling Woul...Blake Oler2019-05-081-1/+5
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-081-41/+46
* SERVER-41001 mongos map reduce cleaup aborts on first command failureRandolph Tan2019-05-071-8/+9
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-042-6/+6
* SERVER-38326 mongos mapReduce cleanup doesn't obey request's writeConcernRandolph Tan2019-05-021-3/+16
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-023-13/+53
* SERVER-39163 Parallel targetting in the ARSJason Carey2019-05-013-307/+228
* SERVER-40802 get expensive boost/date_time headers out of time_support.hMathias Stearn2019-05-013-1/+32
* SERVER-40784 Change document shard key code should check commitTransaction wr...jannaerin2019-05-015-19/+55
* SERVER-40646 Return more informative error message when updating shard key us...jannaerin2019-05-012-4/+10
* SERVER-40751 BatchWriteOp::noteBatchError doesn't update it's state to error ...Randolph Tan2019-05-012-3/+113
* SERVER-40806 Router should choose first *write* participant shard as transact...Esha Maharishi2019-04-293-28/+232
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-262-10/+10
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-251-0/+537
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-251-537/+0
* SERVER-40666 Router should skip two phase commit if transaction only wrote to...Esha Maharishi2019-04-255-135/+116
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-252-7/+12
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-04-242-6/+1
* SERVER-40795 Always execute TPTE cbs out of lineJason Carey2019-04-241-2/+3
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and doNotForgetCoordin...Jack Mulrow2019-04-231-44/+0
* SERVER-39843 Fix lintjannaerin2019-04-221-3/+2
* SERVER-39843 Allow findAndModify to change the shard key value when sent as r...jannaerin2019-04-224-36/+69
* SERVER-40655 Test that a retryable write that changes the shard key behaves c...jannaerin2019-04-185-19/+17
* SERVER-40483 Return more informative error when changing the doc shard key ca...jannaerin2019-04-171-2/+23
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-163-56/+83
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-168-2/+145
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-161-0/+9
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-163-9/+36
* SERVER-40495 Cleanup manually allocated memory inside BatchWriteOp::targetBat...Randolph Tan2019-04-121-2/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-113-9/+9
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-112-8/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-115-18/+27
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-101-2/+1
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-102-0/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0939-45/+45
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-093-77/+143
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-083-24/+25
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-4/+8
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-0311-86/+243
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-032-26/+22
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-8/+4
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-4/+8
* SERVER-40319 Don't call get() on boost::none in killCursorsWithMatchingSessio...David Storch2019-04-021-1/+7
* SERVER-37734 Add a default log component verbosity for mongos to resmoke, and...Randolph Tan2019-04-011-15/+15
* SERVER-40387 Shutdown shard registry after catalog cacheBen Caimano2019-04-012-0/+8
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2834-59/+70