summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+12
* 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-14/+3
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-5/+4
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+4
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-191-31/+31
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-53/+0
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-0/+11
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-4/+4
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-43268 Implement support for resume tokens in QueryRequestAli Mir2019-11-131-0/+57
* SERVER-7694 Enable allowing disk use for sorts in the find command.David Storch2019-10-021-4/+0
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-23/+0
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-0/+5
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-17/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-11/+9
* 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