summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-8/+8
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+2
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-4/+7
* SERVER-67826 Allow IDL types to own or preserve the lifetime of underlying dataGeorge Wangensteen2022-09-261-0/+20
* Revert "SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of ...Jason Chan2022-08-151-20/+0
* SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of their dataGeorge Wangensteen2022-08-021-0/+20
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-38/+10
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+3
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-58/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-32/+10
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-122/+55
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-55/+122
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-27/+7
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-17/+21
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-21/+17
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-17/+21
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-10/+48
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-140/+161
* SERVER-54601 Complete TODO listed in SERVER-53060Ruoxin Xu2021-02-201-19/+11
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-0/+14
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-499/+434
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-92/+105
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-5/+15
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-326/+314
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-36/+46
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-17/+17
* SERVER-51707 Remove some lock asserts in query utilitiesDianna Hohensee2020-10-191-7/+1
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-1/+5
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-10/+41
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-22/+0
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-67/+19
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-0/+22
* SERVER-43270 Propagate $_resumeAfter from QueryRequest to CollectionScanParam...Vesselina Ratcheva2019-11-291-10/+10
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-43268 Implement support for resume tokens in QueryRequestAli Mir2019-11-131-0/+172
* SERVER-7694 Enable allowing disk use for sorts in the find command.David Storch2019-10-021-25/+0
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-49/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-121-0/+86
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-3/+1
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-2/+1
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-1/+2
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-2/+1
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-36/+91
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+3