summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28418 make the split command on mongod return a stale version error if...r3.5.9Esha Maharishi2017-06-203-4/+11
* SERVER-29638 Changed the Error Message when failing to reach a sharded cluster.Tyler Kaye2017-06-201-2/+3
* SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer2017-06-203-0/+184
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-2014-235/+267
* SERVER-29487 IdempotencyTest::validate() should also verify consistency of co...may2017-06-201-52/+172
* SERVER-29749 Move rhel s390x repo building to larger distroRamon Fernandez2017-06-201-1/+2
* SERVER-29646 hang_analyzer.py signals python processes before attaching to an...Jonathan Abrahams2017-06-201-14/+15
* SERVER-29166 Implement an address range classSara Golemon2017-06-204-0/+554
* SERVER-28344: Implement the admin.system.sessions collectionSpencer Jackson2017-06-2011-26/+82
* SERVER-29170: Create a composite class representing hierarchies of RestrictionSpencer Jackson2017-06-204-0/+318
* SERVER-29712 Add a polyfill for std::hardware_constructive_interference_sizeAndrew Morrow2017-06-204-0/+106
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-206-9/+60
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-1927-269/+466
* SERVER-29319 Check $db in explainMathias Stearn2017-06-193-0/+23
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-1911-190/+117
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-1918-456/+233
* SERVER-29711 Fix nullptr dereference in OP_GET_MORE view check.David Storch2017-06-192-1/+20
* SERVER-29277 dropDatabase() sets dropPending flag in Database before dropping...Benety Goh2017-06-192-1/+47
* SERVER-29468 Add jstest to check for data corruption after rolling back renam...Allison Chang2017-06-191-0/+140
* SERVER-29357 Add unit test for document validators on pending drop collectionsWilliam Schultz2017-06-191-2/+11
* SERVER-29727 Fix unused variable warning in mongo/util/uuid.cppKaloian Manassiev2017-06-191-1/+1
* SERVER-29715 IDL generator for commands with required namespace should genera...Kaloian Manassiev2017-06-193-47/+74
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-1932-92/+229
* SERVER-29626 Remove code to upconvert and downconvert AuditMetadataMathias Stearn2017-06-194-89/+4
* SERVER-29689 Use quickExit() in integration test main()Mathias Stearn2017-06-191-1/+1
* SERVER-29277 Database::createCollection() fails if dropDatabase is in the mid...Benety Goh2017-06-192-0/+31
* SERVER-29497 Make validate use KeyString instead of woCompare to improve comp...Gregory Wlodarek2017-06-192-10/+24
* SERVER-29403 Always do async accepts and fix solaris buildJonathan Reams2017-06-194-44/+30
* SERVER-29277 add Database drop-pending flagBenety Goh2017-06-195-0/+80
* SERVER-29629 Add causally consistent passthrough with authMisha Tyulenev2017-06-193-0/+232
* SERVER-29409: reduce frequency of amzn-ent builderSam Kleinman2017-06-191-1/+2
* SERVER-29690 Make coll_epoch_test1.js use causally consistent connectionsKaloian Manassiev2017-06-193-3/+25
* SERVER-29399 Add mode to ignore missing reports in combine_reports.pyRobert Guo2017-06-192-6/+16
* SERVER-29277 remove no-op statement from DatabaseImpl::dropDatabaseBenety Goh2017-06-191-1/+0
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-195-23/+36
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-199-214/+417
* SERVER-29710 Fix building on Solaris.ADAM David Alan Martin2017-06-191-0/+4
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-1921-215/+1156
* SERVER-28754 Make BatchWriteExec on mongos send txnNumber/stmtId in the expli...Kaloian Manassiev2017-06-191-0/+15
* SERVER-28903 Convert WriteResult::SingleResult to idlRandolph Tan2017-06-196-26/+95
* SERVER-27244 Fix Lint in compiler_gcc.hADAM David Alan Martin2017-06-191-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-18219-1383/+1831
* SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman2017-06-176-62/+183
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-1736-82/+1420
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-1622-556/+782
* SERVER-29702 add assert.commandWorked() around addShard in shard_insert_getla...Esha Maharishi2017-06-161-2/+2
* SERVER-26498 change error message for replSetStepDownchorn2017-06-161-1/+2
|\
| * SERVER-26498 change error message for replSetStepDownchorn2017-06-121-1/+2
* | SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-165-2/+148
* | SERVER-29681 Make IDL commands support chained types and structsKaloian Manassiev2017-06-161-0/+2