summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-1273-208/+413
|
* SERVER-73891 rewrite_state_change_errors Doc fixBilly Donahue2023-02-111-4/+4
|
* SERVER-55605 Ignore reformatting in git blameAlexander Neben2023-02-111-0/+14
|
* SERVER-73874 remove unused variables in initial_sync_index_conflict.jsBenety Goh2023-02-111-2/+0
|
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-11410-3028/+4050
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-72197 Move to clang-format in v4 toolchainRyan Egesdahl2023-02-113-93/+139
|
* SERVER-73858 Oplog batch application index builds on an empty collection ↵Benety Goh2023-02-112-21/+14
| | | | should ignore same errors as non-empty collection case
* SERVER-73896 increase number of documents to insert in oplog sampling testBenety Goh2023-02-111-1/+2
|
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-02-114-2/+38
|
* SERVER-72421 Make `ftdc_mirrored_reads.js` wait for FTDC to convergeJason Chan2023-02-111-4/+7
|
* SERVER-72815: Track document count and duration for updateMany and ↵Adi Zaimi2023-02-113-58/+191
| | | | deleteMany calls
* SERVER-72468 Test Compound Wildcard Index filters and hidingAlexander Ignatyev2023-02-112-0/+310
|
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-1177-720/+1055
|
* SERVER-73883 Add some feature flag tagging explanationCharlie Swanson2023-02-111-1/+4
|
* SERVER-73886 Tag jstests with requires_scripting for NTDI passthroughmathisbessamdb2023-02-118-2/+22
|
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-112-8/+21
|
* SERVER-73896 oplog_sampling.js logs and checks number of entries in oplog ↵Benety Goh2023-02-111-0/+10
| | | | before restarting
* SERVER-73560 require valid term in OpTime::asQuery()Benety Goh2023-02-111-4/+2
|
* SERVER-73880 Make DatabaseName constantsjannaerin2023-02-118-98/+155
|
* SERVER-73876 Update db-contrib-tool version that supports python 3.7Mikhail Shchatko2023-02-101-1/+1
|
* SERVER-72489 Config server always has shardIdentity and uses ↵Jack Mulrow2023-02-1024-80/+257
| | | | ShardServerCatalogCacheLoader
* SERVER-71968 Make MONGO_SOURCE_LOCATION static constexpr in tassertIvan Fefer2023-02-101-7/+8
|
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-109-47/+25
|
* SERVER-73598 Extend FLEQueryInterface to test if a document exists by idMark Benvenuto2023-02-102-12/+19
|
* SERVER-72825 [master] Remove Outdated/Duplicate Entries for Multiversion Testsjames-hippler2023-02-101-24/+24
|
* 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 ↵Cheahuychou Mao2023-02-109-335/+400
| | | | most common shard key values
* SERVER-73857 disable split-dwarf when gdb-index is enabled.Daniel Moody2023-02-101-5/+9
|
* SERVER-73874 clean up geo_small_large.jsBenety Goh2023-02-101-42/+46
|
* SERVER-73858 add js test for geo 2d index options conflict during initial syncBenety Goh2023-02-101-0/+101
|
* SERVER-73874 clean up initial_sync_index_conflict.jsBenety Goh2023-02-101-16/+4
|
* SERVER-71308 Enable featureFlag for resilient movePrimaryAntonio Fuschetto2023-02-104-8/+4
|
* 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-1010-127/+495
| | | | expression
* SERVER-72838 Prevent concurrent direct writes from unsetting ↵Faustoleyva542023-02-105-12/+73
| | | | kPendingDirectWrite flag
* 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-1040-134/+370
|
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-108-127/+596
|
* SERVER-70995 Make analyzeShardKey return the average document sizeCheahuychou Mao2023-02-105-76/+180
|
* SERVER-73045 Preserve the original filter in the write phase for ↵Jason Zhang2023-02-106-74/+181
| | | | updateOne/deleteOne/findAndModify without shard key
* SERVER-71734 Removed uninterruptable lock guard from simplecpplintAlexander Neben2023-02-101-12/+0
|
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-1010-46/+83
|
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-1010-19/+36
|
* SERVER-73697 Do not split out match expression on meta field when it's not ↵Yoonsoo Kim2023-02-105-98/+137
| | | | renameable
* SERVER-38232 Add RuntimeDirectory to mongod.serviceRyan Egesdahl2023-02-102-0/+5
|
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-1014-259/+124
|
* SERVER-73847 large batched writes rollback test provides nodeOptions to fixtureBenety Goh2023-02-101-28/+14
|
* SERVER-73535 Add support for $jsonSchema scalar fields in ↵Yoonsoo Kim2023-02-103-19/+225
| | | | splitMatchExpressionBy()
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-103-4/+7
|
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate ↵Yuhong Zhang2023-02-101-9/+9
| | | | buckets