summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71577 Implement math expressions in ABTRui Liu2023-01-114-31/+589
* SERVER-70445 check existence of TimeseriesOptions before using the time serie...Rushan Chen2023-01-112-9/+6
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-1115-192/+278
* SERVER-69193 Timestamp index build aborts during the oplog replay phase of in...Gregory Wlodarek2023-01-111-0/+8
* SERVER-72499 Make SplitPrepareSessionManager accessible through replication c...Wenbin Zhu2023-01-118-4/+36
* SERVER-72310 Add lowering unittest for MergeJoinNodeDavis Haupt2023-01-102-0/+349
* SERVER-66792: Index bounds for empty arraysWill Buerger2023-01-103-7/+76
* SERVER-72574 Dump lock manager before RSTL timeout for stepdownGregory Noma2023-01-107-43/+59
* SERVER-72454 Support restarting a config server in shard modeJack Mulrow2023-01-103-33/+67
* SERVER-72612 [SBE] Pass the current PlanStageSlots to projectFieldsToSlots()Drew Paroski2023-01-101-2/+4
* SERVER-72664 Initialization order fiasco in unit_test_pipeline_utils.cppAnton Korshunov2023-01-101-2/+9
* SERVER-72173 Fix missing tenantId when calling the profile functionHugh Tong2023-01-101-3/+2
* SERVER-72314 Add lowering test for GroupByNodeTed Tuckman2023-01-103-0/+318
* SERVER-72118 Add implementation for the SplitPrepareSessionManager class.Wenbin Zhu2023-01-104-12/+211
* SERVER-72638 Fix duration precision loss in bulk_builder_common log lineGeorge Wangensteen2023-01-101-1/+1
* SERVER-72133 Change CollectionCatalog::openCollection to call UncommittedCata...Matthew Saltz2023-01-104-11/+79
* SERVER-71252 Add functionality to iterate through the global indexes separate...Marcos José Grillo Ramirez2023-01-101-1/+1
* SERVER-71919 Clean up orphaned collections on recipient after movePrimary fai...Antonio Fuschetto2023-01-103-9/+97
* SERVER-72313 Add lowering test for UnionNodeTed Tuckman2023-01-102-40/+262
* SERVER-72000 Send commit decision in recipientForgetMigration for mergeDidier Nadeau2023-01-104-9/+55
* SERVER-70395 Combining partial aggs support for $sum, $avg, and std devDavid Storch2023-01-106-40/+532
* SERVER-71583 Convert various expressions to ABTIvan Fefer2023-01-103-9/+288
* SERVER-71399 Jumbo chunk flag must be cleared following a chunk splitSilvia Surroca2023-01-102-0/+50
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-1016-90/+119
* SERVER-72326 Remove boost::format from SBE pretty printers due to TSAN race c...shinyee.tan/localAnna Wawrzyniak2023-01-1017-169/+171
* SERVER-71560 Columnstore index repairMohammad Dashti2023-01-094-39/+219
* SERVER-72634 fixes for node ID in abt lowering golden testsDavis Haupt2023-01-0911-57/+57
* SERVER-71656 Add additional conditions to auxiliary intervals during interval...Matt Boros2023-01-093-98/+237
* SERVER-72309 Add lowering unittest for HashJoinNodeDavis Haupt2023-01-092-13/+160
* SERVER-71957 Integrate point-in-time catalog lookups into locked read setup pathHenrik Edin2023-01-096-162/+550
* SERVER-71581 Convert set expressions to ABTIvan Fefer2023-01-093-23/+93
* SERVER-72290 `deleteRangeDeletionTasksForRename` must not deregister tasks fo...Pierlauro Sciarelli2023-01-092-29/+30
* SERVER-72595 Prevent query-based reopening from considering compressed bucketsDan Larkin-York2023-01-062-8/+25
* SERVER-71996 fix use-after-move in SpoolProducerNode constructorDavis Haupt2023-01-061-1/+1
* SERVER-69260 Improve projection of FieldPathExpressions to slots and eliminat...Mihai Andrei2023-01-064-204/+143
* SERVER-64029 Prohibit impersonating multiple usersShreyas Kalyan2023-01-064-10/+49
* SERVER-72553 [CQF] Fix auto-updating for gcc version 12 and aboveSvilen Mihaylov2023-01-063-14/+24
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-064-6/+26
* SERVER-72584 ensure that oplog entries for partial transactions have both log...Benety Goh2023-01-061-0/+5
* SERVER-51984 Create feature flag for Compound Wildcard IndexesRuoxin Xu2023-01-061-0/+5
* SERVER-72220 Separate set from validate for cluster parametersGabriel Marks2023-01-066-18/+24
* SERVER-72441 Log an error message for remove() only when it's necessaryYoonsoo Kim2023-01-061-14/+31
* SERVER-72422 FCBIS may never truncate the oplog (tests)Matthew Russotto2023-01-061-0/+5
* SERVER-71387 Add missing typecheck for range-based windowDavid Percy2023-01-061-2/+7
* SERVER-72328 Move memUsage to sorter statsShin Yee Tan2023-01-068-34/+159
* SERVER-72270 Move planningTimeMicros so that it does not come last in slow qu...James Wahlin2023-01-052-7/+13
* SERVER-72315 Add lowering test for UnwindNodeTed Tuckman2023-01-052-74/+143
* SERVER-71943 Move ABT translation to new visitor mechanismBen Shteinfeld2023-01-0519-899/+582
* SERVER-72430 check for null migration progress ptrAndrew Witten2023-01-051-2/+2
* SERVER-71328 Ensure correct filtering metadata on donor shard after multiple ...toto2023-01-053-9/+14