summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53100 remove executable permission from text filesBilly Donahue2020-11-2810-0/+0
* SERVER-52523 fix mac os visibility builderBenety Goh2020-11-281-1/+1
* SERVER-53091 Consolidate the Sharding unit-tests into 3 binaries onlyKaloian Manassiev2020-11-273-31/+19
* SERVER-51245 Use ThreadClient with launchAsync().Max Hirschhorn2020-11-271-3/+3
* SERVER-51544 Implement replaceOne expression in SBEAlya Berciu2020-11-276-1/+381
* SERVER-53003 Remove leftover TODOJordi Serra Torrens2020-11-271-2/+1
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-2712-136/+64
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-2711-1143/+5
* SERVER-51245 Fix compile on Windows DEBUG.Max Hirschhorn2020-11-261-3/+6
* SERVER-53053 Get rid of the 'canThrowSSVOnIgnored' conditioning in ChunkVersionKaloian Manassiev2020-11-263-19/+9
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-2611-5/+1143
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-262-3/+24
* SERVER-52808 Create the _shardsvrDropCollection commandJaume Moragues2020-11-263-3/+98
* SERVER-53029 Port the changes for SERVER-52955 to later branchesAlex Taskov2020-11-261-1/+2
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-253-3/+7
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-2523-234/+989
* SERVER-51809 Change inheritance order for ReshardingRecipientServiceTestJack Mulrow2020-11-254-7/+16
* SERVER-51012 Integrate CancelationTokens with PrimaryOnlyServiceJason Zhang2020-11-2513-75/+143
* SERVER-52678 Ensure SBE plan trees are attached to the OperationContext prior...David Storch2020-11-253-6/+2
* SERVER-51371 Remove assertion on specific error code in bulk_api_wc.jsGeorge Wangensteen2020-11-251-2/+2
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-2551-219/+599
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-257-154/+596
* SERVER-53077 Change the DistLock initialization so all nodes within a shard h...Marcos José Grillo Ramírez2020-11-251-1/+1
* SERVER-49900 Fix resharding txn cloner unit tests on windowsJack Mulrow2020-11-251-1/+1
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-2510-22/+85
* SERVER-52544 Update IDL for listDatabases4.4A. Jesse Jiryu Davis2020-11-252-24/+50
* SERVER-52810 Create the _shardsvrDropDatabase commandJaume Moragues2020-11-252-0/+108
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-257-594/+154
* SERVER-53052 Review some recent changes introduced in setFCV commandSergi Mateo Bellido2020-11-256-21/+14
* SERVER-52978: Correct ordered batch inserts code path for document validation...Daniel Gottlieb2020-11-253-3/+74
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-257-154/+594
* SERVER-52971 Correct spelling for 'nofity' in ParticipantsToNofityEnumSarah Zhou2020-11-251-18/+18
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-241-3/+12
* SERVER-52885 Update authZN architecture guideSara Golemon2020-11-241-101/+251
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-241-0/+6
* SERVER-52802 Remove kDropping from the ReshardingCoordinatorBlake Oler2020-11-245-50/+39
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2020-11-243-29/+21
* SERVER-53002 tassert if command mirroring failsBen Caimano2020-11-241-2/+1
* SERVER-51903 Avoid VectorClockPersistCommand deadlock upon fast replica state...Pierlauro Sciarelli2020-11-243-151/+23
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-242-10/+6
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-2427-57/+51
* SERVER-50734 Fix clang-tidy error for immediately destroyed objectNick Zolnierz2020-11-241-2/+2
* SERVER-52968 Fix unowned memory bug in SBEIan Boros2020-11-231-1/+1
* SERVER-51862 Generate a C++ base class for each V1 commandSamy Lanka2020-11-231-21/+0
* SERVER-52543 Remove listCollections.comment from IDLA. Jesse Jiryu Davis2020-11-231-4/+0
* SERVER-52977 ReshardingDonorService transition to kDonatingOplogEntries doesn...Alex Taskov2020-11-231-1/+1
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-232-2/+2
* SERVER-49232 improving failCommand loggingGabriel Russell2020-11-231-1/+1
* SERVER-49901 Implement ordinary insert rule for resharding's oplog applicationjannaerin2020-11-237-8/+682
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-235-130/+330