summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-0216-199/+273
* SERVER-39610 Remove outdated references to the metrics mutex in the Transacti...William Schultz2019-07-023-15/+5
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-0210-917/+2
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-027-4/+33
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-023-8/+22
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-021-3/+3
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-022-0/+17
* SERVER-9668 Use SCons install target tags to identify mapping of targets to i...Mathew Robinson2019-07-0210-103/+113
* SERVER-41495 upgrade libfmt to fix a %g issueBilly Donahue2019-07-0216-1482/+1374
* SERVER-41986 add handling of unfinished indexes due to shutdownBenety Goh2019-07-021-3/+12
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-0210-236/+611
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-015-1/+23
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-014-31/+47
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-07-011-104/+117
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-012-4/+10
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-018-30/+36
* SERVER-41975 Skip ASIO::basic_socket::cancel() in session_asio.hRahul Sundararaman2019-07-011-1/+0
* SERVER-42005 Don't refer to deleted memory in transaction router unit testBlake Oler2019-07-011-3/+5
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-0112-13/+82
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-014-47/+143
* SERVER-42015 IndexBuildsCoordinator releases collection lock after index buil...Benety Goh2019-07-011-0/+1
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-0122-201/+184
* SERVER-40915 View namespaces now included in the LockManager's ResourceId::to...Daniel Solnik2019-07-012-3/+115
* SERVER-41910 Make RSM return mulitple hosts in the presence of tagsShaileja Jain2019-07-012-106/+133
* SERVER-41919 Disallow specific types for explicit encryptionShreyas Kalyan2019-07-011-0/+7
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-015-23/+39
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-296-49/+236
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-2821-406/+189
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-2824-386/+406
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-2824-406/+386
* SERVER-41585 Modified background_thread_clock_source_test to not assume we ca...Shaileja Jain2019-06-281-1/+1
* SERVER-18867 Restore _getState() to registerChange invariantMaria van Keulen2019-06-281-1/+1
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-2812-528/+1000
* SERVER-41425 operator"" _dec128 for Decimal128 literalsBilly Donahue2019-06-282-39/+72
* SERVER-41495 HostAndPort streaming refactorBilly Donahue2019-06-282-51/+57
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-2869-979/+347
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-285-11/+11
* SERVER-41808 Create moveable KeyString Value typeLouis Williams2019-06-283-0/+107
* SERVER-41837 Fix unittest compilation on non-ssl mac buildsMark Benvenuto2019-06-281-2/+2
* SERVER-41809 Undo collapse of integration tests in mongo/clientAndrew Morrow2019-06-282-4/+16
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-2819-226/+210
* SERVER-41714 DocumentSourceSequentialDocumentCache should not start serving t...Xin Hao Zhang2019-06-274-1/+93
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-2720-805/+1007
* SERVER-41825 Remove FCV checks related to mutable shard key fieldsjannaerin2019-06-271-18/+5
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-274-124/+162
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-06-272-11/+18
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-06-272-20/+143
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-2713-49/+53
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-2712-19/+20
* SERVER-41844 add evergreen builder for alternate createIndexes implementationBenety Goh2019-06-271-1/+0