summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-18/+1
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* 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-1/+1
* SERVER-15798 Helpers::removeRange does not check if node is primaryRandolph Tan2014-12-221-0/+8
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-10/+10
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-6/+6
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-2/+9
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-1/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-0/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-14668 Change read paths to acquire IS lock on the DB instead of SKaloian Manassiev2014-10-071-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-14/+18
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-3/+1
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-021-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-9/+11
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+10
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-10/+15
* SERVER-14665 Make sure that _me BSONObj is owned before we store it asideSpencer T Brody2014-07-231-1/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-13/+13
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-24/+24
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-7/+7
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-7/+5
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-5/+7
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-7/+5
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-8/+10
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-6/+6
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-6/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-6/+6
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-6/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-6/+6
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-8/+0
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-4/+17
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-47/+25
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-8/+13
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-13/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-8/+13
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-2/+2
* SERVER-5671 logOp after success in removeRangeGreg Studer2014-05-191-2/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-7/+7