summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11772 new jstest suites for write command testingRandolph Tan2013-11-262-0/+224
* SERVER-11830 keep annulus bounds open on _outerRadius except for the last oneBenety Goh2013-11-262-2/+10
* SERVER-11856 minor formatting fix in error codeTyler Brock2013-11-261-1/+1
* SERVER-10517: do not add command such as db\.auth() to shell history when the...Xiuming Chen2013-11-251-1/+1
* SERVER-11772 new jstest suites for write command testingRandolph Tan2013-11-251-0/+1
* SERVER-10869 Do not log unredacted commands below debug log level 2.Andy Schwerin2013-11-251-1/+1
* SERVER-11830 handle geo near with two points on opposite sides of equatorBenety Goh2013-11-253-2/+33
* SERVER-11251 Make sure that ssl is enabled when sslFIPSMode is specifiedShaun Verch2013-11-251-3/+4
* SERVER-10026 tighten index bounds for some array equality queriesDavid Storch2013-11-253-26/+71
* SERVER-11639 migrate version startup testTyler Brock2013-11-253-25/+55
* SERVER-11844 filter out some symbols for 32-bit WindowsEric Milkie2013-11-251-0/+12
* SERVER-11639 migrate simpleRegex Startuptest to CppUnitTestTyler Brock2013-11-252-71/+113
* more work on the vcxproj file generator.Dwight2013-11-252-9/+46
* SERVER-11028 new abortOnFailure property of log domainsEric Milkie2013-11-252-8/+30
* setup_multiversion_mongodb.py no longer refers to nonexistent install_multive...Valeri Karpov2013-11-241-2/+2
* SERVER-11422 added test cases for null comparisonBenety Goh2013-11-232-0/+84
* SERVER-11414 added test cases for null comparison operations on non-existent ...Benety Goh2013-11-221-0/+12
* SERVER-10566 Don't use modulus in ElapsedTrackerMathias Stearn2013-11-222-2/+5
* SERVER-11781 better fix for V8Scope::objectDeptLimit linker errorMathias Stearn2013-11-222-1/+5
* SERVER-11827 Make changeOwnPassword privilege target the user's database rath...Spencer T Brody2013-11-221-1/+2
* SERVER-7973: when fsyncing the data files to disk, do not hold any locksEliot Horowitz2013-11-222-18/+27
* SERVER-11781 Use enum hack to avoid need to assign storage to static constantMathias Stearn2013-11-221-1/+1
* SERVER-11781 Don't crash when converting deeply nested or cyclical JS objects...Mathias Stearn2013-11-223-0/+54
* SERVER-10566 WorkingSet cleanup and optimizationMathias Stearn2013-11-224-60/+112
* SERVER-11792 fix mongos_options_testMatt Kangas2013-11-221-1/+1
* SERVER-10026 mock stage doesn't copy WSMs anymore but instead the data insideHari Khalsa2013-11-225-7/+39
* SERVER-11792 Fixed mongos option help to specify size unitsaksaharan2013-11-221-1/+1
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-225-110/+117
* SERVER-10026 support boolean in projection spec for covered queriesBenety Goh2013-11-213-51/+43
* SERVER-3984 added support for $or and geo queriesBenety Goh2013-11-211-0/+62
* SERVER-10026 sometimes there is no _id field and sometimes that's okHari Khalsa2013-11-212-3/+4
* SERVER-11804 WriteResult#getBatchError returns the wrong codeRandolph Tan2013-11-211-1/+3
* SERVER-10026 temporarily disable lite_projection_testHari Khalsa2013-11-212-10/+11
* SERVER-11455 added Object to support types for dollar type operator when work...Benety Goh2013-11-213-2/+55
* SERVER-11542 fixed coverity warning on potential resource leakBenety Goh2013-11-211-1/+1
* SERVER-11456 additional assertions and debugging output in server8070.jsBenety Goh2013-11-211-5/+16
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-2118-335/+593
* SERVER-10026 move sort bounds calculation into sort stageHari Khalsa2013-11-217-110/+94
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-2111-1511/+1821
* SERVER-11611: remove dependency on DataFileMgr.Amalia Hawkins2013-11-208-172/+410
* SERVER-11617 fixed index bounds for numerical types to support infinityBenety Goh2013-11-206-37/+125
* SERVER-11679 add some missing 'golden query' testsDavid Storch2013-11-203-52/+123
* SERVER-11759 errmsg is empty on sharding create index errorRandolph Tan2013-11-204-5/+41
* SERVER-11795 WriteResult#getBatchError returns nothing if ok is NumberLong(0)Randolph Tan2013-11-201-1/+1
* Remove extraneous warning about connecting to a pre-2.5.4 server.Dan Pasette2013-11-201-1/+0
* SERVER-11775 added test case for {$all: [null]}Benety Goh2013-11-201-0/+11
* SERVER-3156 handle projection spec using booleanBenety Goh2013-11-203-1/+117
* SERVER-11436 fixed incorrect bounds for {$lt: min} and {$gt: max} expressionsBenety Goh2013-11-205-7/+253
* Revert "SERVER-5424 use NumberInt function template in mongoToV8Element"Ernie Hershey2013-11-192-57/+1
* SERVER-11779 Fix typo in removeUser deprecation warningSpencer T Brody2013-11-191-1/+1