summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-1/+10
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-1/+1
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-201-1/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-0/+54
* SERVER-36093 QueryRequest should have a single constructor that takes a Names...Matthew Russotto2018-08-081-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-9/+8
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-43/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+2
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-16/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+16
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-16/+0