summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46281 Enable OCSP by defaultShreyas Kalyan2020-03-023-1/+9
|
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-025-17/+24
|
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-029-5/+275
|
* SERVER-46278 Ensure maxTimeMS works correctly through sub-pipeline in $unionWithKatherine Wu2020-03-022-2/+44
|
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-029-66/+130
|
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-0214-89/+237
|
* SERVER-46241 Set minVisibleSnapshot before new collections are visibleMaria van Keulen2020-03-021-6/+34
| | | | | This patch specifically addresses collections created inside multi- -document transactions.
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-023-7/+40
|
* SERVER-45968 Test behavior of $out/$merge on secondaries with writeConcernGregory Noma2020-03-022-3/+6
|
* SERVER-45974 Enable $out/$merge on secondaries in non-test configurationsMihai Andrei2020-03-021-3/+2
|
* SERVER-46500: Remove unused function _requestRemotePrimaryStepdown and ↵Lingzhi Deng2020-03-022-22/+0
| | | | delete test request_primary_stepdown.js
* SERVER-46288 Only drop snapshots on replica set reconfig if the config ↵William Schultz2020-03-021-1/+9
| | | | content changed
* SERVER-14126 Add range deleter stats for serverStatus under shardingStatisticsRandolph Tan2020-03-029-0/+61
|
* SERVER-46486 TCP FastOpen warning should be a startup warning onceBen Caimano2020-03-021-11/+49
|
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-0254-274/+1446
|
* SERVER-46288 Fix TODO after safe reconfig downgrade work.Siyuan Zhou2020-03-021-5/+1
|
* Import wiredtiger: 7e595e4a3a9c30c9db0eb33f7da72c97526a2b99 from branch ↵r4.3.4Luke Chen2020-03-026-164/+135
| | | | | | | | | | | | mongodb-4.4 ref: 0a0a6354a8..7e595e4a3a for: 4.3.4 Revert below tickets: WT-5518 Split-parent code can race with other threads when checking the WT_REF.state WT-5552 Checkpoint reconciliation and page splits free the WT_REF.addr field without locking WT-5658 Fix heap-use-after-free in parent split code
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-0110-10/+41
|
* SERVER-46288 Fix uninitialized argument in unit tests.Siyuan Zhou2020-03-011-1/+1
|
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-299-58/+53
| | | | | Support hinting in delete and findAndModify with remove=true based on hinting in update.
* SERVER-46479 Make comparison of expected and actual chunk ranges independent ↵Bernard Gorman2020-02-291-2/+2
| | | | of LogicalClock in initial_split_policy_test.cpp
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-2912-52/+230
|
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-2912-142/+212
|
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-2924-237/+397
| | | | | | | | - Refactoring doReplSetConfig to accept a callback. - Use replset tag system to wait for config replication. - Revert kConfigMajority write concern. - Include all nodes including arbiters in config replication quorum. - Reconfig with term -1 using the current config on downgrade.
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-02-281-4/+24
| | | | | | | Previously, SpecificPools always were shutdown if their Controller told them they _could_ shutdown. This commit changes the logic to allow SpecificPools to reject their Controller's suggestions if the SpecificPool no longer thinks it is "expired".
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2859-135/+99
|
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-2813-243/+88
| | | | This reverts commit d1429a5a66efa56fba4ab01dc4fa925b29371fdc.
* SERVER-46463 add logging for hedged readsMisha Tyulenev2020-02-282-2/+17
|
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-28171-1178/+1436
| | | | This patch includes also moves ownership of the collator to the ExpressionContext.
* SERVER-46360 LockManager dump improvementsBilly Donahue2020-02-282-14/+26
|
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-282-19/+12
|
* SERVER-46488 queryableBackupMode should recover from the journal files on ↵Gregory Wlodarek2020-02-282-26/+23
| | | | startup
* SERVER-46431 Attach lsid and txnNumber to commands sent through ↵Gregory Noma2020-02-284-11/+21
| | | | ReplicaSetNodeProcessInterface
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor ↵Cheahuychou Mao2020-02-285-8/+28
| | | | when a cursor is not found on the server
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-2813-88/+243
|
* SERVER-46470 Rename 't' field to 'configTerm' in replica set heartbeat responsesWilliam Schultz2020-02-282-2/+4
|
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-285-83/+33
|
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT ↵Gabriel Russell2020-02-2815-184/+439
| | | | and MONGO_LOG
* SERVER-46094: Now using walltime instead of ts when checking for excess ↵Andrew Chen2020-02-282-42/+88
| | | | oplog stones.
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-288-11/+72
|
* SERVER-46417 Temporarily make dbclient_rs_test use the ↵Haley Connelly2020-02-281-17/+71
| | | | ScanningReplicaSetMonitor only
* SERVER-46264 Change the rename command so it is passed through IDL rather ↵Nick Zolnierz2020-02-285-23/+81
| | | | than manually constructed BSON
* SERVER-46461 Make static in getDiagnosticListenerState() immortal to fix ↵Henrik Edin2020-02-281-2/+3
| | | | destruction order issues during shutdown
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-2815-118/+12
| | | | formatter
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-2814-244/+89
| | | | This reverts commit c01de187585576180188d2598e5229a93a0743ed.
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-282-14/+22
|
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-2826-81/+100
|
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-284-1/+164
|
* SERVER-45087 Simplify config commitment log message formatWilliam Schultz2020-02-281-5/+3
|
* SERVER-45091 Arbiter safe reconfig testsA. Jesse Jiryu Davis2020-02-281-54/+98
|