summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+1
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+1
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-1/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+1
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+5
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-151-1/+6
* SERVER-21653 do not cache lastoptime decoration from Client objectEric Milkie2015-11-241-3/+2
* SERVER-20487 w:majority writes that return an error should wait for replicationEric Milkie2015-09-231-4/+9
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-291-0/+11
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-4/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-62/+62
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-2/+1
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-17/+19
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-11/+5
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-5/+6
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+9
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-3/+45
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-2/+3
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-15627 Use LogComponent::kWrites where appropriateMatt Kangas2014-10-271-1/+1
* SERVER-14101 explain for updateDavid Storch2014-09-111-107/+0
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14497 UpdateStageDavid Storch2014-08-111-694/+40
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-4/+4
* SERVER-14498 getExecutor() use new helper prepareExecution()Jason Rassi2014-07-301-1/+2
* SERVER-13951 Use a WriteUnitOfWork for each document in update and deleteMathias Stearn2014-07-281-5/+13
* SERVER-14407 delete runner.hDavid Storch2014-07-231-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+4
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-22/+25
* SERVER-14024: validate update insert fields at the endScott Hernandez2014-07-171-9/+8
* SERVER-13764 update system retrieves nscanned / nscannedObjects from plan exe...David Storch2014-07-101-23/+26
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-14006 Experimental document-level locking for in-place updatesCraig Harris2014-06-201-2/+6
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-101-2/+4
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-3/+3
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-4/+4
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3