summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8871 admin hintsBenety Goh2014-01-1524-97/+1493
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-1523-226/+205
* SERVER-12329 UpdatedExisting always true after update commandRandolph Tan2014-01-151-1/+3
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-151-91/+22
* SERVER-10793 always step down when another primary is seenEric Milkie2014-01-151-5/+1
* SERVER-11706 fix replicated convertToCapped w/index buildsEric Milkie2014-01-151-0/+14
* SERVER-11643: remove some nsdetails calls for catalog versionsEliot Horowitz2014-01-158-9/+21
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-157-1170/+204
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-1534-39/+42
* SERVER-12274 bugfix append wc info to GLE, more wc error codesGreg Studer2014-01-151-0/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-1471-85/+85
* remove memconcept for now as its not being used universallyEliot Horowitz2014-01-148-240/+3
* SERVER-12049 Redact sensitive data from slowms outputAndreas Nilsson2014-01-144-8/+29
* SERVER-11834 Remove lockType field from listCommands outputSpencer T Brody2014-01-141-1/+0
* SERVER-12093 Improve error message when adding a user with a role that doesn'...Spencer T Brody2014-01-141-2/+15
* SERVER-12194 Better error message when an invalid role is encountered during ...Spencer T Brody2014-01-141-1/+2
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-2/+2
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-1412-326/+406
* SERVER-12156 Check replicaset member versions before doing auth schema upgrade.Andy Schwerin2014-01-141-0/+78
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-146-179/+219
* SERVER-12274 fix write concern handling for batch downconversionGreg Studer2014-01-141-38/+58
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-1459-166/+164
* SERVER-3443 SERVER-7754 add plan exec stats to system profileHari Khalsa2014-01-143-3/+15
* testsEric Milkie2014-01-141-4/+7
* 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-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-133-0/+27
* 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-131-7/+8
* 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-131-0/+1
* SERVER-12202 Use logging system to report failures during runGlobalInitialize...Andy Schwerin2014-01-131-1/+6
* SERVER-11889 add full stats tree to explain, cobble something together for ix...Hari Khalsa2014-01-136-47/+284
* SERVER-11376 cleanupOrphaned errMsg and log contains moveChunkRandolph Tan2014-01-131-4/+5
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-134-9/+9
* 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-131-0/+2
* SERVER-11595: move compact into Collection structure and do index bulk buildsEliot Horowitz2014-01-127-331/+409
* 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-128-19/+156
* SERVER-12136 fix explain assertsDavid Storch2014-01-121-5/+1
* SERVER-5470 enable mongos plan cache commands in pass through mode.Benety Goh2014-01-121-1/+2
* 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-103-64/+457
* Remove a stray stringstream in QueryPlannerAccessAndrew Morrow2014-01-101-3/+0
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-1010-69/+259