summaryrefslogtreecommitdiff
path: root/src/mongo/s/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-4/+4
* SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more ge...Gregory Noma2022-03-311-6/+8
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-1/+2
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-1/+5
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-283-7/+26
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-233-23/+112
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-4/+8
* SERVER-58673 Delete per shard cursor feature flagMickey. J Winters2022-03-171-81/+9
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-152-0/+18
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-151-12/+2
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-105-4/+10
* SERVER-63772 Copy important fields to the outgoing and remote cursor response...Jennifer Peshansky2022-03-091-7/+12
* SERVER-63781 set per shard cursor initial batch size to 0Mickey. J Winters2022-03-031-1/+7
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-033-6/+7
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-022-4/+12
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-0/+1
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-255-9/+180
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-1/+1
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-1/+1
* SERVER-63253 Ensure `CollectionUUIDMismatch` error from `find command does no...Gregory Noma2022-02-152-11/+31
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-151-1/+1
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-111-1/+1
* SERVER-62563 Support sharding for collectionUUID parameter of aggregate commandMoustafa Maher Khalil2022-02-073-5/+38
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-0710-17/+12
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-3/+3
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-2/+3
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-193-86/+57
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-121-4/+9
* 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