summaryrefslogtreecommitdiff
path: root/src/mongo/s/ns_targeter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72987 Make sure analyzeShardKey correctly classifies range queries in ...Cheahuychou Mao2023-01-211-6/+6
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-171-6/+19
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-0/+2
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-071-11/+6
* SERVER-58266 Stop forcing database version refreshes in chunk manager targeterTommaso Tocci2021-07-051-1/+2
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-21/+1
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-4/+5
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-24/+15
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-8/+3
* SERVER-46062 Prevent ChunkManagerTargeter from accessing all shard versions b...Blake Oler2020-02-111-7/+7
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+5
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-6/+22
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-2/+3
* SERVER-28992 Make the write commands targeter return actual ShardEndpoint(s)Kaloian Manassiev2017-12-291-14/+10
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-20/+15
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-4/+4
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-2/+1
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-4/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-2/+2
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-17/+2
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-2/+17
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-17/+2
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-2/+0
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-4/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-125/+116
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-011-1/+8
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-5/+6
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-2/+2
* SERVER-10818 correctly enforce targeting for upsert/multi/justOne flagsGreg Studer2013-11-111-5/+5
* SERVER-10818 changes for system.indexes write opsGreg Studer2013-11-011-0/+7
* SERVER-10818 host resolver to handle DBClientRS connectionsGreg Studer2013-11-011-8/+3
* SERVER-10866 Figure out split triggering mechanismRandolph Tan2013-10-301-4/+13
* SERVER-10532 interfaces and basic implementation for batch write ops, targete...Greg Studer2013-10-031-36/+53
* SERVER-10532 single write op state in mongosGreg Studer2013-09-271-0/+152