summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-24494 Implemented parsing for linearizable read concern."r3.3.9Eric Milkie2016-06-273-63/+7
* SERVER-24784 BackgroundSync checks local shutdown flag instead of global mong...Benety Goh2016-06-252-3/+22
* SERVER-23649 Remove fallback in DBClientWithCommands::getCollectionInfosJess Fan2016-06-241-96/+41
* SERVER-24286 Restore stream state flags when writing top outputAndrew Morrow2016-06-241-1/+6
* SERVER-24230 Update MozJS config per re-generation on OSX 10.8Andrew Morrow2016-06-241-1/+0
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-2432-2400/+3391
* Import wiredtiger-wiredtiger-2.8.0-511-gd8fb874.tar.gz from wiredtiger branch...Ramon Fernandez2016-06-24161-1688/+3142
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-248-1/+392
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-2424-14/+761
* SERVER-24701 Add option to set writeConcern for ShardingCatalogClient write opsRandolph Tan2016-06-2416-85/+206
* SERVER-24711 properly timeout asio connectionsMatt Cotter2016-06-244-1/+43
* SERVER-24781 Temporarily prevent the balancer from taking collection lockKaloian Manassiev2016-06-241-56/+7
* SERVER-24772 Remove print statements from assert.soon() calls in sharding/mon...Esha Maharishi2016-06-241-47/+70
* SERVER-24542 implement optimistic reads/writes for asio message portMatt Cotter2016-06-242-34/+112
* SERVER-24753 Make the balancer thread initialization interruptibleKaloian Manassiev2016-06-242-61/+28
* SERVER-24582 handle errors in asio closeJason Carey2016-06-241-1/+7
* SERVER-24387 FTDC invokes the 'collStats' command with the database parameter...Mark Benvenuto2016-06-241-17/+16
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-2423-737/+10
* Revert "SERVER-5905 Add collStats aggregation stage"Mathias Stearn2016-06-248-388/+1
* SERVER-24400 Backport spidermonkey 48-bit virtual address space fixJonathan Reams2016-06-244-2/+111
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-2421-10/+1485
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-2423-415/+918
* SERVER-24750 Remove RHEL5 supportAndrew Morrow2016-06-245-250/+25
* SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suitehari devaraj2016-06-241-0/+1
* SERVER-24734 Check for an invalid ConnectionString type when parsing an addSh...Esha Maharishi2016-06-243-8/+7
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-238-1/+388
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-2323-10/+737
* SERVER-24733 abandon snapshot when getting oplog entries from oplog bufferJudah Schvimer2016-06-231-0/+3
* SERVER-22696 Enable clang-format for code with JS template stringsKamran Khan2016-06-234-14/+1
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-233-7/+19
* SERVER-24745 added collection scan support to storage interface for findOne a...Benety Goh2016-06-235-56/+207
* SERVER-24494 Implemented parsing for linearizable read concern.hari devaraj2016-06-233-7/+63
* SERVER-21148 Upload FTDC data from Evergreen test runsMike Grundy2016-06-231-0/+20
* SERVER-22668 Cleanup the balancer policy testsKaloian Manassiev2016-06-234-217/+182
* SERVER-24744 added BackgroundSync::startup() to start oplog buffer and task e...Benety Goh2016-06-234-51/+68
* SERVER-24740 Print less to the logs during sharding/repl_monitor_refresh.jsAndy Schwerin2016-06-231-26/+30
* SERVER-24653 $graphLookup should check permissions on "from" collection.Charlie Swanson2016-06-232-0/+86
* SERVER-24645 Add mutable bson algorithms comparator support.David Hatch2016-06-233-10/+65
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where approp...Judah Schvimer2016-06-238-24/+28
* SERVER-24405 enable collation.js in sharding passthrough suitesDavid Storch2016-06-223-22/+22
* SERVER-24405 make sharded mapReduce forward collation when input collection i...David Storch2016-06-223-63/+89
* SERVER-24405 add collation to mongos implementation of update and delete comm...David Storch2016-06-226-0/+263
* SERVER-24405 make count command forward collation to the shardsDavid Storch2016-06-221-1/+1
* SERVER-24713 ensures config_server_checks.js fails ReplSetTest restart on aut...Judah Schvimer2016-06-222-3/+3
* SERVER-24597 Fix check that prevents sending mapreduce output to config serversSpencer T Brody2016-06-224-7/+21
* SERVER-22659 Adding CommitChunkMigration command on the config server.Dianna Hohensee2016-06-225-127/+517
* SERVER-24242 Don't create a vector<BSONElement> just to iterateMathias Stearn2016-06-221-4/+2
* SERVER-24242 OldThreadPool::schedule() should move its task argumentMathias Stearn2016-06-221-1/+1
* SERVER-24242 Only get slaveDelaySecs from the replCoordinator once per batchMathias Stearn2016-06-221-3/+2
* SERVER-24242 Use FastClockSource when enforcing replBatchLimitSecondsMathias Stearn2016-06-222-10/+11