summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-42/+0
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-201-0/+20
* Revert "SERVER-30933 Change invariant to uassert for invalid uuid in queries"Maria van Keulen2017-09-191-20/+0
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-191-0/+20
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-5/+5
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-2/+67
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+16
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-2/+7
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-7/+7
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-6/+11
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-0/+23
* Revert "SERVER-27438 Prevent mongos from dropping legacy $comment meta-operator"Mathias Stearn2017-01-181-23/+0
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-0/+23
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-6/+4
* SERVER-25190 unit tests for view query transforms to aggregationKyle Suarez2016-08-191-3/+196
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-6/+6
* SERVER-25235: singleBatch special case in QueryRequest::asAggregationCommandKyle Suarez2016-08-161-0/+20
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-0/+1097