summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-69528 Link cluster count command into mongodCheahuychou Mao2022-09-155-12/+144
|
* SERVER-68860 add TransactionOperationsBenety Goh2022-09-154-0/+416
|
* 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-156-10/+14
|
* 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-153-17/+25
|
* SERVER-69001: Have initial sync persist its last oplog time into the ↵Daniel Gottlieb2022-09-151-43/+53
| | | | 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-152-1/+50
| | | | 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-67151 Integrate elemMatch cardinality estimation into masterMilena Ivanova2022-09-157-64/+433
|
* SERVER-69069 Added 'doOptimizeAt' method for $_internalAllCollectionStatsJordi Serra Torrens2022-09-153-3/+148
|
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-157-7/+7
|
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-1533-197/+427
|
* 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.
* 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
|
* SERVER-69623 Add _clusterQueryWithoutShardKey command stubJason Zhang2022-09-155-1/+155
|
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-1520-9/+675
|
* SERVER-69299 Shard Merge to enforce backupCursorCheckpointTimestampmathisbessamdb2022-09-141-1/+12
|
* SERVER-54504 removed taskExecutorPoolSize for linux platformCelina Tala2022-09-142-0/+8
|
* SERVER-69590 Fixed clang arm compilesEC2 Default User2022-09-145-15/+7
|
* SERVER-65103 Use case-insensitive comparator for sorting hedging targets in ↵Celina Tala2022-09-144-7/+99
| | | | tests
* SERVER-69608 serialize access to RamLog::getLineCount and othersSergey Galtsev2022-09-142-17/+25
|
* SERVER-68692 add support for limit and skip queries in ABT translationMilitsa Sotirova2022-09-141-2/+11
|
* SERVER-69693 use lambda instead of repeating codeAndrew Witten2022-09-141-4/+5
|
* SERVER-68870 Use IDL to enforce constraints on contention factor for FLE ↵Shreyas Kalyan2022-09-142-1/+3
| | | | operators
* SERVER-67756 FLE2 Range Query: implement findAndModifyShreyas Kalyan2022-09-142-53/+167
|
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-1410-369/+11
|
* SERVER-65528 Set bounds when restoring index cursorsShin Yee Tan2022-09-141-35/+64
|
* SERVER-69639 Fix const qualified function in ce_interpolation_testAlya Berciu2022-09-141-5/+2
|
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-1428-1086/+82
|
* SERVER-62356 Serialise the creation of sharded Timeseries collection with ↵Paolo Polato2022-09-149-228/+616
| | | | other DDL ops
* SERVER-68314 Add priority queueing metrics to the ticketholderHaley Connelly2022-09-143-164/+437
|
* SERVER-69588 Simplify global indexes aggregation on the catalog clientAllison Easton2022-09-141-74/+26
|
* Import wiredtiger: f2c48d93f0e3dec7a5576f74d78f85aa3a336f2c from branch ↵Chenhao Qu2022-09-142-11/+19
| | | | | | | | | mongodb-master ref: daa82cae33..f2c48d93f0 for: 6.2.0-rc0 WT-9835 Updating python test runs to preload TCMALLOC to avoid conflicts in allocators (#8263)
* Import wiredtiger: daa82cae33d1c4454cd66b356bcf5ab79147b811 from branch ↵Chenhao Qu2022-09-143-6/+13
| | | | | | | | | mongodb-master ref: 1e9c299068..daa82cae33 for: 6.2.0-rc0 WT-8931 Changed the values of columns in a ComplexDataSet so they are not ordered. (#8257)
* Import wiredtiger: 1e9c2990684bd7ad967539f1c2b650f73fa95664 from branch ↵Chenhao Qu2022-09-143-13/+3
| | | | | | | | | mongodb-master ref: 713546a0e8..1e9c299068 for: 6.2.0-rc0 WT-9779 Remove redundant string comparison in test/format tracing (#8256)
* SERVER-69238 reconcile StatsPath and CollectionStatisticsMisha Tyulenev2022-09-1423-150/+384
|
* SERVER-68340 Update SetClusterParameterCoordinator to be tenant-awareGabriel Marks2022-09-137-6/+145
|