summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-1/+11
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-101-2/+4
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-6/+0
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-0/+6
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-0/+6
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-1/+12
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-8/+3
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-0/+9
* SERVER-47576 Include atClusterTime in snapshot read replyA. Jesse Jiryu Davis2020-04-281-0/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-2/+13
* SERVER-43450 Remove stale workaround and associated todo noteAndrew Morrow2019-10-101-18/+0
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-13/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-0/+6
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-10/+29
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-0/+15
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-5/+20
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-20/+5
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-5/+20
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-0/+6
* SERVER-29141 Add latest oplog timestamp to CursorResponse objectBernard Gorman2017-09-251-0/+6
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-1/+7
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+7
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-0/+4
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-2/+55
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-9/+42
* SERVER-19569 CursorResponse::toBSON() ability to return first batchJason Rassi2015-08-281-2/+7
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-0/+94