summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-0813-8221/+7769
* SERVER-50585: Create set_fcv_downgrade_on_disk_changes.js to include all test...Lingzhi Deng2020-09-081-0/+247
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-0824-53/+54
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-076-1/+152
* Import wiredtiger: 4880ad2a4a0ddb42b3ea9fabf054760872780606 from branch mongo...Luke Chen2020-09-075-13/+63
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-066-9/+33
* SERVER-49102 Tag profile_filter.jsDavid Percy2020-09-061-0/+2
* SERVER-50275 fix use-after-moveBenety Goh2020-09-051-4/+3
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order i...Kaloian Manassiev2020-09-052-5/+7
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-048-13/+870
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-0442-495/+500
* SERVER-46199 Get rid of the BM_IncrementalRefreshWithNoChange benchmarkKaloian Manassiev2020-09-042-20/+0
* SERVER-50346 refactor `handleRequest` code fragments into a HandleRequest classBilly Donahue2020-09-041-118/+228
* Revert "SERVER-50376 Ninja should rebuild on compiler and tool changes"Ryan Egesdahl2020-09-043-27/+11
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-045-60/+81
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-0451-186/+1259
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-045-53/+86
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-0428-325/+433
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-0418-50/+50
* SERVER-50545 Retry on ConflictingOperationInProgress in index_operations_abor...Jack Mulrow2020-09-041-1/+12
* SERVER-50620 Make ChunkHelper.moveChunk retryable on LockBusy errorEric Maynard2020-09-041-1/+5
* SERVER-49393 KeysCollectionManager should not silently ignore refresh failuresJason Zhang2020-09-041-0/+4
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-044-21/+40
* SERVER-50618 Make sharding_statistics_server_status.js retry moveChunk comman...Matthew Saltz2020-09-031-1/+22
* SERVER-49993 Change ReplSetTest functions that use master/slave terminologyAli Mir2020-09-0310-194/+206
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-036-320/+614
* SERVER-50376 Ninja should rebuild on compiler and tool changesRyan Egesdahl2020-09-033-11/+27
* SERVER-50623 make catchup_takeover_one_high_priority.js robust to slow machinesPavi Vetriselvan2020-09-031-2/+2
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-0313-83/+165
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-0315-42/+150
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-034-0/+61
* SERVER-50125 Add sanitizer blacklist files to CCACHE_EXTRAFILESRyan Egesdahl2020-09-032-11/+45
* SERVER-47943 Make bad icecream and ccache paths fail hardRyan Egesdahl2020-09-033-108/+302
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-0315-29/+29
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-0315-3407/+4909
* SERVER-50689 Support ABI driven linking on macOS with tapiAndrew Morrow2020-09-033-0/+121
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-0315-287/+329
* SERVER-49075 Add requires_fcv_47 tag to resumable index build rollback testsGregory Noma2020-09-034-0/+4
* SERVER-43664 Fix file name lookup in wt_table_checks*.js for WindowsGregory Wlodarek2020-09-032-3/+3
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-038-61/+142
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-032-2/+2
* SERVER-49203 disable the jepsen-smoke task on the UBSan buildRobert Guo2020-09-031-5/+0
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-03114-373/+411
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-038-88/+41
* Import wiredtiger: 42e4868b7b40ec5a49eec6a0e6cc1bf7eff2cad0 from branch mongo...Luke Chen2020-09-0314-161/+110
* SERVER-50367 Add IDL support for feature flagsMark Benvenuto2020-09-036-0/+155
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-0316-13/+392
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-0310-25/+48
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-038-67/+79