summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-1343-652/+19
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-133-3/+73
* SERVER-13311 Improve error message for bad numerical values in YAML configShaun Verch2014-05-131-5/+20
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-136-16/+1518
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-135-174/+484
* Revert "SERVER-11332 multi host query from fastest host using thread pools"Benety Goh2014-05-126-1518/+16
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-126-16/+1518
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-0/+6
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-1222-210/+251
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-125-10/+5
* add missing headerMathias Stearn2014-05-121-0/+1
* SERVER-13640 Helper for writing RecordStoreV1 structural testsMathias Stearn2014-05-123-3/+354
* SERVER-13855 Implement HeapRecordStoreMathias Stearn2014-05-123-0/+588
* SERVER-12461 Ensure LexNumCmp::cmp only returns 1, -1 or 0Michael Hudson-Doyle2014-05-121-1/+1
* 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-097-16/+23
* SERVER-13892: Compiler FixesMark Benvenuto2014-05-091-1/+1
* 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-099-12/+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-0959-501/+529
* SERVER-12064 SERVER-12283 Use gcc atomic builtins if availableRobie Basak2014-05-091-2/+4
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-099-39/+145
* 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-083-327/+287
* SERVER-13635 get deletedRecordFor() out of RecordStore interfaceMathias Stearn2014-05-083-7/+3
* SERVER-13614 distlock_test.cpp doesn't handle connectivity exceptionsSiyuan Zhou2014-05-081-2/+2
* SERVER-13264 Fix incorrect line endings prior to license updateIan Whalen2014-05-081-28/+28
* SERVER-10516: Mitigate invalid address errors for MapViewOfFileExMark Benvenuto2014-05-081-35/+149
* SERVER-13868 Mark V1 users as probed on databases that they do not have surro...Spencer T Brody2014-05-072-2/+5
* SERVER-13870 Use RAII to prevent memory leaking in shard targetingSiyuan Zhou2014-05-071-5/+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-0715-15/+56
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-3/+2
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-062-1/+32
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-2/+3
* 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
* Improve debugging for Windows RunMongoProgram errorsMathias Stearn2014-05-061-4/+10
* SERVER-13640: free extents in desctrutorEliot Horowitz2014-05-061-1/+4