summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-1464-150/+135
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-1444-263/+420
* SERVER-8311 Don't increase pre-quantized power-of-two sizesMathias Stearn2014-05-142-14/+40
* SERVER-13674 patch for CachedPlan runningCraig Harris2014-05-141-8/+3
* SERVER-13922 remove dbtemprelease from non-repl remaining spotsHari Khalsa2014-05-145-115/+41
* SERVER-13804 add necessary privilege to the built-in restore roleAmalia Hawkins2014-05-141-0/+7
* SERVER-11980 Only invalidate the user cache on mongos if authorization inform...Spencer T Brody2014-05-145-20/+148
* SERVER-13850 Make sure cache entry is up to date before using it to update a ...Spencer T Brody2014-05-142-4/+1
* SERVER-13337 lite parsed query should set _showDiskLocDavid Storch2014-05-141-0/+2
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-1319-1136/+947
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-133-57/+114
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-1336-573/+16
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-133-3/+73
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-135-174/+484
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-1220-184/+224
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-123-7/+5
* SERVER-13640 Helper for writing RecordStoreV1 structural testsMathias Stearn2014-05-123-3/+354
* SERVER-13855 Implement HeapRecordStoreMathias Stearn2014-05-123-0/+588
* SERVER-13896 No longer pass extraneous arguments to logOpForDbHash().Andy Schwerin2014-05-124-14/+4
* SERVER-13640: fix capped collections with records < 8 bytes, re-enable testEliot Horowitz2014-05-104-12/+25
* SERVER-13640: disable capped unit test failin in DEBUG more at the momentEliot Horowitz2014-05-091-2/+2
* SERVER-13635: fix scale option with dbstats commandEliot Horowitz2014-05-091-1/+2
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-096-14/+21
* SERVER-13890 index bounds builder should not pass already-constructed interva...David Storch2014-05-093-1/+38
* SERVER-13754 explode OR solutions for sortDavid Storch2014-05-092-23/+134
* SERVER-13635: ExtentManager::cacheHint docsEliot Horowitz2014-05-091-0/+5
* SERVER-13640: first trivial capped collection unit testEliot Horowitz2014-05-094-1/+98
* SERVER-13635: pull out MAdvise interface, prove capped collection can compile...Eliot Horowitz2014-05-098-10/+52
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-0913-62/+137
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-0947-397/+592
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-098-36/+143
* SERVER-13635 Move DocWriter to record_store.hMathias Stearn2014-05-092-8/+11
* Comment deleted-list bucket sizes in decimalMathias Stearn2014-05-091-5/+5
* SERVER-13852 initialize IndexBounds::endKeyInclusive in constructorDavid Storch2014-05-091-1/+1
* SERVER-13715 fix use of auto_ptr after release in subplan runnerDavid Storch2014-05-091-9/+9
* SERVER-13640 Port many namespacetests to recordstore unit testsMathias Stearn2014-05-082-0/+272
* SERVER-13635 get deletedRecordFor() out of RecordStore interfaceMathias Stearn2014-05-082-5/+1
* SERVER-13868 Mark V1 users as probed on databases that they do not have surro...Spencer T Brody2014-05-072-2/+5
* SERVER-13794 - only start snapshot thread on isHttpInterfaceEnabledJames Wahlin2014-05-071-1/+5
* SERVER-13851 add a safety invariant to replicated commands to appease coveritymatt dannenberg2014-05-071-3/+3
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-077-0/+7
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-061-1/+0
* SERVER-13849 remove a logically dead portion of code from initFromConfig()matt dannenberg2014-05-061-3/+0
* SERVER-13789 recursively build data access for subnodes beneath elemMatchDavid Storch2014-05-063-9/+131
* SERVER-13640: free extents in desctrutorEliot Horowitz2014-05-061-1/+4
* SERVER-13640: better variable namesEliot Horowitz2014-05-061-5/+5
* SERVER-13640: first real RecordStore unit test, and some helpersEliot Horowitz2014-05-066-7/+488
* SERVER-13640: beginning of unit test for record storeEliot Horowitz2014-05-062-7/+120
* SERVER-13640: add setMessage to TransactionExperiment for nowEliot Horowitz2014-05-065-5/+29
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-0618-134/+313