summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-152-3/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-082-2/+8
* SERVER-16772 Only examine indexes on update when necessaryAndrew Morrow2015-01-081-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-0514-14/+19
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-022-2/+2
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-045-334/+231
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-045-478/+303
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-209-53/+49
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-184-4/+4
* SERVER-16221 Add a missing dependency edge exposed by ubsanAndrew Morrow2014-11-181-0/+1
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-122-9/+35
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-311-0/+1
* SERVER-15627 Use LogComponent::kWrites where appropriateMatt Kangas2014-10-274-4/+4
* SERVER-15816 explained upserts against an empty collection shouldn't try to c...David Storch2014-10-271-1/+3
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-216-4/+26
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-212-26/+24
* SERVER-14668: pull collection creation even higher on update path to avoid de...Eliot Horowitz2014-10-191-9/+6
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-167-141/+1020
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-143-0/+6
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-142-14/+50
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-15/+29
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-0/+1
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-022-0/+2
* SERVER-14668 update stage doesn't create collection, update executor does if ...Geert Bosch2014-09-221-1/+23
* SERVER-14100 explain for deleteDavid Storch2014-09-193-22/+73
* SERVER-14101 explain for updateDavid Storch2014-09-115-128/+159
* SERVER-15029: missing rename source field should be a no-opScott Hernandez2014-09-032-1/+19
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-254-5/+7
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-194-9/+25
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-122-4/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-123-15/+60
* SERVER-14497 UpdateStageDavid Storch2014-08-111-694/+40
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-018-14/+14
* SERVER-14498 Add DeleteStage, rewrite DeleteExecutor to use itJason Rassi2014-07-301-76/+21
* 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-282-5/+17
* SERVER-14407 delete runner.hDavid Storch2014-07-232-6/+6
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-222-19/+22
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-189-47/+65
* SERVER-14024: validate update insert fields at the endScott Hernandez2014-07-171-9/+8
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-3/+2
* 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-082-5/+6
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-012-1/+6
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-272-206/+0
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0