summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* convert build variants using batchtime to use cron timebuild_variant_freqXiaochen Wu2022-09-191-3/+3
|
* change the frequency for all SBE variants in sys-perf to daily as wellXiaochen Wu2022-09-162-3/+3
|
* Optimize performance test execution frequency PERF-3327Xiaochen Wu2022-09-162-9/+9
|
* SERVER-69766 Dump WiredTiger information when dropIdent() returns EBUSY ↵Gregory Wlodarek2022-09-161-1/+9
| | | | outside of the ident reaper
* SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic2022-09-1611-21/+33
|
* SERVER-68932 Fix resharding critical section metricsBrett Nawrocki2022-09-167-19/+141
|
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-162-17/+263
|
* SERVER-62356 Fix multiversion suitesPaolo Polato2022-09-163-14/+31
|
* SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor ↵George Wangensteen2022-09-162-1/+47
| | | | replies have correct OperationContext
* SERVER-67394 Forbid DDL operations directly on bucket namespacesTommaso Tocci2022-09-161-0/+66
|
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-1610-37/+95
|
* SERVER-69677 Make "unexpected error code during index build cleanup" a ↵Louis Williams2022-09-161-3/+39
| | | | | | test-only assertion Outside of testing, we no longer fail with an invariant, but log a warning.
* SERVER-69765 turn off default split-dwarf on macosDaniel Moody2022-09-161-2/+6
|
* SERVER-69500: Remove outdated minvalid timestamping invariant.Daniel Gottlieb2022-09-167-22/+9
|
* Import wiredtiger: de9b556a851a993cf6d7d207191cdccce8a46017 from branch ↵Etienne Petrel2022-09-163-2/+140
| | | | | | | | | mongodb-master ref: 88a8cfc930..de9b556a85 for: 6.2.0-rc0 WT-9578 Implement the bounded cursor API for the Dump cursor (#8258)
* Import wiredtiger: 88a8cfc9307634879f155531cd2a79af703a887a from branch ↵Etienne Petrel2022-09-162-4/+8
| | | | | | | | | mongodb-master ref: 2ba19fce21..88a8cfc930 for: 6.2.0-rc0 WT-9817 Column store tree open should always fetch the last page with global visibility (#8241)
* Import wiredtiger: 2ba19fce21cdcf23d4b17509baaf4ecfc55e4f96 from branch ↵Etienne Petrel2022-09-1617-73/+403
| | | | | | | | | mongodb-master ref: 507ac1f262..2ba19fce21 for: 6.2.0-rc0 WT-9741 Extend tiered hooks implementation to cover most cases (#8236)
* SERVER-68860 integrate TransactionOperations into TransactionParticipantBenety Goh2022-09-152-64/+23
|
* SERVER-69185 Remove redundant size_t >=0 comparisonRomans Kasperovics2022-09-151-1/+1
|
* SERVER-69759 Update SLES 12 image for package testingBrian McCarthy2022-09-151-1/+1
|
* SERVER-69528 Link cluster count command into mongodCheahuychou Mao2022-09-1514-12/+167
|
* SERVER-68860 add TransactionOperationsBenety Goh2022-09-154-0/+416
|
* SERVER-66147 add support of vanilla passthrough test for shard merge protocolmathisbessamdb2022-09-1515-62/+1125
|
* SERVER-67060 update static build metrics targets to be correctDaniel Moody2022-09-153-7/+26
|
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-1514-80/+416
|
* SERVER-69578 add bugprone-misplaced-widening-cast check to clang-tidyTrevor Guidry2022-09-157-11/+15
|
* SERVER-67437 Store DatabaseName on ReplIndexBuildStateSophia Tan2022-09-154-50/+22
|
* SERVER-69675 Simplify window_function_exec_linear_fill interpolateBilly Donahue2022-09-151-21/+26
|
* SERVER-68544 Assert on overflow of $add[Date, Decimal128] in ClassicKevin Cherkauer2022-09-154-49/+37
|
* SERVER-69001: Have initial sync persist its last oplog time into the ↵Daniel Gottlieb2022-09-153-143/+68
| | | | minvalid document.
* Revert "SERVER-68340 Update SetClusterParameterCoordinator to be tenant-aware"Sergey Galtsev2022-09-157-145/+6
| | | | This reverts commit 22d5b70bcc90419a3d78c48278ffe1aa2af31d87.
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-09-155-20/+20
|
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its ↵Faustoleyva542022-09-1537-300/+351
| | | | optional parameters
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ↵Nicholas Zolnierz2022-09-153-1/+56
| | | | projection has already been absorbed
* SERVER-68660 + SERVER-69678 register range deletion tasks with ongoing ↵Silvia Surroca2022-09-155-18/+57
| | | | queries future after the oplog entry is committed
* SERVER-62374 Remove test case for deprecated ↵Enrico Golfieri2022-09-156-33/+2
| | | | _configureCollectionAutoSplitter command
* SERVER-67151 Integrate elemMatch cardinality estimation into masterMilena Ivanova2022-09-157-64/+433
|
* SERVER-69069 Added 'doOptimizeAt' method for $_internalAllCollectionStatsJordi Serra Torrens2022-09-154-3/+199
|
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-157-7/+7
|
* SERVER-66770 Add more WiredTiger configurations to config fuzzSulabh Mahajan2022-09-151-3/+37
|
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-1549-491/+1201
|
* SERVER-69615 On shutdown retry size storer flush until successfulSulabh Mahajan2022-09-152-6/+13
|
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-1551-277/+167
| | | | | This makes mutex acquisitions both interruptible and allows the lock manager to be able to inspect the lock acqusitions so far.
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultJosef Ahmad2022-09-152-0/+56
|
* Import wiredtiger: 507ac1f26247ec2b881572ef3f794bf8e842bf7d from branch ↵Will Korteland2022-09-1511-157/+597
| | | | | | | | | mongodb-master ref: f36a8e9d80..507ac1f262 for: 6.2.0-rc0 WT-9805 Save the updates need to be deleted from history store and delete them later (#8262)
* Import wiredtiger: f36a8e9d80dde82ceb11805e6437e12a2d784ae6 from branch ↵Will Korteland2022-09-153-3/+173
| | | | | | | | | mongodb-master ref: 149c294a2b..f36a8e9d80 for: 6.2.0-rc0 WT-9792 Fix RTS to remove globally visible update of the data store update from the history store (#8261)
* Import wiredtiger: 149c294a2b2be36c7755fa5be53881e667d0c14c from branch ↵Will Korteland2022-09-157-23/+926
| | | | | | | | | mongodb-master ref: b0d1b062b2..149c294a2b for: 6.2.0-rc0 WT-9811 Fast-truncate page for the architecture guide (#8237)
* Import wiredtiger: b0d1b062b29133950081c5497a638ba8f574c988 from branch ↵Will Korteland2022-09-153-3/+32
| | | | | | | | | mongodb-master ref: f2c48d93f0..b0d1b062b2 for: 6.2.0-rc0 WT-9577 Implement bounded cursor API for the Datastore cursor (#8264)
* SERVER-68542 Add support for numerical encoding for Decimal128Mark Benvenuto2022-09-156-8/+17316
|
* SERVER-69568 Fix links in Sharding Arch guide for internal transactionsJason Zhang2022-09-151-13/+13
|