summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_collections.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-011-4/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+3
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-22/+20
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-2/+6
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-5/+6
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+3
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-3/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+3
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-11/+15
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-6/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-1/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+1
* SERVER-37988 Add an optional predicate argument in forEachCollectionFromDb() ...Gregory Wlodarek2019-05-151-1/+2
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-081-6/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-20/+21
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-21/+20
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-20/+21
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-21/+20
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-20/+21
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-0/+6
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-1/+6
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-2/+4
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-061-0/+11
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-1/+2
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+1