summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_collections.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+1
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-9/+28
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-1/+1
* SERVER-33959 Avoid deadlock during global cursor registrationCharlie Swanson2018-05-151-70/+72
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-15/+5
* SERVER-34243 Use MODE_IS for listCollectionsGeert Bosch2018-04-201-7/+11
* SERVER-34244 Add nameOnly option to listCollectionsXiangyu Yao2018-04-111-6/+21
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-5/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+5
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-5/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-5/+5
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-081-5/+20
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-1/+1
* SERVER-29272 listCollections excludes drop-pending namespacesBenety Goh2017-05-251-1/+9
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-26577 Fix permissions for listCollections getMore.Justin Seyster2017-04-281-7/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+3
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+1
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-1/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+1
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-4/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-2/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-6/+5
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-181-0/+6
* SERVER-25942 Don't validate views in listCollections unless they are being re...Sam Rossi2016-09-221-6/+16
* Revert "SERVER-25942 Don't validate views in listCollections unless they are ...Judah Schvimer2016-09-201-16/+6
* SERVER-25942 Don't validate views in listCollections unless they are being re...Sam Rossi2016-09-201-6/+16
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-2/+9
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-6/+4
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-191-8/+6
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-191-18/+54
* Revert "SERVER-24506 listCollections support for views"r3.3.10James Wahlin2016-07-181-54/+18
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-151-18/+54
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-1/+3
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-3/+2
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1