summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34282 Ban change streams on entire database unless test commands are e...Bernard Gorman2018-04-053-1/+38
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-045-108/+147
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-0454-184/+171
* SERVER-34290 rollback via refetch handles missing dropTarget fieldBenety Goh2018-04-042-5/+2
* SERVER-33501 Aborted transaction number cannot be reused.Siyuan Zhou2018-04-043-21/+18
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-0466-843/+1376
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-0414-99/+276
* SERVER-33820: Allow change streams with 'updateLookup': "fullDocument" agains...Nick Zolnierz2018-04-044-19/+76
* SERVER-34287 only add writeConcern on abort and commitPavi Vetriselvan2018-04-041-4/+5
* Revert "SERVER-33767 verify targeted shard for global snapshot reads with mul...William Schultz2018-04-045-147/+108
* SERVER-34001: Add db.watch() shell helper to open a change stream for a databaseNick Zolnierz2018-04-041-0/+23
* SERVER-33774 make commitTxn, abortTxn, and prepareTransaction adminOnlyPavi Vetriselvan2018-04-041-0/+12
* Revert "only add writeConcern on abort and commit"Pavi Vetriselvan2018-04-041-5/+4
* Revert "make commitTxn, prepare, and abortTxn adminOnly"Pavi Vetriselvan2018-04-041-12/+0
* only add writeConcern on abort and commitPavi Vetriselvan2018-04-041-4/+5
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-0410-93/+211
* make commitTxn, prepare, and abortTxn adminOnlyPavi Vetriselvan2018-04-041-0/+12
* SERVER-33872 atClusterTime is only allowed for testingXiangyu Yao2018-04-041-0/+6
* SERVER-33834 Initialize isReadOnly fieldXiangyu Yao2018-04-041-1/+2
* SERVER-34303: Log WT recovery messages when storage.recovery is enabled.Daniel Gottlieb2018-04-041-0/+5
* SERVER-34040 Disallow $changeStream on internal databases and system collectionsBernard Gorman2018-04-042-0/+16
* SERVER-33879 config.transactions is not updated during startup replication re...Randolph Tan2018-04-044-49/+123
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-045-108/+147
* SERVER-34104 TransportLayerASIO's unittest should cleanly release sessionsJonathan Reams2018-04-041-2/+4
* SERVER-34004 Support commit and abort transaction commands on secondariesWilliam Schultz2018-04-031-2/+2
* SERVER-34145 Create flushDatabaseCacheUpdates internal commandjannaerin2018-04-0315-35/+281
* SERVER-33773 Add 'waitForMovePrimaryCriticalSection' flag to OperationShardin...Blake Oler2018-04-033-3/+50
* comment fixBilly Donahue2018-04-031-1/+1
* SERVER-32981 Disable TLS 1.0 by defaultSara Golemon2018-04-032-2/+29
* SERVER-33829 trigger client-side refresh of the cached database entry on Stal...Esha Maharishi2018-04-032-0/+12
* SERVER-34272 add CatalogCache::onStaleDatabaseVersion() to mark an existing d...Esha Maharishi2018-04-032-4/+31
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-038-12/+12
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-0311-11/+11
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-0314-72/+66
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-0227-73/+219
* SERVER-34139 Add certificate selector for Apple for SecureTransportSara Golemon2018-04-024-96/+265
* SERVER-33099 Trigger server-side refresh of the cached database entry on Stal...Esha Maharishi2018-04-024-1/+97
* SERVER-34246 Add getDatabaseVersion command on shards for support and testingEsha Maharishi2018-04-028-0/+170
* SERVER-34201 Allow marking a CatalogCache::DatabaseInfoEntry as 'needsRefresh'Esha Maharishi2018-04-022-31/+68
* SERVER-34239 Preserve readConcernArgs for DBDirectClient under txnMaria van Keulen2018-04-021-1/+6
* SERVER-34109 Make sure we accept 'stmtId' for all transaction-supported comma...Matthew Russotto2018-04-022-1/+3
* SERVER-34235 isNetworkError correctly checks for SocketException errorWilliam Schultz2018-04-021-4/+10
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-0210-68/+423
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-0215-480/+607
* SERVER-33218 implement txn shell helpers for reads and writesPavi Vetriselvan2018-04-022-5/+178
* SERVER-34218 Always reinitialize fields in FieldRef::parse().Justin Seyster2018-04-022-5/+12
* SERVER-34046 Ad an embedded specific ismaster commandAndrew Morrow2018-03-317-21/+127
* SERVER-34172: Use noop writes to timestamp index completion/failure on primar...Daniel Gottlieb2018-03-302-32/+69
* SERVER-34196 omit dropTarget field from generated oplog entry when it is falseBenety Goh2018-03-302-10/+36
* SERVER-34145 Add failpoint and getDatabase function calls to persist DB versi...jannaerin2018-03-304-4/+88