summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request_helper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when pa...jannaerin2022-09-011-3/+3
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+0
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-8/+0
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-1/+1
* SERVER-61011 Serialize RecordId to BinData and increase size limit to 8MBDaniel Gómez Ferro2022-01-141-5/+5
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-173/+6
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-20/+13
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-2/+153
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-20/+14
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-153/+2
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-26/+5
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-28/+7
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-7/+28
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-28/+7
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-65/+66
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-0/+16
* SERVER-54601 Complete TODO listed in SERVER-53060Ruoxin Xu2021-02-201-33/+0
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-0/+7
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-0/+622