summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix tripping boost invarianteric/id-hack-ix-scan-refactorEric Cox2022-06-281-2/+3
|
* fix nullptr derefEric Cox2022-06-271-2/+2
|
* fflag default trueEric Cox2022-06-271-2/+3
|
* update unittestsEric Cox2022-06-241-2/+2
|
* fmtEric Cox2022-06-241-1/+1
|
* cleanupEric Cox2022-06-241-6/+7
|
* fix merge with IndexScanStageEric Cox2022-06-241-2/+6
|
* Merge branch 'master' into eric/id-hack-ix-scan-refactorEric Cox2022-06-241221-16455/+28845
|\
| * SERVER-66361: Fix data race involving ↵Lingzhi Deng2022-06-242-6/+14
| | | | | | | | ReplicationCoordinatorMock::setCurrentCommittedSnapshotOpTime()
| * SERVER-63616 fix link model check for macos dynamic linkingDaniel Moody2022-06-242-2/+5
| |
| * Import wiredtiger: a1f21fe61929c12b360d8b50f03bc1584d7b10fd from branch ↵siddhartha.mahajan2022-06-2412-32/+23
| | | | | | | | | | | | | | | | | | mongodb-master ref: cec4e577d9..a1f21fe619 for: 6.1.0-rc0 WT-9310 Cut WiredTiger 11.0.0 release (#8056)
| * Import wiredtiger: cec4e577d97ddbb2c87ba676e8644636b6e366ca from branch ↵siddhartha.mahajan2022-06-243-9/+27
| | | | | | | | | | | | | | | | | | mongodb-master ref: 1696bc595c..cec4e577d9 for: 6.1.0-rc0 WT-9432 Ensure Evergreen builds have debug information (#8006)
| * Import wiredtiger: 1696bc595ca30ebeb0c2ecd5170c60b2367c83d2 from branch ↵siddhartha.mahajan2022-06-242-2/+12
| | | | | | | | | | | | | | | | | | mongodb-master ref: f8635d2114..1696bc595c for: 6.1.0-rc0 WT-9479 Fixing cppsuite archiving stage in evergreen (#8047)
| * Revert "SERVER-66736 Remove redefined startParallelShell() and fix test"Abdul Qadeer2022-06-233-19/+45
| |
| * SERVER-67250 Do not overwrite existing objects in 'addToArray()'Justin Seyster2022-06-234-15/+93
| |
| * SERVER-64089 Ignore checking fields in IGNORE_UNSTABLE_LIST in IDL ↵Vesselina Ratcheva2022-06-233-42/+540
| | | | | | | | compatibility checker
| * SERVER-63616 added check to make sure macos version supports link-model dynamicDaniel Moody2022-06-231-0/+31
| |
| * SERVER-67370 Destroy instance metrics object so it's lifetime will not be ↵Randolph Tan2022-06-233-5/+22
| | | | | | | | tied to the future callback function object
| * SERVER-66956 Remove redundant tests in MULTI_PLAN and CACHED_PLANDaniel Segel2022-06-231-19/+17
| |
| * SERVER-66900 Add a classic-engine variant to sys-perfZixuan Zhuang2022-06-231-0/+51
| |
| * SERVER-63789 Async file copy/importChristopher Caplinger2022-06-236-257/+280
| |
| * SERVER-57109 Authzn architecture guide updatesSara Golemon2022-06-231-15/+84
| |
| * SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-06-239-34/+115
| |
| * SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-234-331/+2
| |
| * SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual ↵Henri Nikku2022-06-233-90/+94
| | | | | | | | disposal
| * SERVER-49971 Report current VectorClock time in serverStatusAntonio Fuschetto2022-06-232-4/+16
| |
| * SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-12/+26
| |
| * SERVER-66924 Avoid inserting to the change collection that is already dropped.Rishab Joshi2022-06-231-1/+27
| |
| * SERVER-65948 Add 'changeStreams' cluster-wide parameterRomans Kasperovics2022-06-2310-23/+440
| | | | | | | | | | This parameter will be used to activate per-tenant change collections in serverless environment.
| * SERVER-67444 Eliminate legacy `requestMoveChunk` call from ↵Pierlauro Sciarelli2022-06-231-9/+0
| | | | | | | | `Balancer::_moveChunks`
| * SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-2321-268/+98
| |
| * SERVER-66736 Remove redefined startParallelShell() and fix testAbdul Qadeer2022-06-233-45/+19
| |
| * SERVER-66919: Serialize all writes to tenant migration namespacesChristopher Caplinger2022-06-233-51/+1
| |
| * SERVER-67069 added /Zc:lambda for windows in cxx17Alexander Neben2022-06-231-1/+2
| |
| * SERVER-67134 Fixed assert logging (bugprone-lambda-function-name)Alexander Neben2022-06-231-6/+7
| |
| * SERVER-67463 Increase election timeout in ↵Frederic Vitzikam2022-06-221-2/+2
| | | | | | | | reconfig_fails_no_cwwc_set_sharding.js to avoid crash
| * Revert "SERVER-65943 Add logging to multiversionconstants.py"XueruiFa2022-06-222-13/+1
| | | | | | | | This reverts commit b618f09f9bf4f285266232ba4eb70d84c97355f9.
| * SERVER-60531 Remove try-catch block for ↵Abdul Qadeer2022-06-221-24/+2
| | | | | | | | ShardsvrDropCollectionIfUUIDNotMatching cmd
| * SERVER-67445 Remove setting of setSingleBatch to 'true' in ↵Erwin Pe2022-06-221-1/+0
| | | | | | | | FLEQueryInterfaceImpl::findDocuments
| * SERVER-23146 More verbose error messages for geoparserEmily Wang2022-06-222-44/+201
| |
| * SERVER-65827: Using Milliseconds type in ThrottleCursorTestRichard Hausman2022-06-221-16/+11
| |
| * SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-2232-1019/+298
| | | | | | | | | | Also includes related simplifications to the implementation of 'DBClientCursor'.
| * SERVER-67380 Improve handling of partial schema requirementsSvilen Mihaylov2022-06-227-161/+173
| |
| * SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ↵Gregory Noma2022-06-228-19/+25
| | | | | | | | insert/update commands
| * SERVER-66933 Exclude API tests from sharded_retryable_writes_downgradeJoel Redman2022-06-223-3/+4
| |
| * SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-2251-681/+494
| |
| * SERVER-65943 Add logging to multiversionconstants.pyEvelyn Wu2022-06-222-1/+13
| |
| * SERVER-67441 Disable ↵Israel Hsu2022-06-221-1/+3
| | | | | | | | multi_statement_transaction_atomicity_isolation_server_status_mongos.js
| * SERVER-67399 collMod coordinator must block migrations on bucket nssTommaso Tocci2022-06-221-5/+8
| |
| * SERVER-66842 Fix pcPointer for instructions that take arguments in ↵Parker Felix2022-06-224-10/+120
| | | | | | | | CodeFragment::toString()