summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65372 Copy indexBoundsEvaluationInfos when PlanStageData is copiedr6.0.0-alpha0Ruoxin Xu2022-04-111-0/+1
* SERVER-65358 Add epoch/timestamp on the mergeChunks pathKaloian Manassiev2022-04-119-57/+103
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-1113-135/+683
* SERVER-65377 or_inexact.js returns "duplicate field" errorDenis Grebennicov2022-04-111-7/+14
* Revert "SERVER-64979 Range deleter must start with same range deletion task o...Allison Easton2022-04-116-96/+42
* Import wiredtiger: da4aaa5ba21d6a00db59602b0ef837856afea409 from branch mongo...Etienne Petrel2022-04-114-6/+13
* Import wiredtiger: 5840fabbd5510b3f188ca7dbd35b694378a34650 from branch mongo...Etienne Petrel2022-04-1139-72/+73
* Import wiredtiger: 64200147ceb744a7854f3278589b589b4a4e774f from branch mongo...Etienne Petrel2022-04-112-1/+5
* Import wiredtiger: 714e612de553c40c8e4edba4fa00e3f7b419647e from branch mongo...Etienne Petrel2022-04-1161-3887/+393
* Import wiredtiger: 1a4964eadb2804ce58754fdb5973e70ba4112460 from branch mongo...Etienne Petrel2022-04-113-2/+7
* Import wiredtiger: ef59b9e2c174ec2e89a16cf417426f2d5805aff7 from branch mongo...Etienne Petrel2022-04-1161-393/+3887
* Import wiredtiger: 55d6761f7e8673c1dbb9f382c155d721dc1ce722 from branch mongo...Etienne Petrel2022-04-112-1/+4
* Import wiredtiger: 842f84866a7ada515b3b901aa16123352dc8d390 from branch mongo...Etienne Petrel2022-04-112-1/+5
* SERVER-65207 Coverity analysis defect 122015: Argument cannot be negativeMark Benvenuto2022-04-101-0/+1
* SERVER-64798 Rename FLE 2 state collection prefix to enxcoll_Mark Benvenuto2022-04-103-3/+3
* SERVER-65357 Change partition allocation for FLE 2Mark Benvenuto2022-04-103-17/+25
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-0912-19/+63
* Revert "SERVER-63606 Serialize setClusterParameter with add/remove shard and ...auto-revert-processor2022-04-097-161/+33
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-0916-193/+344
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-095-10/+204
* SERVER-65341 Enable the SBE lookup feature by defaultYoonsoo Kim2022-04-084-4/+11
* SERVER-55348 Enable Feature flag for Running distributed transactions interna...Sanika Phanse2022-04-081-1/+2
* SERVER-65338 Runtime configurable query knob to disable SBE $lookupEthan Zhang2022-04-084-3/+16
* SERVER-65367 Fix IET build for wildcard indexes and elemMatchAlexander Ignatyev2022-04-087-11/+36
* SERVER-65263 Enable array compression for time-series by defaultHenrik Edin2022-04-081-1/+2
* SERVER-65393 Fix tassert in createBucketsSpecFromTimeseriesSpecDavid Percy2022-04-082-5/+44
* SERVER-65354 Forward client's APIParameters in the transaction APIJack Mulrow2022-04-083-0/+90
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-087-33/+161
* SERVER-57592 Enable last point query feature flagAlya Berciu2022-04-081-1/+2
* Revert "SERVER-64372 Add parity $currentOp resharding donor fields"Brett Nawrocki2022-04-088-168/+20
* SERVER-65018 Batched writes must fit inside a single applyOpsJosef Ahmad2022-04-084-25/+160
* SERVER-64635 Remove const in return type of _getSyncSourceReadPreference(With...Matthew Russotto2022-04-082-2/+2
* SERVER-65134 Support FLE rewrite for explain of findAndModify commandNicholas Zolnierz2022-04-086-17/+100
* SERVER-49271 Convert more non-shipping non-windows builders to --link-model=d...Richard Samuels2022-04-081-0/+1
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-083-0/+84
* SERVER-63341: Server-side rewrite and query analysis support for aggregate $e...Hana Pearlman2022-04-087-92/+324
* SERVER-63352 Evaluate IETs and bind them into SBE planAlexander Ignatyev2022-04-087-133/+271
* SERVER-65038 Ensure profiling works when write blocking is enabledJordi Serra Torrens2022-04-082-1/+8
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-089-104/+505
* SERVER-65254 Disable TemporarilyUnavailableExceptions by defaultLouis Williams2022-04-083-15/+26
* SERVER-63522 Observe DDL operations for user write blockingGabriel Marks2022-04-088-75/+283
* Import wiredtiger: 2a20e7cd4b75aaccc40eb7d0009548b92dc1aa81 from branch mongo...Etienne Petrel2022-04-082-4/+4
* Import wiredtiger: bae3dc34a7ecab80cba1707a32c0c65d6b94943b from branch mongo...Etienne Petrel2022-04-082-4/+5
* Import wiredtiger: d75bc0ef7a03d399414398b9aa777dd068e54f34 from branch mongo...Etienne Petrel2022-04-0824-48/+48
* Import wiredtiger: d0077142269bad79d764f943d365ffee5b7db11b from branch mongo...Etienne Petrel2022-04-088-34/+249
* Import wiredtiger: 2aa2673d45c3ef1666107a5e381202f92502201e from branch mongo...Etienne Petrel2022-04-0814-94/+199
* SERVER-63594 Add EDC, ESC, ECC, and ECOC test vectorssergey.galtsev2022-04-081-117/+213
* SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek2022-04-071-0/+2
* SERVER-65355 avoid binding to temporary to silence warningBilly Donahue2022-04-071-1/+1
* SERVER-64665 Early return in AutoGet constructors once we detect that a secon...Mihai Andrei2022-04-071-17/+25