summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56567 Add boolean field to reshardingFields to indicate whether an abo...Blake Oler2021-05-043-18/+62
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-048-41/+18
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-0413-15/+106
* Import wiredtiger: 33706217c01f343a3bb2d314257a918659e9d6de from branch mongo...Luke Chen2021-05-0412-277/+254
* Import wiredtiger: 637a8d089e42882db1209009df312d5a9491d238 from branch mongo...Luke Chen2021-05-042-1/+19
* Import wiredtiger: 652def8ae433a2001145d34baec9ef9f5610a97e from branch mongo...Luke Chen2021-05-0415-125/+581
* Import wiredtiger: 859f83a6ccf9bf1361f8aa75c1ba59e5624ea02d from branch mongo...Luke Chen2021-05-042-4/+5
* Import wiredtiger: 5b6109fa425d492c42fbb9f259c429a0290865ea from branch mongo...Luke Chen2021-05-044-6/+138
* Import wiredtiger: c17327160788b8da7766b7ff8e47ae4610b1660b from branch mongo...Luke Chen2021-05-042-1/+11
* Import wiredtiger: 87c819c15a2bc52ac5b949a7ffe0b84e8b68ebcf from branch mongo...Luke Chen2021-05-042-2/+2
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-046-15/+149
* Import wiredtiger: 02f4d1d902131e2a6fd5bf680566db35d8c3a8bf from branch mongo...Luke Chen2021-05-049-77/+111
* Import wiredtiger: 1a7a783ee4a4c00be029dd58200767d15b8fda00 from branch mongo...Luke Chen2021-05-042-2/+2
* Import wiredtiger: a72a967a296068ef9feda3a3e3ad4b63389e8956 from branch mongo...Luke Chen2021-05-042-1/+11
* Import wiredtiger: cc54220b06d23167290d9928a192f1c49769840d from branch mongo...Luke Chen2021-05-047-152/+166
* Import wiredtiger: bcb90a271ce721d53ce49f1d805f52111f67a5e2 from branch mongo...Luke Chen2021-05-0411-7/+45
* SERVER-55064 Add translation logic for $first/$last executorsamontea2021-05-043-0/+135
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ...Gregory Wlodarek2021-05-031-2/+5
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...Eric Milkie2021-05-035-2/+148
* SERVER-56372: Add server parameter and feature flag for RRFaMDaniel Gottlieb2021-05-031-1/+16
* SERVER-55947 Change fassertFailedWithStatusNoTrace to fassertFailedWithStatus...Dianna Hohensee2021-05-031-1/+1
* SERVER-55789 Add explain metric for peak memory usage of $setWindowFields stageNick Zolnierz2021-05-032-5/+22
* SERVER-54103 Improve log message "Available memory is less than system memory"Luis Osta2021-05-031-1/+1
* SERVER-54671 Ensure TopologyVersionObserver is always interrupted at shutdownLuis Osta2021-05-032-1/+55
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-0314-18/+120
* SERVER-55977 fix coverity analysis defect 118057: unchecked return valueBenety Goh2021-05-031-2/+5
* SERVER-56441 Avoid allocate and copy metadata if we successfully lookup exist...Yuhong Zhang2021-05-032-45/+109
* SERVER-56560 Avoid thread scheduling deadlock in create collection coordinatorTommaso Tocci2021-05-033-27/+32
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-0312-60/+105
* SERVER-56469 The shard server catalog cache loader should replace the entrie...Sergi Mateo Bellido2021-05-035-30/+8
* Revert "SERVER-56331 [SBE] Implement support for the CodeWScope BSON type"Drew Paroski2021-05-039-212/+20
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-0113-107/+354
* SERVER-56556 create collection coordinator waits on wrong opTime to be mojori...Tommaso Tocci2021-05-013-7/+16
* SERVER-56482 createCollection coordinator do not release critical section on ...Tommaso Tocci2021-05-011-3/+4
* SERVER-53563 Cancel tenant migrations on FCV change (donor side)Vesselina Ratcheva2021-05-015-0/+76
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-308-18/+386
* SERVER-56262 Fix _cappedFirstRecord usage for capped collectionsGregory Wlodarek2021-04-302-30/+48
* SERVER-55829: Use 'illegal_cyclic_or_unresolved_dependences_allowlisted' in S...Varun Ravichandran2021-04-303-3/+3
* SERVER-56331 [SBE] Implement support for the CodeWScope BSON typeDrew Paroski2021-04-309-20/+212
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-3022-256/+256
* SERVER-56362 Add macOS version info to getBuildInfo()Sara Golemon2021-04-301-0/+32
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-305-22/+59
* SERVER-56083 [SBE] Expressions unsupported in SBE for agg operations prevent ...Eric Cox2021-04-301-0/+5
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-307-85/+226
* SERVER-47123 remove AutoGetOrCreateDb classBenety Goh2021-04-303-50/+0
* SERVER-47123 remove AutoGetOrCreateDb from implicit collection creation durin...Benety Goh2021-04-301-2/+3
* Import wiredtiger: e3efbee8a31d9802b20f96f67a2f0f6191aeedb0 from branch mongo...Luke Chen2021-04-308-140/+252
* SERVER-53774 Enable featureFlagShardingFullDDLSupportTimestampedVersion featu...Jordi Serra Torrens2021-04-302-9/+6
* SERVER-54235 Desugar $count window function as {$sum : 1}Joel Redman2021-04-305-4/+124
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-3021-32/+405