summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47783 Use atClusterTime instead of $_internalReadAtClusterTime in testsAli Mir2020-06-181-9/+0
* SERVER-46737 Support let variables for find commandJacob Evans2020-06-011-46/+48
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+13
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-0/+1
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-9/+0
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-10/+0
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+0
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-191-0/+31
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-9/+0
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-0/+9
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-2/+7
* SERVER-43270 Propagate $_resumeAfter from QueryRequest to CollectionScanParam...Vesselina Ratcheva2019-11-291-2/+2
* SERVER-43268 Implement support for resume tokens in QueryRequestAli Mir2019-11-131-0/+24
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-10/+0
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-6/+0
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-121-0/+13
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-0/+12
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-0/+8
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-0/+9
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-201-0/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-1/+9
* SERVER-36093 QueryRequest should have a single constructor that takes a Names...Matthew Russotto2018-08-081-3/+1
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-10/+0
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-6/+6
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-6/+6
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-6/+6
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-6/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+6
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-6/+0
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-9/+0
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-201-1/+2
* Revert "SERVER-30933 Change invariant to uassert for invalid uuid in queries"Maria van Keulen2017-09-191-2/+1
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-191-1/+2
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-13/+14
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-6/+17
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-6/+6
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+15
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-0/+10
* Revert "SERVER-27438 Prevent mongos from dropping legacy $comment meta-operator"Mathias Stearn2017-01-181-10/+0
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-0/+10
* SERVER-24766 find command support for viewsKyle Suarez2016-07-191-0/+6
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-0/+482