summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/virtual_collection_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-6/+0
* SERVER-74163 Instantiate a new collection instance from durable storage when ...Gregory Wlodarek2023-02-251-1/+1
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-041-1/+2
* SERVER-72111 Avoid additional read from DurableCatalog in CollectionImpl::ini...Gregory Wlodarek2023-02-031-0/+1
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-12/+0
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+25
* SERVER-71644: Avoid parsing durable catalog entry when we only need to compar...Will Buerger2022-12-051-1/+1
* SERVER-71208: Handle namespaces pendingCommit in openCollectionWill Buerger2022-11-231-0/+5
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-071-1/+1
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-25/+0
* Revert "SERVER-70424: Provide way to create collection instance from untimest...Will Buerger2022-11-031-1/+1
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-021-1/+1
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-30/+48
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-23/+0
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-1/+1
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-0/+544