summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-1226-64/+58
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-11227-1744/+2331
* SERVER-73858 Oplog batch application index builds on an empty collection shou...Benety Goh2023-02-111-9/+14
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-02-112-0/+21
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-112-20/+112
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-1176-716/+1054
* SERVER-73883 Add some feature flag tagging explanationCharlie Swanson2023-02-111-1/+4
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-112-8/+21
* SERVER-73560 require valid term in OpTime::asQuery()Benety Goh2023-02-111-4/+2
* SERVER-73880 Make DatabaseName constantsjannaerin2023-02-118-98/+155
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-1014-39/+131
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-103-6/+8
* SERVER-73636 Fix poor allocation pattern in validation reportingDan Larkin-York2023-02-101-1/+13
* SERVER-70994 Make analyzeShardKey command return the value and frequency of m...Cheahuychou Mao2023-02-102-70/+46
* SERVER-73137 Make TransactionResources::recoveryUnitState optionalJordi Serra Torrens2023-02-101-3/+7
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-108-124/+303
* SERVER-72838 Prevent concurrent direct writes from unsetting kPendingDirectWr...Faustoleyva542023-02-105-12/+73
* SERVER-57123 Reduce number of fillEmpty false in sbe_stage_builder_filter.cppIvan Fefer2023-02-101-40/+39
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-1026-109/+302
* SERVER-70995 Make analyzeShardKey return the average document sizeCheahuychou Mao2023-02-101-72/+67
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-103-5/+73
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-108-38/+58
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-108-19/+30
* SERVER-73697 Do not split out match expression on meta field when it's not re...Yoonsoo Kim2023-02-103-8/+19
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-1014-259/+124
* SERVER-73535 Add support for $jsonSchema scalar fields in splitMatchExpressio...Yoonsoo Kim2023-02-103-19/+225
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-103-4/+7
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate b...Yuhong Zhang2023-02-101-9/+9
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-103-4/+18
* SERVER-73834 NamespaceString constants immortal and constexprBilly Donahue2023-02-103-325/+363
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-0916-434/+514
* SERVER-73809 Adjust inlining so ByteCode::runInternal() uses less native stac...Drew Paroski2023-02-091-21/+26
* SERVER-73760: Add util functions to BoolExprHana Pearlman2023-02-092-0/+108
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-097-39/+110
* SERVER-72063 Throw on attempt to create overly small oplogGregory Noma2023-02-091-1/+3
* SERVER-73688 Update shard split to be gated on FCV 6.3Esha Maharishi2023-02-091-1/+1
* SERVER-73385 Releasing unheld critical section upon sharded rename error must...Pierlauro Sciarelli2023-02-091-19/+19
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-0920-134/+157
* SERVER-71525: Removed failOnPoisonedFieldLookup fail point and associated tes...Projjal Chanda2023-02-093-23/+2
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-093-0/+40
* SERVER-66782 Remove BalanceAccordingToDataSize feature flagPierlauro Sciarelli2023-02-096-771/+440
* SERVER-72235 Core Server Avoid the usage of dropCollectionEvenIfSystem() outs...Enrico Golfieri2023-02-098-58/+41
* SERVER-73752 Remove active shards check from ShardingCatalogClient::getShards...Paolo Polato2023-02-091-34/+0
* SERVER-73289 Support yield/restore on CollectionSnapshots APIJordi Serra Torrens2023-02-099-299/+797
* SERVER-72641 Add establishConsistentCollection APIhenrikedin2023-02-096-336/+318
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-0912-125/+405
* SERVER-73602 Add the stub of the TIMESERIES_WRITE query stageYuhong Zhang2023-02-099-0/+170
* SERVER-73735 Fail configuration more gracefully if telemetry is disabledCharlie Swanson2023-02-092-0/+15
* SERVER-71900 Support Errors in bulkWrite cursor responseseanzimm2023-02-095-50/+359
* SERVER-71148 Re-enable assertion in `AllDurableTimestamp` testGregory Noma2023-02-091-2/+1