summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13795 rename test binary to dbtestRandolph Tan2014-05-021-2/+2
* post 2.7.0Ernie Hershey2014-05-021-1/+1
* BUMP 2.7.0r2.7.0Ernie Hershey2014-05-021-1/+1
* SERVER-13812 Catch exception thrown by getShardsForQuery for geo querySiyuan Zhou2014-05-021-1/+5
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-011-0/+2
* SERVER-13040 Fix use of uninitialized value in storageDetails command.Andy Schwerin2014-05-011-1/+1
* SERVER-13587 ndeleted in system.profile documents reports 1 too few documents...Randolph Tan2014-05-011-0/+2
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-0120-201/+227
* SERVER-10178 Improve debugging output in shell.Andy Schwerin2014-05-012-4/+14
* SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou2014-05-019-41/+932
* SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indicesDavid Storch2014-05-013-80/+462
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-017-7/+7
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-015-8/+8
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-015-11/+15
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-0120-108/+181
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-016-26/+37
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-018-10/+10
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-0112-127/+18
* SERVER-13641 Add warning to commit methods on TransactionMathias Stearn2014-05-011-0/+4
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-0113-73/+33
* SERVER-13686 V8 3.25 scripting engine. Disabled by default. Enable using SCon...Benety Goh2014-05-019-4/+4285
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-016-71/+146
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-013-0/+60
* SERVER-13638: document touchEliot Horowitz2014-05-011-0/+5
* SERVER-13638: move DurTransaction closer to lockEliot Horowitz2014-05-011-1/+2
* SERVER-13638: remove NamespaceDetails from deprecated queryutilEliot Horowitz2014-05-015-103/+9
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-0110-11/+1
* SERVER-13638: add Collection::appendCustomStatsEliot Horowitz2014-05-013-10/+19
* SERVER-13638: hide NamespaceDetails from dumpEliot Horowitz2014-05-011-6/+3
* SERVER-13638: remove unused NamespaceDetails referenceEliot Horowitz2014-05-012-3/+0
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-0110-102/+129
* SERVER-13643 have index builder use TransactionExperimentHari Khalsa2014-04-303-6/+9
* SERVER-13643 Use single TransactionExperiment for whole Map/ReduceMathias Stearn2014-04-302-35/+37
* SERVER-13643 Plumb TransactionExperiment through repairDatabaseMathias Stearn2014-04-307-26/+49
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-3027-137/+170
* SERVER-13643 Plumb TransactionExperiment through ClonerMathias Stearn2014-04-306-53/+107
* SERVER-13261 update servers.js to handle multiVersion test version names corr...matt dannenberg2014-04-301-4/+2
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-3012-39/+64
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-3026-179/+61
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-3022-70/+121
* SERVER-13498 ApplyOpsCmd should do preconditions check under lockKaloian Manassiev2014-04-301-3/+5
* SERVER-13739: don't delete new files until as late as possible during repairEliot Horowitz2014-04-301-6/+17
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-2938-1909/+144
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-298-39/+25
* SERVER-13641: add methods to transaction to check if an op is killedEliot Horowitz2014-04-2910-13/+53
* SERVER-13777 migrated ranges waiting for deletion do not report cursors still...Randolph Tan2014-04-291-0/+8
* SERVER-13715 plan subqueries on construction of a SubplanRunnerDavid Storch2014-04-293-26/+131
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-2921-97/+90
* extra debugging to help fix rollback4.jsmatt dannenberg2014-04-292-2/+5
* SERVER-13091 fix RSSync cpp unit testmatt dannenberg2014-04-291-0/+5