summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-0/+5
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-1/+1
* SERVER-10026 pay attention to requireIndex in Helpers::findOneHari Khalsa2013-11-061-3/+5
* SERVER-10026 migrate clientsHari Khalsa2013-11-061-22/+29
* SERVER-11178: IndexScan now uses IndexCatalog classesEliot Horowitz2013-11-021-11/+12
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-17/+8
* SERVER-6405: rename CollectionTemp to CollectionEliot Horowitz2013-10-071-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-6405: start moving delete code into collection structureEliot Horowitz2013-09-071-4/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-4/+5
* SERVER-10026 no longer need PageFaultRetryableSection in removeRangeGreg Studer2013-08-211-1/+0
* SERVER-10026 RAII-ify Runner yielding SERVER-10583Hari Khalsa2013-08-211-4/+0
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-70/+46
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-201-6/+6
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-191-18/+27
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-131-10/+23
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-131-24/+8
* SERVER-8598 link pending to ShardingState and RangeDeleterGreg Studer2013-07-101-6/+6
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-2/+2
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-5/+5
* SERVER-8598 hook up CollectionManager in place of ShardChunkManagerGreg Studer2013-06-171-1/+1