summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12116 Return better messages to the user when the authz version field ...Spencer T Brody2014-03-037-19/+56
* SERVER-12908 don't aggressively retry when config inconsistency detected in b...Greg Studer2014-03-031-0/+1
* 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-12968: downcast createIndexes on 2.6 mongos -> insertEliot Horowitz2014-03-011-19/+138
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-281-1/+0
* SERVER-12903: Fix MSI UpgradeMark Benvenuto2014-02-283-5/+31
* SERVER-12897, SERVER-12894: Various MSI FixesMark Benvenuto2014-02-283-8/+23
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-282-4/+4
* SERVER-12557 allow exists queries to use an indexSamantha Ritter2014-02-284-4/+149
* SERVER-11688 Improve diagnostic messages for metadata reloading in shardsSiyuan Zhou2014-02-281-17/+29
* SERVER-12962 Set ok field on failed upconverted writesMathias Stearn2014-02-282-0/+24
* SERVER-12955: MultiIndexBlock needs to check pdfile versionEliot Horowitz2014-02-282-2/+16
* SERVER-11770 Support setting the gssapiServiceName in mongo* tools.Andy Schwerin2014-02-283-5/+34
* 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-11770 Support changing the default gssapiServiceName from the shell co...Andy Schwerin2014-02-284-12/+54
* 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-12921 Make sure mongorestore runs cleanup routines on errorSpencer T Brody2014-02-281-10/+14
* SERVER-12885 Make sure mongodump can dump admin.system.users when explicitly ...Spencer T Brody2014-02-281-1/+1
* SERVER-12868 Pick backup plan when winning plan contains hashed AND stageBenety Goh2014-02-274-7/+75
* 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-273-6/+332
* SERVER-12945: inc/mul error message more betterScott Hernandez2014-02-271-3/+5
* SERVER-12931 propagate error from MultiPlanRunner::workAllPlans to getNextBenety Goh2014-02-274-8/+18
* SERVER-12931 add failure status to working set if child stage fails without p...Benety Goh2014-02-2711-1/+135
* SERVER-12876: fix durability check for if we need to commit fixing compactEliot Horowitz2014-02-273-5/+6
* SERVER-10026 add memory usage stats to sort and print stats upon errorHari Khalsa2014-02-275-2/+44
* SERVER-12030 Only reference SNMP directory for enterprise MSI'sErnie Hershey2014-02-271-4/+4
* SERVER-12711 downgrade plan stats error logging from warning() to LOG(2)Benety Goh2014-02-271-6/+6
* SERVER-12786: missing () on callScott Hernandez2014-02-261-1/+1
* SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin2014-02-264-23/+21
* SERVER-12030 Have MSI put SNMP docs in snmp directoryErnie Hershey2014-02-262-0/+10
* SERVER-12911 make ensureIndex return value consistentRandolph Tan2014-02-261-4/+2
* SERVER-12915 only track modified docs if move or mods affect indicesHari Khalsa2014-02-261-4/+7
* SERVER-10026 don't add a collscan solution if ixscan soln existsHari Khalsa2014-02-266-76/+168
* SERVER-12825 don't use ixisect if a compound index is availableDavid Storch2014-02-263-12/+173
* SERVER-12915 update must keep track of updated locs even w/in-place updatesHari Khalsa2014-02-261-12/+19
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-268-34/+94
* SERVER-12896 MongoRunner fixes to make multiversion tests run on WindowsKaloian Manassiev2014-02-261-3/+46
* SERVER-12873 add more plan ranking dbtestsHari Khalsa2014-02-251-3/+157
* SERVER-12774 added nscanned and nscannedObjects to slow query logBenety Goh2014-02-255-4/+28
* SERVER-12887: change order of syslog options in helpSam Kleinman2014-02-251-5/+5
* SERVER-11432 PageFaultRetryableSection shouldn't set hasWrittenThisOpJason Rassi2014-02-251-1/+0
* SERVER-12842 do not add filterSet to explain if solution is not available in ...Benety Goh2014-02-252-1/+32
* SERVER-12873 begin dbtest file for plan ranking, add force-ixisect flag for qaHari Khalsa2014-02-254-0/+210