summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_collections.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+3
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-31/+31
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-1/+1
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-3/+8
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+3
* SERVER-18622 listCollections should special case filtering by nameCharlie Swanson2015-10-131-32/+92
* SERVER-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-231-1/+1
* SERVER-20507 Make Database objects iterableMathias Stearn2015-09-181-35/+35
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-2/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-5/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+6
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-6/+7
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-10/+5
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-142/+142
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-3/+1