summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73109 Build idl infrastructure to pass context to nss serializersHugh Tong2023-03-021-8/+12
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-3/+25
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong2022-12-201-3/+4
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-4/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+15
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-101-3/+12
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-3/+0
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-0/+11
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-3/+26
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-16/+6
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-0/+15
* SERVER-47576 Include atClusterTime in snapshot read replyA. Jesse Jiryu Davis2020-04-281-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-3/+25
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+8
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-20/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-2/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+21
* 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/+26
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-14/+32
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-8/+0
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-031-1/+1
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-0/+1
* SERVER-29141 Add latest oplog timestamp to CursorResponse objectBernard Gorman2017-09-251-0/+16
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+4
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-3/+21
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-2/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+13
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-16/+0
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-0/+24
* SERVER-20748 Handle epoch mismatch explicitly in cluster find commandSpencer T Brody2015-10-161-0/+8
* SERVER-20880 Fix bug in CursorResponse move ctor, assignment operatorJason Rassi2015-10-151-8/+8
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-11/+27
* SERVER-19569 CursorResponse::toBSON() ability to return first batchJason Rassi2015-08-281-4/+7
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-0/+164