summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-7/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-251-1/+1
* SERVER-20945 do not require majority write concern for CSRS local dbMisha Tyulenev2015-10-201-1/+1
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+1
* SERVER-19500 Remove shard version checking for write command explainKaloian Manassiev2015-07-211-5/+0
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-28/+12
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-6/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-226/+221
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-2/+2
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-041-8/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-2/+2
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-2/+2
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-2/+2
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-6/+3
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+1
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-271-3/+7
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-0/+2
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-041-2/+2
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-13/+13
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-13/+15
* SERVER-16333: don't serialize and deserialize default write concernsEliot Horowitz2014-12-011-2/+2
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-4/+4
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-8/+17
* SERVER-15880 Delete path should not try to create databaseKaloian Manassiev2014-10-301-1/+3
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-2/+4
* SERVER-15816 explained upserts against an empty collection shouldn't try to c...David Storch2014-10-271-2/+4
* SERVER-14412: make multi-update use collection intent locksEliot Horowitz2014-10-271-2/+2
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-0/+6
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-2/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-2/+2
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-2/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-6/+9
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-0/+1
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-2/+2
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-1/+1
* SERVER-14100 explain for deleteDavid Storch2014-09-191-34/+73
* SERVER-14101 explain for updateDavid Storch2014-09-111-0/+81
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-1/+0
* SERVER-14591 implement (get|set)GetLastErrorDefault in LegacyReplicationCoord...matt dannenberg2014-07-231-9/+3