summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-14892 Fix memory leak in MatchExpressionParser::_parseElemMatchJason Rassi2014-08-201-5/+6
* SERVER-14831 Fix signed/unsigned comparison in fts_query_test.cppJason Rassi2014-08-191-4/+4
* SERVER-14831 Add textIndexVersion:1 support to FTSQueryJason Rassi2014-08-197-22/+95
* SERVER-14284 Tests using profiler can't run in parallel w/ each otherJason Rassi2014-08-191-1/+7
* SERVER-14284 cursor6.js, update_setOnInsert.js turn profiler offJason Rassi2014-08-192-0/+3
* SERVER-14848 Add index_id_desc.js to core suiteJason Rassi2014-08-111-0/+34
* SERVER-14829 UpdateIndexData::clear() reset all member variablesJason Rassi2014-08-112-0/+19
* SERVER-14076 remove replset_remove_node.js as it is redundant and flakeyMatt Dannenberg2014-08-111-87/+0
* post 2.6.4Ernie Hershey2014-08-107-7/+7
* BUMP 2.6.4r2.6.4Ernie Hershey2014-08-087-7/+7
* post 2.6.4-rc1Ernie Hershey2014-08-047-7/+7
* BUMP 2.6.4-rc1r2.6.4-rc1Ernie Hershey2014-08-017-7/+7
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-0116-52/+279
* SERVER-13760 added check on source collection size before running mongoexportBenety Goh2014-07-311-0/+3
* BUMP 2.6.4-rc0Ernie Hershey2014-07-317-7/+7
* Revert "BUMP 2.6.4"Ernie Hershey2014-07-317-7/+7
* BUMP 2.6.4Ernie Hershey2014-07-317-7/+7
* SERVER-14731 print more debug info when plan_cache_ties.js failsDavid Storch2014-07-301-4/+36
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-3012-150/+362
* SERVER-13798 add dependency on connection to cursor object tracker in JavaScr...Benety Goh2014-07-303-27/+45
* SERVER-9482 add flag to enable activation of FIPS mode (off by default)Eric Milkie2014-07-292-5/+10
* Revert "SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile from running...Matt Kangas2014-07-292-10/+0
* SERVER-14701 backup auth role should allow running the collstats command for ...Amalia Hawkins2014-07-282-8/+31
* SERVER-14147 fix index_multi.js retry by passing the correct noConnect valueDavid Storch2014-07-281-3/+3
* SERVER-14147 make index_multi.js retry on connection failureRandolph Tan2014-07-281-6/+32
* SERVER-13833 userAdminAnyDatabase role should be able to create and drop inde...Amalia Hawkins2014-07-282-2/+33
* SERVER-14665 Make sure that _me BSONObj is owned before we store it asideSpencer T Brody2014-07-252-1/+3
* SERVER-14283 Update package config file httpinterface defaultErnie Hershey2014-07-252-4/+4
* SERVER-14123 Delete jstests/sharding/explain_large.jsJason Rassi2014-07-251-53/+0
* SERVER-14039 Wrong limit after skip with $nearSphere, 2d indexSiyuan Zhou2014-07-242-0/+4
* Revert "SERVER-13681: Remove lock that was an incorrect workaround for Azure ...Mark Benvenuto2014-07-242-39/+33
* SERVER-14625 fix index bounds issue for negation inside elemMatchDavid Storch2014-07-242-0/+23
* SERVER-14123 prevent explain BSON from growing too large on mongosDavid Storch2014-07-242-1/+65
* SERVER-14431 Invalid chunk data after splitting on a key that's too large to ...Randolph Tan2014-07-247-6/+75
* SERVER-14607 fix compile for index intersection dbtestDavid Storch2014-07-241-32/+28
* SERVER-14607 do not discard data while merging working set members for index ...David Storch2014-07-242-9/+294
* SERVER-14518: Allow disabling hostname validation for SSLSpencer Jackson2014-07-234-10/+51
* SERVER-14123 prevent the explain BSONObj from growing too largeDavid Storch2014-07-233-3/+34
* SERVER-14107 Querying for a document containing a value of either type Javasc...Adam Midvidy2014-07-221-2/+1
* SERVER-14254 convert _v8_function from function pointer to booleanBenety Goh2014-07-221-4/+4
* SERVER-14556 mongod --configsvr default dbpath should be same as 2.4Matt Kangas2014-07-223-11/+20
* SERVER-13707 simplify tojsonObjectBenety Goh2014-07-222-13/+35
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-2211-52/+209
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-07-223-4/+47
* SERVER-14212 Fix test of _mergeAuthzCollections command by adding missing "db...Spencer T Brody2014-07-221-0/+3
* SERVER-14355 Allow dbAdmin role to create system.profile collection with cust...Spencer T Brody2014-07-212-1/+13
* SERVER-14212 When restoring users and roles for a single db with --drop, don'...Spencer T Brody2014-07-216-78/+185
* SERVER-14341 OpCounters missing calls to _checkWrap() added backJason Rassi2014-07-212-8/+42
* SERVER-13994 turn off pre-fetching for parallelCollectionScan commandDavid Storch2014-07-211-8/+0
* SERVER-14311 account for key skips in plan ranking by returning NEED_TIME in ...David Storch2014-07-214-6/+76