summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: upgrade http-server from 0.12.3 to 0.13.0snyk-upgrade-7b3d35a4f3ac527b4a891dd6e5efdf5esnyk-bot2022-09-021-1/+1
| | | | | | | | | Snyk has created this PR to upgrade http-server from 0.12.3 to 0.13.0. See this package in npm: https://www.npmjs.com/package/http-server See this project in Snyk: https://app.snyk.io/org/mongodb-default/project/3b2e88fd-cb95-451f-b9f9-1f2c4e47706f?utm_source=github&utm_medium=referral&page=upgrade-pr
* SERVER-68895 Load static version of ABT gdb printers if dynamic is not availableNicholas Zolnierz2022-09-022-15/+94
|
* SERVER-69376: Increase timeout for replica_sets_jscore_passthrough on macos ↵Jeff Zambory2022-09-021-0/+2
| | | | variant
* SERVER-67559 Implement global index cloner primary only serviceRandolph Tan2022-09-0219-15/+1594
|
* SERVER-68445 Integrate histogram bucket interpolationAlya Berciu2022-09-029-70/+686
| | | | | Co-authored-by: Milena Ivanova <milena.ivanova@mongodb.com> Co-authored-by: Alya Berciu <alya.berciu@mongodb.com>
* SERVER-5972 Allow `system.js` to be droppedGregory Noma2022-09-023-1/+42
|
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ↵Dianna Hohensee2022-09-027-45/+67
| | | | ensure read operations are interruptible
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-015-23/+28
|
* SERVER-69233 Replace transaction top level tenantId with operation doc tenantIdHugh Tong2022-09-012-11/+43
|
* SERVER-68998 Fix coverity warning using a moved objectgalon12022-09-011-2/+2
|
* SERVER-69156 fix misc-uniqueptr-reset-release warningJuan Gu2022-09-013-3/+3
|
* SERVER-67879 Check encrypted BSON value's structural consistencyYuhong Zhang2022-09-015-0/+171
|
* SERVER-69361 [CQF] Extend path fusion to better handle field dependenciesSvilen Mihaylov2022-09-014-16/+159
|
* SERVER-69246 Run TSBS on all-feature-flags and FCV variantsGregory Noma2022-09-011-15/+16
|
* SERVER-62492 $geoWithin shouldn't accept multiple shapesMaddie Zechar2022-09-013-1/+13
|
* SERVER-69285 Add useful description for ecocDocument struct in ↵Warren James2022-09-011-1/+1
| | | | src/mongo/crypto/fle_field_schema.idl
* SERVER-68783 Disambiguate 0 time estimate from no estimate in reshardingBrett Nawrocki2022-09-0119-117/+328
|
* SERVER-68984 Implement experiments in Cost Model FrameworkAlexander Ignatyev2022-09-012-2/+213
|
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when ↵jannaerin2022-09-014-7/+34
| | | | parsing Find and Pipeline commands
* SERVER-68143 Add rollback tests for downgrading to upgraded pathHuayu Ouyang2022-09-013-30/+349
|
* Import wiredtiger: bb64c7cdcac3638b66ecea5c240df1448d409ab8 from branch ↵Etienne Petrel2022-09-015-79/+251
| | | | | | | | | mongodb-master ref: cfb48c05eb..bb64c7cdca for: 6.2.0-rc0 WT-9751 Fix memory leak if we fail eviction in single page rewrite (#8214)
* Import wiredtiger: cfb48c05ebcc12aa122d245430dbda07c5f0513a from branch ↵Etienne Petrel2022-09-014-4/+206
| | | | | | | | | mongodb-master ref: e217c5727a..cfb48c05eb for: 6.2.0-rc0 WT-9781 Fix search near exact edge case with bounded cursor (#8231)
* Import wiredtiger: e217c5727a0922118d3d294729864605c2e8bacc from branch ↵Etienne Petrel2022-09-0110-17/+49
| | | | | | | | | mongodb-master ref: 0ac82ac3fb..e217c5727a for: 6.2.0-rc0 WT-9758 Only reset cursor bounds when calling cursor reset externally (#8208)
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-0127-617/+176
|
* SERVER-69287 [CQF] Support $expr in findSvilen Mihaylov2022-09-012-14/+26
|
* SERVER-69121 Update FCV version for `hedged_reads.js`Amirsaman Memaripour2022-09-011-1/+1
|
* SERVER-66636 Introduce server parameters to track storage and TTL stats for ↵Denis Grebennicov2022-09-0112-52/+273
| | | | | | the change collections Co-author: csum112<catalin.sumanaru@mongodb.com>
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-0147-397/+644
|
* SERVER-69031 Move JSON configuration to python fileAlexander Ignatyev2022-09-015-325/+60
|
* SERVER-68745 Implement histogram parsing from BSONMisha Tyulenev2022-09-017-3/+421
|
* SERVER-69296 Use traverseF() for $anyElementTrue in ↵Drew Paroski2022-09-012-32/+19
| | | | "sbe_stage_builder_expression.cpp"
* SERVER-69159 Enable positioned cursors across find cmd for snapshot read concernDianna Hohensee2022-08-311-3/+1
|
* SERVER-68254 Create a function to instantiate collections and index entries ↵Gregory Wlodarek2022-08-3114-36/+879
| | | | from earlier points in time
* SERVER-63339 Enable hash checks for capped collectionsGregory Noma2022-08-311-36/+18
|
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-313-6/+4
|
* SERVER-65337 set minThreads to 0: TenantMigrationDonorService, ↵Adityavardhan Agrawal2022-08-314-1/+47
| | | | TenantMigrationRecipientService, ShardSplitDonorService.
* SERVER-68401 Log latency of requests to OCSP responder for client-side ↵Jason Chan2022-08-312-2/+112
| | | | verification
* SERVER-69155 fix clang_tidy bugprone-suspicious-string-compare errorsJuan Gu2022-08-311-1/+1
|
* SERVER-68997 Constructor parameter name refactorMilitsa Sotirova2022-08-311-2/+2
|
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-3114-250/+645
|
* SERVER-69289 Add 6.2 to releases.ymlJason Chan2022-08-311-0/+1
|
* SERVER-69265 Increase config_fuzzer_replica_sets_jscore_passthrough timeoutMikhail Shchatko2022-08-311-0/+2
|
* Import wiredtiger: 0ac82ac3fb889ed948dcb23ef77b3cd82d6de935 from branch ↵Etienne Petrel2022-08-312-16/+28
| | | | | | | | | mongodb-master ref: e605c3eee1..0ac82ac3fb for: 6.2.0-rc0 WT-9799 Only reconfigure every 2+ seconds. (#8233)
* Import wiredtiger: e605c3eee1daaf355d7a498dd3dc89036c43c2d8 from branch ↵Etienne Petrel2022-08-314-36/+38
| | | | | | | | | mongodb-master ref: 064bbe0878..e605c3eee1 for: 6.2.0-rc0 WT-9591 Adapt to LLVM v9.0+ for a Symoblizer call (#8198)
* SERVER-69262 Unconditionally retry stepup and no-op write commandsMatt Broadstone2022-08-312-30/+12
|
* SERVER-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-08-312-0/+100
| | | | | | | | | | | | | | | | Background: SERVER-47866 stopped bumping the collection's minimum visibility timestamp on catalog changes related to an index; only the index's minimum visibility snapshot continues to be updated. One side effect of this change is that a multi-document transaction can read a at a snapshot where the index is not yet ready and commit at a timestamp when the index is ready, which not intended behaviour and can open the opportunity for a race to happen. This patch introduces a check for the indices' minimum visible timestamp. Attempting to write to an index entry while reading at an incompatible timestamp returns a write conflict exception. Locking rules guarantee that we see a consistent in-memory view of the indices' minimum visible snapshot.
* SERVER-69245 Fix compilation of unittests with C++20Allison Easton2022-08-312-13/+11
|
* SERVER-69189 Drop connections from mongos to primary in ↵Vojislav Stojkovic2022-08-311-0/+2
| | | | connection_establishment_metrics.js
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-316-193/+273
|
* SERVER-44137: ReplicationCoordinatorExternalStateImpl: clean up constantsKonstantin Trushin2022-08-301-18/+14
| | | | | | | Rename constants to comply with the code style. Remove unused constants. Signed-off-by: ali-mir <ali.mir@mongodb.com>