summaryrefslogtreecommitdiff
path: root/src/mongo
AgeCommit message (Expand)Author
2017-06-20SERVER-28418 make the split command on mongod return a stale version error if...r3.5.9Esha Maharishi
2017-06-20SERVER-29638 Changed the Error Message when failing to reach a sharded cluster.Tyler Kaye
2017-06-20SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer
2017-06-20SERVER-19402 Change find command semantics for sorting on an array field.David Storch
2017-06-20SERVER-29487 IdempotencyTest::validate() should also verify consistency of co...may
2017-06-20SERVER-29166 Implement an address range classSara Golemon
2017-06-20SERVER-28344: Implement the admin.system.sessions collectionSpencer Jackson
2017-06-20SERVER-29170: Create a composite class representing hierarchies of RestrictionSpencer Jackson
2017-06-20SERVER-29712 Add a polyfill for std::hardware_constructive_interference_sizeAndrew Morrow
2017-06-20SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez
2017-06-19SERVER-29319 mongos write commands support document sequencesMathias Stearn
2017-06-19SERVER-29319 Check $db in explainMathias Stearn
2017-06-19SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn
2017-06-19SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn
2017-06-19SERVER-29711 Fix nullptr dereference in OP_GET_MORE view check.David Storch
2017-06-19SERVER-29277 dropDatabase() sets dropPending flag in Database before dropping...Benety Goh
2017-06-19SERVER-29357 Add unit test for document validators on pending drop collectionsWilliam Schultz
2017-06-19SERVER-29727 Fix unused variable warning in mongo/util/uuid.cppKaloian Manassiev
2017-06-19SERVER-29715 IDL generator for commands with required namespace should genera...Kaloian Manassiev
2017-06-19SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn
2017-06-19SERVER-29626 Remove code to upconvert and downconvert AuditMetadataMathias Stearn
2017-06-19SERVER-29689 Use quickExit() in integration test main()Mathias Stearn
2017-06-19SERVER-29277 Database::createCollection() fails if dropDatabase is in the mid...Benety Goh
2017-06-19SERVER-29497 Make validate use KeyString instead of woCompare to improve comp...Gregory Wlodarek
2017-06-19SERVER-29403 Always do async accepts and fix solaris buildJonathan Reams
2017-06-19SERVER-29277 add Database drop-pending flagBenety Goh
2017-06-19SERVER-29690 Make coll_epoch_test1.js use causally consistent connectionsKaloian Manassiev
2017-06-19SERVER-29277 remove no-op statement from DatabaseImpl::dropDatabaseBenety Goh
2017-06-19SERVER-27244 Status usage compile-time error.ADAM David Alan Martin
2017-06-19SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang
2017-06-19SERVER-29710 Fix building on Solaris.ADAM David Alan Martin
2017-06-19SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile
2017-06-19SERVER-28754 Make BatchWriteExec on mongos send txnNumber/stmtId in the expli...Kaloian Manassiev
2017-06-19SERVER-28903 Convert WriteResult::SingleResult to idlRandolph Tan
2017-06-19SERVER-27244 Fix Lint in compiler_gcc.hADAM David Alan Martin
2017-06-18SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin
2017-06-17SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman
2017-06-17SERVER-29403 Implement TransportLayerASIOJonathan Reams
2017-06-16SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman
2017-06-16SERVER-26498 change error message for replSetStepDownchorn
2017-06-16SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow
2017-06-16SERVER-26540 Detach from boost::chronoAndrew Morrow
2017-06-16SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz
2017-06-16SERVER-29475 Install the logical session cachesamantharitter
2017-06-16SERVER-27347 For table drop, only close relevant URIs.Don Anderson
2017-06-15SERVER-26541 Remove dependence on boost::regex() by replacing all of its inst...Tyler Kaye
2017-06-15SERVER-29552 Prune list of direct dependencies for libSEPdAndrew Morrow
2017-06-15SERVER-29552 Fold runCommands into ServiceEntryPointMongodAndrew Morrow
2017-06-15SERVER-29552 Fold assembleResponse into ServiceEntryPointMongodAndrew Morrow
2017-06-15SERVER-29552 Complete the assemble_response libraryAndrew Morrow