summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/requires_collection_stage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-151-1/+16
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+0
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-13/+1
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+13
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-8/+10
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-17/+9
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-121-10/+6
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-4/+4
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-0/+13
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-1/+6
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-5/+3
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-6/+19
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-1/+3
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-0/+86