summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12762 make a new curop for each insert in a batch insertEric Milkie2014-03-101-23/+16
* SERVER-13105 do not check for pdfile upgrade if requested index is avail < v2.4Dan Pasette2014-03-091-0/+6
* SERVER-12976 Check collection name length limit in userAllowedWriteNSMathias Stearn2014-03-071-0/+7
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-0719-103/+152
* SERVER-12981 handle $and/$nor/$or under $elemMatchBenety Goh2014-03-072-0/+63
* SERVER-12929 propage error from GeoQuery::parseNewQuery to expression parserBenety Goh2014-03-066-16/+50
* SERVER-12902 moved canUseIDHack from getRunner to IDHackRunnerBenety Goh2014-03-063-11/+19
* SERVER-12902 extended ID hack to support {_id: 1} projectionBenety Goh2014-03-063-2/+75
* SERVER-12902 disallow queries with projections for id hackBenety Goh2014-03-062-9/+1
* SERVER-12902 number of required fields in parsed projection should be 1 when ...Benety Goh2014-03-062-0/+12
* SERVER-13067 fixed typo in log message for clearing plan cacheBenety Goh2014-03-061-1/+1
* SERVER-12328 less aggressive plan cache evictions when the stddev is smallDavid Storch2014-03-062-10/+22
* SERVER-13058: remove extra space in Windows service descriptionsSam Kleinman2014-03-061-2/+2
* SERVER-12997 Better error message for oversized insertMathias Stearn2014-03-061-1/+2
* SERVER-13060 restore --setParameter newCollectionsUsePowerOf2Sizes functionalityDan Pasette2014-03-061-6/+7
* SERVER-12857 Add test of access control for createIndexes commandSpencer T Brody2014-03-061-1/+1
* SERVER-13041 remove some slow leftover ixscan junk from fast count stageHari Khalsa2014-03-063-39/+42
* SERVER-12878 Delete ClientCursor in agg unless returning a cursor to user.r2.6.0-rc1Mathias Stearn2014-03-051-0/+7
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-057-11/+550
* SERVER-12939 prefer non-blocking sort plans when no plans produce or hit EOFDavid Storch2014-03-051-10/+22
* SERVER-12918 fixed skip() with equality queries on _idBenety Goh2014-03-051-0/+1
* SERVER-12964 updated plan cache and index filter commands to return empty res...Benety Goh2014-03-053-40/+38
* SERVER-12901 make maxSyncSourceLagSecs configurableDan Pasette2014-03-052-4/+11
* Revert "SERVER-12820 Parse connection string to handle replica set connection...Dan Pasette2014-03-051-18/+6
* SERVER-13007 added delimiters to plan cache keyBenety Goh2014-03-042-20/+100
* SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibilityGreg Studer2014-03-043-3/+21
* SERVER-3071 penalize fetches during rankingDavid Storch2014-03-042-3/+13
* SERVER-12820 Parse connection string to handle replica set connections in cop...Shaun Verch2014-03-041-6/+18
* SERVER-12529 fix explain output for nscannedObjects on $orSamantha Ritter2014-03-031-4/+1
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-035-11/+32
* SERVER-12935 override OR child indexOnly when explaining non-covered queriesBenety Goh2014-03-031-0/+12
* SERVER-12952 do less work for non-matching index docsHari Khalsa2014-03-032-11/+73
* SERVER-10026 limit number of self-intersectionsHari Khalsa2014-03-033-7/+27
* SERVER-12116 Return better messages to the user when the authz version field ...Spencer T Brody2014-03-037-19/+56
* SERVER-12980 Index spec equality check: don't consider 'background'Jason Rassi2014-03-031-0/+2
* SERVER-12848 Don't validate field names of array childrenAndrew Morrow2014-03-032-53/+94
* SERVER-12870 Better error message when prividing a pwd arg when creating an e...Spencer T Brody2014-03-021-0/+16
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-281-1/+0
* SERVER-12557 allow exists queries to use an indexSamantha Ritter2014-02-284-4/+149
* SERVER-12955: MultiIndexBlock needs to check pdfile versionEliot Horowitz2014-02-282-2/+16
* SERVER-10879 Index build use post-fixed spec to check if index existsJason Rassi2014-02-284-16/+49
* SERVER-10879 Text index builds validate both "key" and "weights"Jason Rassi2014-02-281-16/+18
* SERVER-10879 Index spec equality check should test all index optionsJason Rassi2014-02-281-5/+39
* SERVER-12866 explain queries should not mutate the cacheBenety Goh2014-02-283-40/+35
* SERVER-12866 added explain to canonical query constructorBenety Goh2014-02-289-26/+114
* SERVER-12868 Pick backup plan when winning plan contains hashed AND stageBenety Goh2014-02-273-4/+17
* SERVER-12868 renamed QuerySolution::hasSortStage to more generic hasBlockingS...Benety Goh2014-02-276-14/+27
* SERVER-12868 added getMemUsage to WorkingSetMemberBenety Goh2014-02-274-42/+37
* SERVER-12868 added memory usage accounting to hashed AND stageBenety Goh2014-02-272-5/+89
* SERVER-12945: inc/mul error message more betterScott Hernandez2014-02-271-3/+5