summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-297/+0
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-19/+4
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-4/+19
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-0/+3
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-161-1/+0
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-9/+10
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-36/+36
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-2/+3
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-4/+4
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-4/+4
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-4/+4
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-4/+14
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-3/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-4/+8
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-3/+4
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-2/+6
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-1/+4
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-0/+1
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-161-5/+1
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-131-0/+5
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-0/+9
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-2/+4
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-6/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-3/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-22/+4
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-6/+10
* SERVER-35910 Use correct parseNs function in ClusterFindCmd's ns()Gregory Noma2018-07-231-1/+2
* SERVER-35910 Upgrade FindCmd and ClusterFindCmd to use TypedCommandGregory Noma2018-07-101-149/+144
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-15/+7
* SERVER-34736 Make ClusterFind::explain directly call scatterGather() rather t...Esha Maharishi2018-04-301-8/+40
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-211-1/+6
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2