summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-2/+2
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-171-0/+7
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-2/+2
* SERVER-16465 Removed mech parameter from [create|update]User commandsAndreas Nilsson2014-12-171-30/+17
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-161-1/+15
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-162-7/+21
* SERVER-16519: fix linking of WriteConflictExceptionEliot Horowitz2014-12-161-7/+0
* SERVER-16519: turn on printing write conflict traces via setParameterEliot Horowitz2014-12-161-0/+9
* SERVER-16519: restart session before backing off after write conflictEliot Horowitz2014-12-161-2/+2
* Create CurOp on stack rather than heap for write commandsEliot Horowitz2014-12-161-12/+14
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-123-16/+25
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-1/+1
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-102-6/+4
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-102-5/+5
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-102-5/+5
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-104-1/+8
* SERVER-16429 Add ScopedTransaction to AutoGetCollectionForRead and Map-reduceKaloian Manassiev2014-12-091-5/+5
* SERVER-16469 findAndModify runImpl(): set limit of -1 on queryJason Rassi2014-12-091-1/+6
* SERVER-16469 findAndModify runImpl(): improve error reportingJason Rassi2014-12-091-1/+17
* SERVER-15539: Properly save/restore state when yielding in M/RGeert Bosch2014-12-091-0/+2
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-1/+6
* SERVER-15715 Remove the usage of DBDirectClient in findAndModifyKaloian Manassiev2014-12-051-207/+96
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-052-2/+2
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-3/+4
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-042-13/+13
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-042-18/+28
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-042-18/+31
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-036-6/+6
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-1/+1
* SERVER-15826 convertToCapped doesn't need to take a global lockKaloian Manassiev2014-12-031-9/+18
* SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch2014-12-021-1/+1
* SERVER-16333: don't serialize and deserialize default write concernsEliot Horowitz2014-12-014-16/+12
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-263-5/+5
* SERVER-15552 mapReduce failure to insert to temp ns should abort opJason Rassi2014-11-251-5/+3
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-252-9/+22
* SERVER-16184 Fix windowsRandolph Tan2014-11-241-1/+2
* SERVER-16184 repeated WriteBackListener error on out-of-order upgradeRandolph Tan2014-11-241-0/+120
* SERVER-16291 allow index filters commands to run on secondaries if slaveOk ex...David Storch2014-11-242-0/+6
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-2115-0/+31
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-201-0/+5
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-203-10/+11
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-2/+0
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-1815-15/+15
* SERVER-16200 Eliminate some strcpy/strlen when handling namespacesAndrew Morrow2014-11-181-1/+1
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-171-2/+15
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-173-3/+3
* SERVER-16078 SERVER-15945: consolidate WriteConflictException logging and do ...Eliot Horowitz2014-11-171-7/+2
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-176-12/+29
* SERVER-15541 preserve chunk ranges during long-running yielding count/geoNearGreg Studer2014-11-172-1/+15