summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-1416-675/+545
* extra debugging info in server8070.js with hopes of fixing intermittent failu...Matt Dannenberg2014-01-141-0/+1
* SERVER-12274 fix write concern handling for batch downconversionGreg Studer2014-01-1413-187/+942
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-1464-175/+173
* SERVER-3443 SERVER-7754 add plan exec stats to system profileHari Khalsa2014-01-143-3/+15
* SERVER-11767 allow more time for records to replicate, on slower buildersEric Milkie2014-01-141-1/+1
* SERVER-11767 display interrupted index builds nicelyEric Milkie2014-01-141-0/+1
* testsEric Milkie2014-01-148-106/+468
* Revert "SERVER-12038 SERVER-12193 LiteParsedQuery validate queries with $meta"Jason Rassi2014-01-132-86/+0
* SERVER-12355: make IndexCatalog use invariant instead of verifyEliot Horowitz2014-01-131-29/+31
* SERVER-12355: add "invariant" for invariant checking in server codeEliot Horowitz2014-01-134-2/+17
* SERVER-12353 Fix error message of failed $mulAdam Comerford2014-01-131-1/+3
* SERVER-12038 SERVER-12193 PlanCacheTest should use $meta properlyJason Rassi2014-01-131-1/+2
* SERVER-12351 Correct comments in action_types.txtAndreas Nilsson2014-01-131-3/+3
* SERVER-12035 Add "oplog" section to serverStatus outputSpencer T Brody2014-01-134-0/+78
* SERVER-12038 SERVER-12193 LiteParsedQuery validate queries with $metaJason Rassi2014-01-132-0/+86
* SERVER-10026 uint64_t -> size_t for a more BSON-friendly explain on OSXHari Khalsa2014-01-135-53/+52
* SERVER-12264 prevent from tryToGoLiveAsSecondary() from waiting on global wri...matt dannenberg2014-01-132-7/+63
* SERVER-12348 removed false comment from action_types.txtMatt Dannenberg2014-01-131-1/+1
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-132-0/+4
* SERVER-12202 Use logging system to report failures during runGlobalInitialize...Andy Schwerin2014-01-132-2/+12
* SERVER-11889 add full stats tree to explain, cobble something together for ix...Hari Khalsa2014-01-137-48/+287
* SERVER-11376 cleanupOrphaned errMsg and log contains moveChunkRandolph Tan2014-01-131-4/+5
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-1311-60/+109
* SERVER-12296 add header to fix buildEric Milkie2014-01-131-0/+2
* SERVER-12247 Write commands allow un-indexable document to be replicatedDan Pasette2014-01-133-0/+53
* SERVER-11595: move compact into Collection structure and do index bulk buildsEliot Horowitz2014-01-128-332/+410
* SERVER-11628: make sure ttl index is complete before deleting documentsEliot Horowitz2014-01-121-4/+14
* SERVER-12296 cache a backup plan for blocking sort solutionsDavid Storch2014-01-129-23/+158
* SERVER-12136 fix explain assertsDavid Storch2014-01-121-5/+1
* SERVER-5470 enable mongos plan cache commands in pass through mode.Benety Goh2014-01-125-3/+221
* SERVER-12156 Have mongos refuse to run upgrade if it detects old binaries any...Andy Schwerin2014-01-104-8/+35
* SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-101-0/+4
* SERVER-12136 don't error if explain for profiler failsHari Khalsa2014-01-101-1/+1
* SERVER-1205 explode point interval scans to obtain sortHari Khalsa2014-01-105-108/+471
* Remove a stray stringstream in QueryPlannerAccessAndrew Morrow2014-01-101-3/+0
* SERVER-11995 Test of successful upgrade of auth schema on a sharded cluster w...Andy Schwerin2014-01-101-0/+266
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-1013-69/+432
* SERVER-12136 hook additional profiler fields up to the query systemDavid Storch2014-01-105-31/+84
* SERVER-12219 allow idhack with $isolatedDavid Storch2014-01-101-20/+30
* SERVER-11214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-102-21/+7
* SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-107-273/+276
* SERVER-5470 projection support for planCacheGenerateKey command. implemented ...Benety Goh2014-01-107-11/+159
* SERVER-12290: fix dropping non-existant collection errorEliot Horowitz2014-01-102-2/+8
* SERVER-11192 make sure to set all instances of the runCommandHook, for specia...Eric Milkie2014-01-092-0/+4
* SERVER-12257: on msync failure, check if the file is still mapped or not befo...Eliot Horowitz2014-01-091-13/+26
* SERVER-12277 CanonicalQuery forbids queries with both $text and $nearJason Rassi2014-01-092-0/+34
* SERVER-12153 SERVER-12171 Restrict valid query expressions with $textJason Rassi2014-01-093-2/+107
* SERVER-12153 SERVER-12171 Refactor CanonicalQuery::isValid()Jason Rassi2014-01-094-22/+173
* comments and instructions on using make_vcxproj script and its limitationsDwight2014-01-091-3/+23