summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the workaround added to suppress an ICE.jseyster/revert-ice-workaroundJustin Seyster2022-03-311-32/+0
|
* SERVER-65148 Extend MSVC ICE workaroundJustin Seyster2022-04-012-1/+23
|
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-0149-817/+306
|
* SERVER-65135 Add 'future_git_tag_incompatible' to capped_resize_fcv_check.jsFaustoleyva542022-03-311-0/+1
|
* SERVER-64821 Change unstable to true for fields that are not meant to be ↵Huayu Ouyang2022-03-314-4/+12
| | | | included in the stable API
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-3125-138/+884
|
* SERVER-64132 Make shardsvrs running in serverless mode always return ↵Sophia Tan2022-03-315-8/+60
| | | | "unsharded" filtering metadata
* SERVER-60708 Improve collection validation response for document schema ↵Gregory Wlodarek2022-03-316-51/+138
| | | | validation
* SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more ↵Gregory Noma2022-03-313-31/+79
| | | | generally on mongos
* SERVER-64540 Add feature flag just for using txn API for updating document ↵Sanika Phanse2022-03-313-2/+7
| | | | shard key value
* SERVER-60831 Document configuration for Server linting toolstrahman13182022-03-313-4/+95
|
* SERVER-63495 Link cluster aggregate and getMore into mongodJack Mulrow2022-03-3122-33/+433
|
* SERVER-64482 Support collation when lowering lookup into SBEIrina Yatsenko2022-03-315-146/+229
|
* SERVER-64596 Fix SBE $lookup test case for ↵Rui Liu2022-03-311-23/+26
| | | | lookup_unionWith_subpipeline_local_read.js
* SERVER-64993 Test IET in IndexBoundsBuilder::testTranslate* tests casesAlexander Ignatyev2022-03-312-87/+73
|
* SERVER-65108 Robustify multi_delete_in_transaction_large.js test on RHEL 8.0 ↵Mindaugas Malinauskas2022-03-311-1/+1
| | | | (large transactions format) variant
* SERVER-63791 support unindexed fle2 encrypted fieldssergey.galtsev2022-03-317-114/+341
|
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does ↵Gregory Noma2022-03-316-51/+200
| | | | not incorrectly omit the actual collection
* SERVER-64647 Fix errors in SimulateCrashes hook and convert it to use BGHookGregory Wlodarek2022-03-311-101/+31
|
* Revert "SERVER-62287: Reenable agg fuzzer tests"Hana Pearlman2022-03-315-38/+38
| | | | This reverts commit 89f8362eb1cf683296df7916992d28afbb81914d.
* SERVER-51904 Add feature flag for execution controlJordi Olivares Provencio2022-03-316-17/+31
|
* SERVER-65113 Exclude resharding_disallow_writes.js from multiversion suites ↵Antonio Fuschetto2022-03-311-0/+1
| | | | and revert callMod expected errors
* SERVER-64440 added ppc and s390x libunwind supportDaniel Moody2022-03-3122-32/+3126
|
* SERVER-62287: Reenable agg fuzzer testsHana Pearlman2022-03-315-38/+38
|
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-03-3110-118/+481
|
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-3110-34/+71
|
* SERVER-64260 Beef up testing stressing projection semanticsCharlie Swanson2022-03-312-120/+541
|
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"Sergi Mateo Bellido2022-03-313-70/+5
| | | | | | This reverts commit e98dc4a89c55c0c391b1a6d1ef6a4be92328cfe9. Looking for a different way of fixing this problem!
* SERVER-64870 Make sure $lookup query is cached when SBE plan cache is enabledRui Liu2022-03-314-12/+81
|
* SERVER-64826 Upgrade/downgrade for collMod coordinatorRui Liu2022-03-319-12/+437
|
* SERVER-64429 Fix tags in testSara Golemon2022-03-311-1/+1
|
* Import wiredtiger: b838e67911994b2f97abe8270a7cfd4d05a62adc from branch ↵Will Korteland2022-03-312-30/+30
| | | | | | | | | mongodb-master ref: f1646b5376..b838e67911 for: 6.0.0 WT-8970 Check for positioned cursors before allowing RTS
* Import wiredtiger: f1646b537667ed61d1c43875e60f7188415b5d74 from branch ↵Will Korteland2022-03-315-10/+53
| | | | | | | | | mongodb-master ref: fe6c936cee..f1646b5376 for: 6.0.0 WT-8773 Enable more logs in specific scenarios
* Import wiredtiger: fe6c936cee7b6d3329e1d4df8da5aa56acfa7abb from branch ↵Will Korteland2022-03-3117-5/+171
| | | | | | | | | mongodb-master ref: 1b63816bab..fe6c936cee for: 6.0.0 WT-8958 Improvements to ARM and other stress tests on evergreen
* Import wiredtiger: 1b63816bab2c1d89a7bb96ea18c859b59a74c9f0 from branch ↵Will Korteland2022-03-312-1/+81
| | | | | | | | | mongodb-master ref: c36aee23c4..1b63816bab for: 6.0.0 WT-8995 Create S3 extension documentation
* Import wiredtiger: c36aee23c42c7aa21b500263b9980b61b80679b1 from branch ↵Will Korteland2022-03-312-2/+27
| | | | | | | | | mongodb-master ref: f35abcdb9c..c36aee23c4 for: 6.0.0 WT-8985 Extend test_tiered07.py to test all WT_SESSION::drop options
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-3016-26/+448
|
* SERVER-64429 Add txn oplog filtering for createIndexes eventMickey. J Winters2022-03-303-2/+130
|
* SERVER-65014 Use long long type for orphan countTommaso Tocci2022-03-305-14/+16
|
* SERVER-64358 Rewrite for delete and update commands on mongosDavis Haupt2022-03-305-48/+136
|
* SERVER-65081 Enable Time-series Metric IndexesDavid Percy2022-03-303-36/+49
|
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ↵Jack Mulrow2022-03-3032-202/+585
| | | | support yielding in cluster commands
* Revert "SERVER-62992 Remove need for resmoke.ini"Richard Samuels2022-03-308-136/+22
| | | | This reverts commit d4206bdeb19f4c5862280c04cd6b831c9ec03a40.
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-03-302-19/+5
|
* SERVER-65013 Optional min bound for `moveRange`Pierlauro Sciarelli2022-03-304-3/+11
|
* SERVER-63899 Add a target batch execution time to BatchedDeleteStageHaley Connelly2022-03-305-41/+334
|
* SERVER-64485 Temporarily disallow 'update_with_dollar_fields.js' to run in ↵Arun Banala2022-03-301-0/+2
| | | | all multiversion suites
* SERVER-61855 Add 5.2 language features to the stable APIMihai Andrei2022-03-306-25/+119
|
* SERVER-64241: Make ttlMonitorSleepSecs change effective immediately. Speedup ↵Yu Jin Kang Park2022-03-302-9/+12
| | | | timeseries_expire.js
* SERVER-61339 Improve change stream pre-image purging job to leverage ↵Denis Grebennicov2022-03-305-84/+148
| | | | efficient multi-deletes