summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/requires_collection_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54624 make SBE check for a change in catalog epoch during yield recoveryDavid Storch2021-03-251-1/+1
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-15/+6
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-4/+0
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-27/+50
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-7/+2
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-121-4/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-4/+4
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-051-2/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-5/+5
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-0/+5
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-1/+10
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-3/+3
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-2/+7
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-0/+57