summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-121-0/+20
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-0/+20
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-13/+13
* 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/+17
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-0/+17
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-201-0/+16
* 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-2/+17
* SERVER-36093 QueryRequest should have a single constructor that takes a Names...Matthew Russotto2018-08-081-3/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-27/+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-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-13/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+13
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-13/+0
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-28/+0
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-31182 Clarify parse error for invalidly typed findCmd argumentsMaria van Keulen2017-10-161-3/+3
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-201-3/+7
* Revert "SERVER-30933 Change invariant to uassert for invalid uuid in queries"Maria van Keulen2017-09-191-7/+3
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-191-3/+7
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-26/+34
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-4/+28
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-6/+6
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-281-0/+4
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-31/+32
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+14
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-4/+3
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-3/+0
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-4/+3
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-2/+26
* Revert "SERVER-27438 Prevent mongos from dropping legacy $comment meta-operator"Mathias Stearn2017-01-181-26/+2
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-2/+26
* SERVER-26960 don't convert find to aggregation if sort contains $naturalKyle Suarez2016-12-091-1/+9
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-281-0/+5
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+3
* SERVER-25235: singleBatch special case in QueryRequest::asAggregationCommandKyle Suarez2016-08-161-5/+7
* SERVER-24766 find command support for viewsKyle Suarez2016-07-191-0/+119
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-0/+913