index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
task_executor_cursor.cpp
Age
Commit message (
Expand
)
Author
2024-07-15
SERVER-92111: Remove calcDocsNeededFn from MongotTaskExecutorCursorGetMoreStr...
Will Buerger
2024-07-02
SERVER-84318 Implement search explain execution stats for $search and $search...
erinzhu001
2024-06-03
SERVER-85791 Automatically chain generic argument structs to all IDL-generate...
Patrick Freed
2024-05-28
SERVER-86739: Enable pre-fetching for mongot cursor (#21838)
Will Buerger
2024-05-03
SERVER-86737: Don't increase mongot cursor batchSize when previous batch didn...
Will Buerger
2024-04-15
SERVER-88887: Split mongot-specific logic out of task_executor_cursor
Will Buerger
2024-04-13
Revert "SERVER-88887: Split mongot-specific logic out of task_executor_cursor...
auto-revert-processor
2024-04-12
SERVER-88887: Split mongot-specific logic out of task_executor_cursor (#20944)
Will Buerger
2024-04-10
SERVER-89102: Pass TaskExecutorCursor as pointers (#20892)
Will Buerger
2023-10-20
SERVER-78560 Create the executor for metadata search cursor
zixuan zhuang
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-19
SERVER-77158 enable low risk clang tidy perf rules
Matt Boros
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-07-25
SERVER-79074 Replace NamespaceString::db() with NamespaceString::db_deprecated()
Mathis Bessa
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-08
SERVER-77230 Retry search/planShardedSearch commands once when there is a net...
George Wangensteen
2023-05-24
SERVER-74453 Implement support for getMore against mongot with user-defined l...
Militsa Sotirova
2023-05-10
SERVER-73959 Add option to TaskExecutorCursor to not prefetch next batch
Ben Shteinfeld
2023-04-05
SERVER-73613 Let TaskExecutorCursor Pin Connections When Requested
George Wangensteen
2022-09-16
SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor replie...
George Wangensteen
2022-07-07
SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMores
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-03-02
SERVER-62535 Allow sharded aggregation to return two cursors
Ted Tuckman
2022-02-10
SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursors
Ted Tuckman
2021-10-12
SERVER-59714 Add batch number to task executor cursor
Ted Tuckman
2021-07-23
SERVER-58581 Add SEARCH_META variable
Ted Tuckman
2021-05-24
SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommand
Alya Berciu
2021-04-02
SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...
Bernard Gorman
2020-07-08
SERVER-46661 Use the IDL to parse a killCursors command
Mindaugas Malinauskas
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-02-27
SERVER-45726 Improve variable names in TaskExecutorCursor
Cheahuychou Mao
2020-02-27
SERVER-45726 Allow empty firstBatch with TaskExecutorCursor
Cheahuychou Mao
2019-05-23
SERVER-40416 Add logging to fts document source
Ted Tuckman
2019-04-12
SERVER-40414 Fix lack of iterator instantiation
Jason Carey
2019-04-11
SERVER-40414 fix windows compile for TaskExecutorCursor
Jason Carey
2019-04-10
SERVER-40414 TaskExecutorCursor
Jason Carey