summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Always take a MODE_X lock when dropping viewspvselvan/SERVER-59934Pavi Vetriselvan2021-09-221-8/+6
|
* SERVER-60140 Disable explain tests for $group sub-pipeline with $unionWithYoonsoo Kim2021-09-221-0/+14
|
* SERVER-60136 Extend DocumentSourceGroup sbeGroupCompatible flag to use ↵Yoonsoo Kim2021-09-221-1/+1
| | | | sbeCompatible flag
* SERVER-59701 Avoid filtering out `Etc` timezone files when reading system ↵Mohammad Dashti2021-09-221-1/+2
| | | | tzfiles
* SERVER-59523 Modify stepdown and killPrimary suites to be generated tasks in ↵ali-mir2021-09-221-30/+26
| | | | evergreen
* SERVER-60111 Add `fillEmptyNull` to non-const _id expressionYoonsoo Kim2021-09-222-25/+41
|
* SERVER-60145: Name generated resmoke files based on task nameDavid Bradford2021-09-227-54/+71
|
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-2210-17/+191
|
* SERVER-59883 suppress deprecation message with quiet flagZituo Jin2021-09-221-10/+10
|
* SERVER-58700 Create Feature flag for PM-2423Jordi Serra Torrens2021-09-223-0/+50
|
* Revert "SERVER-59199 KeyString: support large RecordId binary strings"Uladzimir Makouski2021-09-227-348/+38
| | | | This reverts commit 5f5f4ede9151d2da43a92145e3b3b6f735a09d43.
* SERVER-59410 Clean up time-series update/delete testsGregory Noma2021-09-222-12/+3
|
* SERVER-60135 Use query all-feature flag build variant for pushdownEric Cox2021-09-222-1/+2
|
* SERVER-60074 Add feature flag for configureCollectionAutoSplitter commandSimon Graetzer2021-09-225-3/+15
|
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-2214-24/+295
|
* SERVER-57567 Fix bug to consider tests running on WindowsArun Banala2021-09-221-1/+5
|
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-228-50/+16
|
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-09-224-3/+82
|
* Import wiredtiger: 1bbc53179f939c3a1cd446a4bc850d0b10a2d74e from branch ↵Chenhao Qu2021-09-226-24/+112
| | | | | | | | | | | | | mongodb-master ref: f7722dec10..1bbc53179f for: 5.1.0 WT-8108 Inconsistent tiered file size WT-8112 Coverity analysis defect 120743: Dereference before null check WT-8113 Coverity analysis defect 120744: Logically dead code WT-8126 Mark btree as dirty only if not newly created when instantiating a deleted row-store leaf page WT-8148 Fix comment typo in util_verify.c
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"Drew Paroski2021-09-215-69/+9
| | | | This reverts commit 130476fc56a711b489525112c855766bd2a1bb23.
* SERVER-59329: Make sure that withTemporaryOperationContext throw an error if ↵Kshitij Gupta2021-09-211-72/+92
| | | | the node is no longer a primary
* SERVER-60052 Truncate SBE explain plan stats if they exceed max BSON depthMihai Andrei2021-09-212-7/+57
|
* SERVER-60094 Add shard version to internal writeBrett Nawrocki2021-09-215-23/+72
| | | | | | | | | | | | | ReshardingOplogApplicationRules::_applyDelete_inlock() has special logic to, upon removing a document from the temporary resharding collection, move a document from one of the other stash collections (i.e. one associated with a different donor shard) into its place. The runWithTransaction() helper does so by using AlternativeSessionRegion which will construct a separate OperationContext. The write being performed in this separate OperationContext won't have shard version attached for the temporary resharding collection like the original one had. Therefore, call initializeClientRoutingVersions() on this context to set the version.
* SERVER-60096: Add rollbackHangCommonPointBeforeReplCommitPoint failpo…XueruiFa2021-09-213-7/+24
|
* Revert "SERVER-59878 Update PyKMIP requirement to 0.10.0"Gabriel Marks2021-09-211-1/+1
| | | | This reverts commit db1cf91f2c7f893539b42df4d035cb5039f533aa.
* SERVER-60007 Implement command to drop collection if its UUID differs from ↵Pierlauro Sciarelli2021-09-2110-26/+261
| | | | the expected
* SERVER-60042 Tag jstests/core/double_decimal_compare.js with 'requires_fcv_51'Mihai Andrei2021-09-211-0/+3
|
* SERVER-60033 Fix calculating measurements in ↵Henrik Edin2021-09-211-5/+7
| | | | random_moveChunk_timeseries_inserts.js
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-2126-302/+284
|
* SERVER-57567 Update sharded passthrough suite to handle time series collectionsArun Banala2021-09-2134-40/+82
|
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2021-09-213-253/+473
|
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-215-9/+69
|
* SERVER-60060 Take FCV into account when checking TimeseriesBucketCompression ↵Henrik Edin2021-09-212-5/+5
| | | | feature flag
* SERVER-60057 Remove ConcurrentCatalogWriteBatches testHenrik Edin2021-09-211-62/+0
|
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-217-38/+348
|
* SERVER-60062 Fix cloning of server description and uuid in RSM's topology ↵LaMont Nelson2021-09-213-24/+40
| | | | description
* SERVER-58356 Cannot kill the dataSize operationDenis Grebennicov2021-09-212-2/+50
|
* SERVER-52847 Make timestamp required in CollectionType and ↵Allison Easton2021-09-2197-1353/+1039
| | | | ShardCollectionType IDL
* SERVER-58552 Raise `kBSONDepthParameterFloor` to 21Gregory Noma2021-09-213-23/+25
|
* Revert "SERVER-60060 Take FCV into account when checking ↵Nicholas Zolnierz2021-09-211-3/+4
| | | | | | TimeseriesBucketCompression feature flag" This reverts commit 6f895e6289a1aa26f74fe622a3afafdba2a73154.
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-215-39/+56
|
* SERVER-59679 Provide a skeleton implementation for slice splitMatt Broadstone2021-09-2113-1/+546
|
* SERVER-59465 Fix coverity issues in DocumentSourceDensifyTed Tuckman2021-09-212-19/+20
|
* Import wiredtiger: f7722dec100b659418f00d8e338ce1fc35d489de from branch ↵Etienne Petrel2021-09-213-9/+8
| | | | | | | | | mongodb-master ref: 0a709818aa..f7722dec10 for: 5.1.0 WT-8125 Update hs_cleanup cppsuite test to use the new thread_context logic
* Import wiredtiger: 0a709818aaeda3d9421c944a5df3d1df44f66c8b from branch ↵Etienne Petrel2021-09-214-3/+192
| | | | | | | | | mongodb-master ref: c8a0136f4d..0a709818aa for: 5.1.0 WT-8042 Create an evergreen job to run test/checkpoint variation
* Import wiredtiger: c8a0136f4d6816cf350571ce7ad566f4ab4ea0cd from branch ↵Etienne Petrel2021-09-213-1/+25
| | | | | | | | | mongodb-master ref: 7813885d2c..c8a0136f4d for: 5.1.0 WT-8077 Mark the page dirty once the prepared updates are resolved
* Import wiredtiger: 7813885d2cf3b975d03bfcb7499defb16cae26fc from branch ↵Etienne Petrel2021-09-2111-44/+296
| | | | | | | | | mongodb-master ref: b97d0cdf23..7813885d2c for: 5.1.0 WT-8121 Create a long running stress test which inserts a large amount of data over a long period
* SERVER-59908 simplify extendedFCVTable useBilly Donahue2021-09-211-18/+17
|
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-2110-31/+40
|
* SERVER-60011 list dependent non-pipeline libraries for ↵Benety Goh2021-09-201-0/+3
| | | | timeseries_update_delete_util