summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-2117-23/+599
* SERVER-8033 Sharded agg should only send needed fields from shards to mongosMathias Stearn2014-01-216-47/+188
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-2116-331/+481
* SERVER-11413 Fix agg DocumentSourceCursor explain formatMathias Stearn2014-01-211-1/+1
* SERVER-6851 Remove old external sort implementationMathias Stearn2014-01-216-471/+12
* SERVER-12241 Cleanup of action types for internal actionsAndreas Nilsson2014-01-213-11/+4
* SERVER-12359 add testing of auth functionality in a replset during a compactmatt dannenberg2014-01-212-55/+92
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-2119-63/+126
* SERVER-12038 Add required $meta proj to CanonicalQueryTest test caseJason Rassi2014-01-211-1/+2
* SERVER-12038 SERVER-12193 LiteParsedQuery validate queries with $metaJason Rassi2014-01-212-0/+86
* SERVER-12038 PipelineD::prepareCursorSource resilient to CQ failureJason Rassi2014-01-211-3/+3
* fix profile1.js testScott Hernandez2014-01-201-6/+18
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-1713-41/+69
* Revert "SERVER-2094 distinct only wants the field it's distinct-ing over"Hari Khalsa2014-01-172-16/+12
* SERVER-12393 can't turn off insert validation for shell/drivers bulk apiRandolph Tan2014-01-174-55/+53
* SERVER-12395 add unique id and check when msync failsEric Milkie2014-01-174-8/+22
* SERVER-12274 revert incorrect test changes to server7781.jsGreg Studer2014-01-171-11/+3
* SERVER-2094 distinct only wants the field it's distinct-ing overHari Khalsa2014-01-172-12/+16
* Fixup all relative includes refering to parent directoriesAndrew Morrow2014-01-1711-17/+17
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-1728-119/+31
* SERVER-12298 Fix typos in bsonExtractIntegerField status messageKamran Khan2014-01-171-1/+1
* Fix assert numbers from separate patchShaun Verch2014-01-171-2/+2
* SERVER-11814 Support new strict date format in JSON parserShaun Verch2014-01-172-24/+75
* SERVER-10159 In receivedUpdate, parse CanonicalQuery outside DB Write lock.Andy Schwerin2014-01-176-13/+48
* SERVER-12361 bulk api does not correctly handle GLERandolph Tan2014-01-173-47/+129
* SERVER-12274 bugfix always report err: null if ok: trueGreg Studer2014-01-166-16/+43
* SERVER-2677 Allow hint to work with the count command.Dan Pasette2014-01-164-8/+32
* Swallow return value of writes in tcmalloc profiling code, to satisfy some co...Andy Schwerin2014-01-161-2/+4
* SERVER-12328 fix bad verifies in cached plan runnerDavid Storch2014-01-161-2/+7
* SERVER-11643: remove nsdetails from replEliot Horowitz2014-01-163-15/+15
* SERVER-9466 always display numYields in slow query logDavid Storch2014-01-161-2/+1
* SERVER-12274 make osx happy by explicitly stack-alloc'ing temporaryGreg Studer2014-01-161-1/+2
* SERVER-10026 update dbtests for keeping invalidated docs in queryHari Khalsa2014-01-162-15/+12
* SERVER-10026 modify stages to preserve and expect invalidated docsHari Khalsa2014-01-1615-61/+108
* SERVER-10026 runners silently drop results that are lacking data due to inval...Hari Khalsa2014-01-165-27/+60
* SERVER-12274 mongos GLE changes for better backwards compatibilityGreg Studer2014-01-1614-271/+747
* SERVER-12328 do not add cache feedback if the runner has been killedDavid Storch2014-01-162-2/+9
* SERVER-12356 Error object returned to shell is displayed as [object Object]Randolph Tan2014-01-162-14/+38
* SERVER-12328 remove plans from the cache if they are not performantDavid Storch2014-01-155-17/+146
* SERVER-11875 revert distlock conversionRandolph Tan2014-01-151-13/+1
* SERVER-11681 remove unneeded WBL warning (current code was causing compilatio...Eric Milkie2014-01-151-4/+0
* SERVER-8871 admin hintsBenety Goh2014-01-1531-195/+1842
* SERVER-11767 allow more time for records to replicate, on slower buildersEric Milkie2014-01-155-5/+5
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-1523-226/+205
* SERVER-12329 UpdatedExisting always true after update commandRandolph Tan2014-01-151-1/+3
* SERVER-11875 Make sure write concern is set before getting the valueRandolph Tan2014-01-151-1/+3
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-155-237/+54
* SERVER-12274 use new code for wmode testsGreg Studer2014-01-157-7/+1
* SERVER-10793 always step down when another primary is seenEric Milkie2014-01-151-5/+1
* SERVER-11706 fix replicated convertToCapped w/index buildsEric Milkie2014-01-152-10/+20