summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/replica_set_node_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-16/+18
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-13/+12
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-0/+30
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-30/+0
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-0/+30
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+1
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-2/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-66803 Use tenantId from targetNs to construct sourceNs in NonShardSvrP...Fernando Lisboa2022-06-291-3/+11
* SERVER-66802 Make ReplicaSetNodeProcessInterface::createCollection take in Da...Fernando Lisboa2022-06-271-3/+4
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-0/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+2
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-011-1/+15
* SERVER-45973 Test stepdown of the primary during execution of $merge/$out on ...Mihai Andrei2020-03-201-4/+9
* SERVER-45969 Test behavior of killOp and maxTimeMS with $out/$merge on second...Gregory Noma2020-03-061-0/+6
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-4/+1
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-281-0/+2
* SERVER-45965 Implement ReplicaSetNodeProcessInterface methods needed for $outMihai Andrei2020-02-271-73/+41
* SERVER-46123 Check whether the database is drop pending for aggregation opera...Gregory Wlodarek2020-02-261-4/+9
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-6/+6
* SERVER-46137 Implement ReplicaSetNodeProcessInterface methods needed for $mergeGregory Noma2020-02-241-23/+45
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-3/+2
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-131-0/+49
* SERVER-45963 Introduce ReplicaSetNodeProcessInterface and a new TaskExecutor ...Mihai Andrei2020-02-131-0/+181