summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-2444-889/+402
|
* SERVER-66353 Add concurrency information to ↵George Wangensteen2022-05-2345-58/+64
| | | | OperationContext::setAlwaysInterruptAtStepDownOrUp
* SERVER-66677 fix clang-tidy toolchain v4 warningBenety Goh2022-05-231-2/+2
|
* SERVER-66661 Fix memory leak in const_evalSvilen Mihaylov2022-05-231-2/+2
|
* SERVER-66480 introduce joinMigration shard cmd to set a barrier on the ↵Paolo Polato2022-05-234-64/+232
| | | | Balancer initialisation
* SERVER-66619 Teach update layer that all modifications affect columnar indexesMathias Stearn2022-05-231-0/+2
|
* SERVER-66528 Return the OpTime of Commit Transaction for FLE2 CRUDMark Benvenuto2022-05-231-7/+7
|
* SERVER-66603 Ensure we can't throw between releasing ↵Dan Larkin-York2022-05-231-3/+4
| | | | WiredTigerBeginTransactionBlock and marking recovery unit active
* SERVER-66274 Extend the cases of construction of simpler parameterized SBE ↵Denis Grebennicov2022-05-231-11/+55
| | | | index scan plans
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-05-232-8/+25
|
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-2313-106/+258
|
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-2111-41/+291
|
* SERVER-66616 Fix clang_tidy error on enterprise-rhel80-dynamic-clang-tidy-v4 ↵Cheahuychou Mao2022-05-201-1/+1
| | | | caused by getHighestTxnNumberWithChildSessions()
* SERVER-65158 Log some WiredTiger components at higher debug levelsGregory Wlodarek2022-05-203-6/+6
|
* SERVER-61788: Take global write lock in SecondaryInsertTimes to avoid lock ↵Yu Jin Kang Park2022-05-201-0/+2
| | | | upgrade in applyOps
* SERVER-66215 Create Sorter::File instances only when actually neededRomans Kasperovics2022-05-201-5/+5
|
* SERVER-60791 add replication state to listIndexes indexBuildInfo sectionBenety Goh2022-05-201-1/+11
|
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-2011-290/+41
| | | | This reverts commit f76ed79b1fe31c0f22bad3590699c2658638681d.
* SERVER-64350 Remove default continuation value from auto_split_vector.idlAllison Easton2022-05-203-21/+15
|
* SERVER-65530 Get rid of more usages of the legacy ChunkVersion formatKaloian Manassiev2022-05-201-14/+1
|
* Revert "SERVER-65158 Log some WiredTiger components at higher debug levels"Gregory Wlodarek2022-05-203-75/+56
| | | | This reverts commit a3123bb71beb721fc0fa8beb6c35a7d9beb8a0ba.
* SERVER-66593 Allow lookup fields to be pushed down into collection scans for ↵Svilen Mihaylov2022-05-191-8/+26
| | | | new optimizer
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-1911-41/+290
|
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-196-85/+147
|
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed ↵Sophia Tan2022-05-1924-73/+81
| | | | by DatabaseName
* SERVER-65837 Use transactions instead of applyOps when removing a shardMarcos José Grillo Ramirez2022-05-195-112/+96
|
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to ↵Mihai Andrei2022-05-1912-49/+40
| | | | internalQueryForceClassicEngine
* SERVER-66344 Make internal transactions workloads more extensibleCheahuychou Mao2022-05-191-0/+17
|
* SERVER-65816 Change balancer policy to balance on data size rather than ↵Pierlauro Sciarelli2022-05-1914-256/+494
| | | | number of chunks
* SERVER-66028 Include tenantId when constructing namespaces for change ↵jannaerin2022-05-198-25/+344
| | | | streams agg stages
* SERVER-60791 add opid and resumable index build info to listIndexes ↵Benety Goh2022-05-191-0/+9
| | | | indexBuildInfo section
* SERVER-66566 Optimize scanning SessionCatalog when refreshing retryable ↵Cheahuychou Mao2022-05-194-7/+44
| | | | writes from storage
* SERVER-66560 Check feature flag before fetching child transaction historyJack Mulrow2022-05-181-40/+47
|
* SERVER-66555 Optimize certain VM intrinsic functionsMartin Neupauer2022-05-184-1/+136
|
* SERVER-66526 Hang upon restart when there is a prepared internal transaction ↵Cheahuychou Mao2022-05-181-1/+1
| | | | for retryable findAndModify executed with storeFindAndModifyImagesInSideCollection=true to reconstruct
* SERVER-65925 Reshard commit and abort should check for transient errors when ↵Randolph Tan2022-05-184-6/+23
| | | | joining
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1
|
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-1810-308/+171
|
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-1811-291/+41
| | | | This reverts commit fb4100100d9c97f144eeaa44fae04ebdd00f3709.
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election ↵Matthew Russotto2022-05-185-86/+74
| | | | and liveness timers.
* SERVER-66023 Create a DelayableTimeoutCallback class to avoid constantly ↵Matthew Russotto2022-05-184-0/+722
| | | | resetting timers.
* SERVER-66352 Implement index hints for new optimizerSvilen Mihaylov2022-05-183-8/+61
|
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-188-94/+76
|
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-1811-41/+291
|
* SERVER-65730 Remove the split config at the end of a shard splitDidier Nadeau2022-05-183-5/+104
|
* SERVER-65076 Add stepdown passthrough suites for shard splitMatt Broadstone2022-05-184-73/+44
|
* SERVER-66314 improve columnar steady-state write implMathias Stearn2022-05-188-88/+209
|
* Revert "SERVER-60791 add opid and resumable index build info to listIndexes ↵Benety Goh2022-05-181-9/+0
| | | | | | indexBuildInfo section" This reverts commit 76afdba43ae9e6000f7837f8e2072b00fccf3049.
* Revert "SERVER-60791 add replication state to listIndexes indexBuildInfo ↵Benety Goh2022-05-181-11/+1
| | | | | | section" This reverts commit 3b24de4cdac250de6c74874d1410ab6d433d79dc.
* SERVER-66249 Refactor Tickets to be RAII and auto releasableJordi Olivares Provencio2022-05-182-5/+1
|