summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-21429-508/+200
* 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-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-219-16/+43
* 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-217-5/+21
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-213-42/+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-44780 Update 'Oplog Fetching' section of Replication Arch GuideSamyukta Lanka2020-02-201-16/+16
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-206-31/+54
* 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-2031-153/+345
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-203-26/+48
* 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-203-2/+42
* 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-46143 ExecutorFuture class declaration should include MONGO_WARN_UNUSE...Esha Maharishi2020-02-202-3/+3
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-206-0/+52
* 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-197-88/+183
* 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-1923-484/+370
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-1929-57/+183
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-194-17/+71
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-197-53/+226
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-199-14/+50
* SERVER-45675 Test that $unionWith tracks disk use appropriatelyArun Banala2020-02-192-0/+11
* SERVER-39453 initial sync ignores in-progress index builds when cloning colle...Benety Goh2020-02-192-1/+5
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-1917-3290/+305
* SERVER-46185 Add StorageInterface utilities for replicate before journaling c...Dianna Hohensee2020-02-196-65/+108
* Revert "SERVER-42007 Deprecate $currentDate update modifier"James Wahlin2020-02-191-12/+0
* SERVER-39453 add StorageEngineMock to initial sync tests for IndexBuildsCoord...Benety Goh2020-02-192-0/+8
* SERVER-39453 move StorageEngineMock out of CollectionCatalogTest into its own...Benety Goh2020-02-192-164/+200
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-1911-63/+58
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-198-22/+236
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-199-105/+112
* SERVER-46026 Remove redundant time suffix in log statementMark Benvenuto2020-02-191-2/+2
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-186-9/+56
* SERVER-46183 Make range deleter wait for replication only once at end of docu...Matthew Saltz2020-02-182-48/+96