summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-298-38/+22
* SERVER-23294 DocumentSourceMergeCursors accept any valid cursor nsJason Rassi2016-03-292-25/+43
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-293-0/+117
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-293-9/+100
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-2910-14/+70
* SERVER-7695 Add ISO versions of date expressions.Jens Fahnenbruck2016-03-292-0/+192
* SERVER-22858 Add LIBDEP edge from oplog_entry to optime libraries.Andy Schwerin2016-03-281-0/+1
* SERVER-23191 group should pass an owned BSONObj to the reduce functionJonathan Reams2016-03-281-1/+2
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
* SERVER-23010: always wait for snapshot on WriteConcern.MajorityScott Hernandez2016-03-281-14/+11
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-276-42/+70
* SERVER-23010: do not update durable OpTime, and update commited snapshot, if ...Scott Hernandez2016-03-274-27/+50
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-275-7/+38
* SERVER-23010: change commmitted snapshot by either durable or applied optimeScott Hernandez2016-03-273-34/+22
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-272-2/+16
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-2715-82/+163
* SERVER-22580 Remove invalid UTF-8 from log messagesBenjamin Murphy2016-03-251-8/+6
* SERVER-23356 ExpressionSubstrCPTest does not null-terminate char*.Benjamin Murphy2016-03-251-4/+4
* SERVER-22708 Fixed whitespace lint errorAndreas Nilsson2016-03-251-1/+1
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-255-40/+63
* SERVER-22178 Move calls that cannot throw out of try/catch block.Charlie Swanson2016-03-252-2/+2
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-258-112/+281
* SERVER-20163 Aggregation now supports the zip expression.Benjamin Murphy2016-03-252-0/+187
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-253-15/+191
* SERVER-23274 renameCollection on a temporary collection correctly replicates.Benjamin Murphy2016-03-241-2/+2
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-242-1/+46
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-2412-114/+611
* SERVER-23276: Fix cpplint.pyMark Benvenuto2016-03-241-0/+29
* SERVER-23276: Disable MMapV1 on Big EndianMark Benvenuto2016-03-242-82/+85
* SERVER-4507 Group stages now take advantage of sorted input sequences.Benjamin Murphy2016-03-249-148/+969
* SERVER-20169 Aggregation now supports the range expressin.Benjamin Murphy2016-03-243-0/+100
* SERVER-23218 Decorate ServiceContext with a CollatorFactoryInterfaceTess Avitabile2016-03-246-0/+267
* SERVER-23097 fixed lint in MapReduceBenety Goh2016-03-231-1/+2
* SERVER-23292 sync source resolver should blacklist unreachable nodes for 10 s...Benety Goh2016-03-231-9/+21
* SERVER-23028 add test coverage for invalid UTF-8 passed to CollatorInterfaceICUDavid Storch2016-03-232-6/+221
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-2313-613/+115
* Revert "SERVER-22858 fix windows compile"Max Hirschhorn2016-03-231-1/+1
* SERVER-22858 fix windows compilematt dannenberg2016-03-231-1/+1
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-2313-115/+613
* SERVER-23097 Fix segfault on invalid BSONObj reference in MapReduceJames Wahlin2016-03-231-2/+1
* SERVER-23317 Mark migration_chunk_cloner_source_legacy as incompleteKaloian Manassiev2016-03-231-0/+5
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-2312-56/+64
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-239-9/+177
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-235-5/+1
* SERVER-23296 Recipient shard check for collection dropKaloian Manassiev2016-03-231-4/+6
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-2321-1678/+1995
* Merge pull request #1074 from dgottlieb/masterGeert Bosch2016-03-231-1/+1
|\
| * SERVER-23273 Allow MmapV1ExtentManager::recordNeedsFetch to be overridableDaniel Gottlieb2016-03-211-1/+1
* | SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-237-25/+164
* | SERVER-23296 Move pending chunk management under MigrationDestinationManagerKaloian Manassiev2016-03-239-554/+289