summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46306 Make cancelCommand integration tests wait for the command to acq...Cheahuychou Mao2020-02-214-45/+60
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-219-1/+424
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2123-162/+572
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-2117-69/+51
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during r...Ben Caimano2020-02-214-57/+17
* SERVER-46235 re-enable jstests/sharding/read_write_concern_defaults_applicati...Mark Benvenuto2020-02-211-1/+1
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-2112-30/+42
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-21668-793/+428
* SERVER-46258 Fix possible race in failWithErrorCodeInRuncommand failpointJason Chan2020-02-211-2/+2
* SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ...Alex Taskov2020-02-211-3/+0
* SERVER-39714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-214-17/+57
* SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter valuesSara Golemon2020-02-212-2/+61
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-2110-16/+44
* SERVER-46029 Do not write core files in the hang analyzer when running locall...Mikhail Shchatko2020-02-213-5/+17
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-218-49/+18
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-219-8/+25
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-2110-481/+2
* SERVER-46025 Startup warning if shardsvr starts has persisted CWRWC defaults ...Kevin Pulo2020-02-213-0/+34
* SERVER-45304 Include resolved IP address in rs.status()Amirsaman Memaripour2020-02-218-0/+640
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-208-18/+49
* SERVER-46248 mongoc_embedded_test.cpp should use mongo namespaceMark Benvenuto2020-02-201-2/+4
* SERVER-44780 Update 'Oplog Fetching' section of Replication Arch GuideSamyukta Lanka2020-02-201-16/+16
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-209-40/+84
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry unt...Randolph Tan2020-02-201-102/+173
* SERVER-46009 Guard against uninitialized FCV during txns checksMaria van Keulen2020-02-201-2/+3
* SERVER-46268 Release client lock before asserting in TopoVersionObserver testsAmirsaman Memaripour2020-02-202-5/+25
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-2047-242/+549
* SERVER-46260 send printStackTrace to LOGV2, not to MallocFreeOStreamBilly Donahue2020-02-201-4/+4
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-203-26/+48
* SERVER-42936 Implement support for Client connections without OCSPShreyas Kalyan2020-02-201-1/+8
* SERVER-46279 Fix use-after-free when logging type that implements const std::...Henrik Edin2020-02-201-1/+1
* SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and core_txn...Henrik Edin2020-02-201-18/+17
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-2010-2/+481
* SERVER-44710: Add metrics.repl.network.getmores.numEmptyBatchesLingzhi Deng2020-02-201-4/+29
* SERVER-45977: Added oplogMinRetentionHours to oplogTruncation server status s...Andrew Chen2020-02-201-0/+3
* SERVER-46239 Add tests for range deletion with compound and hashed shard keysMatthew Saltz2020-02-201-2/+152
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-2010-21/+114
* SERVER-46218 Fix removal/shutdown race in arbiterA. Jesse Jiryu Davis2020-02-201-1/+4
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-204-5/+30
* SERVER-46256 Make extractHedgeOptions take in ReadPreferenceSettingCheahuychou Mao2020-02-204-26/+17
* SERVER-46143 ExecutorFuture class declaration should include MONGO_WARN_UNUSE...Esha Maharishi2020-02-203-4/+4
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-207-0/+68
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-2013-36/+38
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-198-100/+109
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-199-98/+203
* SERVER-46261 Fix typo in range_deletion_util.cppEsha Maharishi2020-02-191-1/+1
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-1927-633/+505
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-1931-59/+197
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-195-17/+82
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-198-67/+236