summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-2511-16/+35
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-2516-92/+621
* SERVER-23918 extend stepdown time for replsetfreezeEric Milkie2016-04-251-1/+1
* SERVER-22667 Introduce a MigrateInfoVector typeKaloian Manassiev2016-04-254-29/+18
* SERVER-23494 Move saveGLEStats into sharding_egress_metadata_hook_for_mongosKaloian Manassiev2016-04-255-58/+44
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-255-27/+0
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-253-0/+50
* SERVER-22604 remove dead writeConcern related codeJudah Schvimer2016-04-255-259/+116
* SERVER-23875 MongoRunner._startWithArgs returns pid if not waiting for connec...Benety Goh2016-04-251-25/+31
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-257-27/+1
* SERVER-18277 Properly configure ServiceContext in document_source_test.Andy Schwerin2016-04-252-4/+12
* Fix lintr3.3.5Geert Bosch2016-04-222-2/+4
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-228-349/+1399
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-2211-30/+28
* SERVER-1393 Allow specifying BSON version to validateGeert Bosch2016-04-223-9/+21
* SERVER-22647 remove extra loggingRandolph Tan2016-04-221-1/+0
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-225-9/+59
* SERVER-23785 create WriteConcernError error classJudah Schvimer2016-04-224-12/+5
* SERVER-23473 Add collation parameter to the findAndModify commandTess Avitabile2016-04-223-0/+103
* SERVER-22667 Remove usages of ShardConnection from chunk.cppKaloian Manassiev2016-04-221-21/+30
* SERVER-23609 Get rid of struct ChunkInfoKaloian Manassiev2016-04-224-57/+43
* SERVER-23473 Add collation parameter to the geoNear commandTess Avitabile2016-04-221-1/+16
* SERVER-23473 Add collation parameter to the group commandTess Avitabile2016-04-222-0/+15
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-2114-118/+16
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-2117-2485/+1197
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-218-70/+806
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-2111-26/+18
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-216-16/+25
* SERVER-23129 Reject unknown fields in write commandsMathias Stearn2016-04-216-33/+75
* SERVER-20224 correctly check for BatchedCommandResponse parse errors in user ...Mathias Stearn2016-04-211-6/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2157-348/+550
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-212-1/+23
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-212-87/+53
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-2157-515/+306
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-213-46/+46
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-213-46/+46
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2157-306/+515
* SERVER-6146 Aggregation now supports the in expression.Benjamin Murphy2016-04-212-0/+30
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-212-0/+32
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-212-0/+101
* SERVER-23436 ProjectionNode::getSort propagates sort from children.Benjamin Murphy2016-04-217-47/+425
* SERVER-23270 Fix command line help text for --confidbMisha Tyulenev2016-04-211-8/+5
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-2117-99/+187
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-2112-64/+67
* SERVER-23473 Add collation parameter to the distinct commandTess Avitabile2016-04-211-0/+16
* SERVER-23473 Add collation parameter to the count commandTess Avitabile2016-04-213-3/+50
* SERVER-23065 don't strip assignments to 2dsphere indices with geo predicate b...David Storch2016-04-212-12/+148
* SERVER-22647 fixed lintBenety Goh2016-04-211-1/+2
* SERVER-23838 Disable warnings for no access control and no bind_ipAndreas Nilsson2016-04-201-24/+25
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-2017-179/+315