summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73959 Add option to TaskExecutorCursor to not prefetch next batchBen Shteinfeld2023-05-101-6/+27
* SERVER-73613 Let TaskExecutorCursor Pin Connections When RequestedGeorge Wangensteen2023-04-051-18/+72
* SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor replie...George Wangensteen2022-09-161-1/+3
* SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour2022-07-071-39/+47
* 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-1/+18
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-101-20/+70
* SERVER-59714 Add batch number to task executor cursorTed Tuckman2021-10-121-0/+1
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-0/+2
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-3/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+2
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45726 Improve variable names in TaskExecutorCursorCheahuychou Mao2020-02-271-7/+7
* SERVER-45726 Allow empty firstBatch with TaskExecutorCursorCheahuychou Mao2020-02-271-10/+9
* SERVER-40416 Add logging to fts document sourceTed Tuckman2019-05-231-2/+9
* SERVER-40414 Fix lack of iterator instantiationJason Carey2019-04-121-1/+1
* SERVER-40414 fix windows compile for TaskExecutorCursorJason Carey2019-04-111-1/+1
* SERVER-40414 TaskExecutorCursorJason Carey2019-04-101-0/+169