summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-5/+5
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-2/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+7
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-4/+4
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-14/+16
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-1/+0
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-2/+5
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-6/+12
* SERVER-13770 Helpers::removeRange should check all runner statesRandolph Tan2014-04-281-0/+18
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* SERVER-13635: hide some NamespaceDetails callsEliot Horowitz2014-04-171-1/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-30/+10
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-9/+17
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-1/+6
* SERVER-9620 Index can be made multikey if a prefix of it is a shard keyRandolph Tan2014-02-121-1/+5
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-2/+7
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-2/+2
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-5/+6
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-20/+23
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0