summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.h
Commit message (Collapse)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 ↵Rishab Joshi2021-04-301-1/+12
| | | | invalidate events
* 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 ↵Bernard Gorman2019-11-061-2/+13
| | | | results are available
* SERVER-43450 Remove stale workaround and associated todo noteAndrew Morrow2019-10-101-18/+0
|
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from ↵Bernard Gorman2019-06-251-13/+1
| | | | change streams in 4.4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | Co-authored-by: Anthony Roy <anthony.roy@10gen.com>
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-0/+15
| | | | | | | | | | Check if the pipeline is empty before setting the new stage to point to the last one in Pipeline::pushBack(). Remove unnecessary const qualifier from std::size_t return types. Work around a compiler bug on s390x by allowing a CursorResponse to be copied.
* 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
| | | | This reverts commit 7d09f278a2acf9791b36927d6af1d30347d60391.
* 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
| | | | shard
* 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