summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-1/+1
* SERVER-33959 Avoid deadlock during global cursor registrationCharlie Swanson2018-05-151-67/+73
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-3/+1
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-1/+1
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-1/+0
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-36/+24
* 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-6/+7
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2017-11-291-1/+1
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-291-0/+4
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-1/+1
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-1/+2
* 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-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-8/+6
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-21/+0
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-22322 Add namespaces to listIndexes NamespaceNotFound messagesMaria van Keulen2017-05-161-4/+6
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-281-2/+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-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/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-2/+2
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-6/+5
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-201-0/+23
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-8/+5
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* 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-42/+34
* 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-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-231-6/+20
* 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-3/+6
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+6