summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-1210-41/+61
|
* SERVER-62082 Decrement numAwaitingTopologyChanges on error after waiting in ↵Vesselina Ratcheva2022-03-124-11/+171
| | | | awaitHelloResponse
* SERVER-61856 SERVER-42470 update libunwind to 1.6.2Daniel Moody2022-03-12246-1633/+5574
|
* SERVER-63780 Switch FLE 2 crypto code to CTR and CTR-AEADsergey.galtsev2022-03-119-227/+431
|
* SERVER-64455 Shrink evergreen.ymlMark Benvenuto2022-03-111-43/+0
|
* SERVER-64442 Implement $size for new optimizerSvilen Mihaylov2022-03-113-2/+43
|
* SERVER-64455 Disable enterprise-rhel-72-s390x-all-feature-flagsRobert Guo2022-03-111-34/+35
|
* SERVER-64450 TenantMigrationCommitted means migration succeededMatt Broadstone2022-03-111-3/+6
|
* SERVER-64423 Mark lookup stage with paths in local/foreign fields as ↵Irina Yatsenko2022-03-112-7/+32
| | | | incompatible with SBE
* SERVER-63633 Remove TODO listed in SERVER-63258Cheahuychou Mao2022-03-111-2/+0
|
* SERVER-64097 replace CommandInvocationHooksHandle with a unique_ptrMatt Diener2022-03-113-10/+10
|
* SERVER-64441 add requires_majority_read_concern to list_catalog_read_concern.jsBenety Goh2022-03-111-0/+1
|
* SERVER-63630: Extend IDLServerParameterWithStorage to support cluster server ↵Varun Ravichandran2022-03-1110-233/+598
| | | | parameters
* SERVER-63572 Implement index join for scalar local field typeRui Liu2022-03-1110-297/+741
|
* SERVER-64287 Create sharding variant of fle2 test suiteMark Benvenuto2022-03-1121-233/+434
|
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-1110-9/+353
|
* SERVER-64164 Track secondary namespaces used by query plan in PlanExecutorSBEMihai Andrei2022-03-117-14/+118
|
* Revert "SERVER-63768 Create a daily evergreen build variant for server ↵Blake Oler2022-03-111-30/+0
| | | | | | parameter joinIngressSessionsOnShutdown" This reverts commit ea4409bb5186b84bff6651630aeb579f6d7f8588.
* SERVER-61786 Determine if we can avoid global lock upgrade in ↵Fausto J Leyva2022-03-111-1/+3
| | | | IndexBuildsCoordinatorMongod::setCommitQuorum
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-115-64/+144
|
* SERVER-63768 Create a daily evergreen build variant for server parameter ↵Blake Oler2022-03-111-0/+30
| | | | joinIngressSessionsOnShutdown
* SERVER-64057 Comment the shard/databaseVersion arguments for the shard roleKaloian Manassiev2022-03-118-11/+25
|
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-1113-74/+100
|
* SERVER-62554 Add orphans info in `collStats` aggregation stage outputAllison Easton2022-03-113-0/+134
|
* SERVER-64403 Encode the sort key from a document with collation only if ↵Denis Grebennicov2022-03-112-17/+21
| | | | value is present when comparing a sort key from index with one from the document in SORT_MERGE stage.
* SERVER-64050 Increase TemporarilyUnavailable retry backoff and enable by defaultLouis Williams2022-03-117-48/+129
| | | | | | | | * Alters the base backoff period to 1 second and max retries to 10. * Removes the loadShedding server parameter and enables internal TemporarilyUnavailable retry behavior by default. * TemporarilyUnavailable errors are converted to WriteConflicts when returned inside multi-document transactions.
* SERVER-64025 Initialize wtRet and add non-zero checkYu Jin Kang Park2022-03-111-2/+2
|
* SERVER-64427 init-order fiasco in SecureAllocatorBilly Donahue2022-03-111-25/+41
|
* SERVER-64040 Add encryptionInformation to command IDLsNicholas Zolnierz2022-03-113-0/+16
|
* SERVER-64428 Fix crash in tenant_migration_donor_initial_sync_recovery.jsA. Jesse Jiryu Davis2022-03-112-4/+9
|
* SERVER-61032 Remove `PATH` variables when executing GDBRyan Egesdahl2022-03-113-5/+4
|
* SERVER-63582 validation warns about unique indexes containing keys in old ↵Benety Goh2022-03-112-1/+20
| | | | format (without record id)
* Revert "SERVER-64295 Enable jstests in macOS ARM64 configuration"Justin Seyster2022-03-101-19/+1
| | | | | | | | This reverts commit b4c499475cbca57ecf3befe7481c564f5116ab36. Note that this reverts the evergreen.yml changes only, because they are interfering with testing infrastructure. The js_global_scope.js fix stays in place to avoid test failures.
* SERVER-63582 add SortedDataInterface::Cursor:::isRecordIdAtEndOfKeyString()Benety Goh2022-03-105-0/+30
|
* SERVER-64295 Enable jstests in macOS ARM64 configurationJustin Seyster2022-03-102-8/+31
|
* SERVER-64421 Ban extra args to errorcodes.pyA. Jesse Jiryu Davis2022-03-101-1/+3
|
* SERVER-62940 Have $sum accumulator serialize the full state of partial resultYoonsoo Kim2022-03-109-43/+661
|
* SERVER-64245 Make SetUserWriteBlockModeCoordinator set the write blocking ↵Jordi Serra Torrens2022-03-1014-18/+281
| | | | state on the shards
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-106-12/+10
|
* SERVER-64111 Update 'getMore' command to take locks on secondary namespacesMihai Andrei2022-03-101-11/+24
|
* SERVER-64405 Remove FCBIS passthroughs from non-enterprise variantsMatthew Russotto2022-03-101-5/+5
|
* SERVER-63582 add collection validation test case for unique indexes with ↵Benety Goh2022-03-106-9/+201
| | | | pre-4.2 keys
* SERVER-64411 Fixing head use after free by anchoring the local instance so ↵mathisbessamdb2022-03-102-6/+6
| | | | it doesn't reach end of life prior to the task finishing
* SERVER-63498 Upconvert InternalTransactionNotSupported errors during fcv ↵Jason Zhang2022-03-103-15/+121
| | | | downgrade
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-1012-136/+202
|
* SERVER-60823 temporarly disable test from txn suites due to recursion issueTommaso Tocci2022-03-101-10/+14
|
* SERVER-64322 temporarily limit external_auth suite to 1 job.Daniel Moody2022-03-101-0/+3
|
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-03-109-23/+762
|
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-107-32/+112
| | | | | | | | | | Add a new set of server parameters for setting global batch target defaults for the batched deleter. Consumers of the batched deleter can override the defaults via custom BatchedDeleteStageBatchParams. This patch also introduces an internalBatchUserMultiDeletesForTest parameter. When enabled, it automatically batches deletions on the __internalBatchedDeletesTesting.Collection0 namespace.
* SERVER-63292 Update query analysis and tests for find and count commandsDavis Haupt2022-03-101-0/+7
|