summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/store_possible_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-2/+2
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-2/+2
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-2/+2
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-1/+1
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-4/+3
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-8/+9
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+1
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-0/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-2/+2
* SERVER-63772 Copy important fields to the outgoing and remote cursor response...Jennifer Peshansky2022-03-091-7/+12
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-1/+5
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-1/+1
* SERVER-53639 Add MongoS server status metrics to track how often a cursor has...Vishnu Kaushik2021-01-221-1/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-2/+4
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-3/+6
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-39866 Make cluster aggregate use MultiStatementTransactionRequestsSend...Esha Maharishi2019-03-011-19/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-5/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-0/+5
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-291-0/+35
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-6/+9
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-9/+6
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-6/+9
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+5
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-0/+5
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+2
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-4/+4
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-1/+3
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-4/+5
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-0/+3
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+1
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+0
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-241-1/+4
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-1/+2
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+4
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-4/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-3/+5
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-4/+6
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-291-1/+4
* SERVER-20758 delete legacy mongos query pathDavid Storch2015-11-111-39/+0
* SERVER-20596 don't access ClusterCursorManager for single-batch queriesDavid Storch2015-11-051-5/+3
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-6/+6