summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-309-55/+65
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-291-10/+0
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-281-0/+10
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-0/+3
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-43/+38
* SERVER-21111 bench_test_crud_commands.js log addl. failure diagnosticsJason Rassi2015-10-261-3/+3
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-261-0/+16
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-221-0/+5
* SERVER-8246 Add instanceof support for MinKey/MaxKeyJonathan Reams2015-10-201-0/+18
* SERVER-20880 Add "readCmd" option to benchRun find/findOne operationsJason Rassi2015-10-202-37/+67
* SERVER-19906: verify() failure when text index on "_fts" has weights set to e...Mark Benvenuto2015-10-151-0/+9
* SERVER-20367 Remove references to geoWalk commandJudah Schvimer2015-10-151-13/+0
* SERVER-18622 listCollections should special case filtering by nameCharlie Swanson2015-10-132-14/+82
* SERVER-20849 Ensure explain output is actually computed during testCharlie Swanson2015-10-131-3/+3
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-131-38/+43
* SERVER-20849 Use correct stats object when explaining a MutliPlanStageCharlie Swanson2015-10-131-0/+59
* SERVER-20529: Prevent size changes in capped updatesGeert Bosch2015-10-091-0/+18
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-61/+80
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-11/+0
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-0/+14
* SERVER-20799 Remove aggregation + maxTimeMS test case from crud_api.js.Max Hirschhorn2015-10-071-4/+0
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-0/+41
* SERVER-20641 Equality query on _id with sort now works on mongosYunhe (John) Wang2015-10-011-0/+32
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-302-2/+40
* SERVER-20067 SERVER-19572 set readMode in shell based on wire versionDavid Storch2015-09-303-6/+6
* SERVER-20680 Naming changes to $indexStats aggregation outputJames Wahlin2015-09-301-1/+1
* SERVER-20660 fix mongos to not pass sortKey meta-projection with a $natural sortDavid Storch2015-09-281-0/+26
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-251-0/+39
* SERVER-20194 re-enable testsDavid Storch2015-09-243-146/+121
* SERVER-20332 make JS NumberLong more robustJason Carey2015-09-231-0/+65
* SERVER-17425 Disallow creation of v0 indexesDan Pasette2015-09-222-30/+7
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-18607 Promote modules list to stable buildInfo interfaceJonathan Reams2015-09-181-1/+1
* SERVER-19806 validate nToSkip and nToReturn when upconverting pseudocommands ...Adam Midvidy2015-09-182-3/+18
* SERVER-20485: jscore test fts_index_version2.js needs to use a unique collect...Mark Benvenuto2015-09-181-1/+1
* SERVER-20319 Min/MaxKey check type of singletonJason Carey2015-09-171-0/+15
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-0/+22
* SERVER-20080 Constrain ctor calls for JS typesJason Carey2015-09-171-0/+42
* SERVER-20470 ClusterFind::runQuery() should respect LPQ::wantMore()Jason Rassi2015-09-171-0/+7
* SERVER-20437 Reorganized sharding_jscore_passthrough blacklistYunhe (John) Wang2015-09-171-3/+0
* SERVER-9739 db.loadServerScripts shouldn't use evalJonathan Reams2015-09-171-2/+10
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-1/+1
* SERVER-12972: DBClientReplicaSet should ignore value of inline field of MapRe...Mark Benvenuto2015-09-161-1/+3
* SERVER-11735 Changed dbcase tests to detect write error instead of explicit e...Yunhe (John) Wang2015-09-162-2/+1
* SERVER-8653 Unblacklisted update_setOnInsert.jsYunhe (John) Wang2015-09-161-12/+0
* Revert "SERVER-17792 Kill cursors when query limit is reached in the shell"Jonathan Reams2015-09-151-21/+0
* SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams2015-09-151-0/+21
* Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"David Hows2015-09-141-110/+49
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-141-49/+110
* SERVER-20335 Mongos now forwards batchSize of none instead of 0Yunhe (John) Wang2015-09-101-1/+1