summaryrefslogtreecommitdiff
path: root/src/mongo/s/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2022-03-163-325/+442
* SERVER-40691 $nin:[[],...] queries are not indexedJess Balint2022-02-231-1/+1
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-121-4/+9
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-11-041-2/+1
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-10-251-1/+2
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-271-2/+8
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggrega...Tyler Seip2021-08-091-0/+1
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-08-052-1/+2
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-11/+4
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-098-253/+59
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-072-4/+16
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-304-0/+62
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-028-37/+38
* SERVER-53083 collStats results depend on topology and optionruslan.abdulkhalikov2021-03-231-5/+5
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-8/+1
* SERVER-54603 Improve AggregationRequest validation unit testsMihai Andrei2021-03-112-2/+0
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-103-40/+39
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-1/+8
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-093-39/+40
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-8/+1
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-083-40/+39
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-063-39/+40
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-063-40/+39
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-5/+5
* SERVER-53149 Specify getMore in IDLA. Jesse Jiryu Davis2021-03-041-1/+4
* SERVER-48378 Expose settings of query knobs in agg explain outputTimour Katchaounov2021-03-041-0/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-5/+5
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-8/+10
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-5/+5
* SERVER-54072 Contains fixes for test document source allowance constrain for ...Rishab Joshi2021-02-191-2/+0
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-192-9/+19
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-173-62/+68
* SERVER-46740 Add missing reference characterBen Caimano2021-02-031-2/+2
* SERVER-46740 establishCursors() must always drain the AsyncRequestsSender::_b...Ben Caimano2021-02-012-206/+243
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-302-2/+4
* SERVER-53639 Add MongoS server status metrics to track how often a cursor has...Vishnu Kaushik2021-01-223-1/+17
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-2/+4
* SERVER-51618 Disallow pipeline stages that are not part of API version 1 with...Ruoxin Xu2021-01-121-0/+10
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-072-12/+14
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-073-21/+22
* SERVER-53533 Remove deprecated return value from ShardRegistry::reloadTommaso Tocci2020-12-291-8/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-102-2/+2
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-081-1/+1
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-071-0/+8
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-1/+1
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-012-10/+11
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-012-3/+3
* SERVER-53091 Consolidate the Sharding unit-tests into 3 binaries onlyKaloian Manassiev2020-11-272-158/+1
* SERVER-51809 Change inheritance order for ReshardingRecipientServiceTestJack Mulrow2020-11-251-0/+2