summaryrefslogtreecommitdiff
path: root/src/mongo/s/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-274-627/+201
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-2/+2
* SERVER-59936: Remove logging from ClusterCursorManagerNeil Shweky2021-10-212-221/+0
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-3/+1
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-133-325/+441
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-10-081-2/+1
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-1/+1
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-283-4/+18
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-211-1/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-212-4/+11
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-292-6/+7
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-261-2/+8
* SERVER-58586: Improve ClientCursor on mongoD to store and restore the…Hana Pearlman2021-08-201-1/+1
* SERVER-54571 Add queryHash and planCacheKey fields to getMore request slow qu...Mickey. J Winters2021-08-196-2/+28
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggrega...Tyler Seip2021-08-031-0/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-2/+2
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-37/+1
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+2
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-232-1/+2
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-1229-163/+123
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-082-2/+3
* SERVER-53859 Add queryHash to the mongos slow query logsMickey. J Winters2021-07-071-0/+3
* SERVER-50559 Don't log waiting change stream getMores as slow queriesDenis Grebennicov2021-07-051-0/+5
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-58049: Move change streams invalidation logic in ARM toRishab Joshi2021-06-241-9/+4
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+5
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-243-12/+12
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-202-4/+2
* 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