summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/shardsvr_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-16/+16
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-1/+20
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-0/+1
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+4
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-30/+37
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-1/+0
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-0/+18
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-5/+5
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-0/+1
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-4/+5
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-2/+3
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-4/+10
* SERVER-70515 Remove getShardFilterer APINicholas Zolnierz2022-11-111-10/+0
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+1
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-5/+2
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+6
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-1/+2
* SERVER-66803 Use tenantId from targetNs to construct sourceNs in NonShardSvrP...Fernando Lisboa2022-06-291-4/+6
* SERVER-66802 Make ReplicaSetNodeProcessInterface::createCollection take in Da...Fernando Lisboa2022-06-271-4/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-31/+16
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-151-25/+28
* SERVER-64057 Comment the shard/databaseVersion arguments for the shard roleKaloian Manassiev2022-03-111-2/+3
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-4/+2
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-2/+2
* SERVER-59839 Fix inconsistecy in BSON format between sharded and non-sharded ...Rishab Joshi2022-02-101-7/+17
* SERVER-61892 Read document key from oplog instead of cacheRui Liu2022-01-211-27/+0
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-3/+2
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-10-081-52/+33
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-301-0/+29
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-8/+3
* SERVER-59756 ShardServerProcessInterface's rename must synchronize with DDL o...Pierlauro Sciarelli2021-09-101-1/+1
* SERVER-59676 Make sure DocumentSourceFindAndModifyImageLookup always …Randolph Tan2021-09-091-3/+12
* SERVER-58649 Do not assume that the collection is always sharded in ShardServ...Sergi Mateo Bellido2021-07-191-1/+3
* SERVER-56763 Move $merge target collection epoch validation outside ofNick Zolnierz2021-07-151-4/+2
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-2/+19
* SERVER-54507 Can't execute merge if sharding catalog cache is emptyEric Cox2021-05-071-3/+19
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-3/+3
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-271-1/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-9/+9
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-111-1/+12
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-271-32/+50
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-5/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1