summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73428 [CQF] Eliminate duplicate conversion from document value to sbe ...Svilen Mihaylov2023-02-0215-80/+100
* SERVER-73434 Fix getOwnershipFilter wrongly using ShardVersion::IGNORED when ...Jordi Serra Torrens2023-02-021-2/+2
* SERVER-70132 Remove index version from CSR on FCV downgradeAllison Easton2023-02-012-19/+39
* SERVER-72463 Extend WildcardKeyGenerator to generate index keys for compound ...Ruoxin Xu2023-02-015-168/+449
* SERVER-73212 Remove collection locks on sharding index catalog shard observer...Marcos José Grillo Ramirez2023-02-014-47/+60
* SERVER-73441 Make sure shard key bounds are valid when committing `moveRange`Pierlauro Sciarelli2023-02-012-19/+17
* SERVER-72465: Expand IndexEntry for compound wildcard indexes.Alexander Ignatyev2023-02-015-32/+272
* SERVER-73374 Support serverless mode in YAML configurationsMatt Broadstone2023-02-011-1/+1
* SERVER-73465 Updates during column store index build can result in no-op side...Justin Seyster2023-02-011-2/+8
* SERVER-73464 Reset lastApplied read source to default when storage snapshot c...Henrik Edin2023-02-011-0/+6
* SERVER-69540 move in/out params from SBENodeLowering constructorDavis Haupt2023-02-018-165/+246
* SERVER-73266 Avoid retaking RSTL without timeout at index build commitGregory Noma2023-01-311-2/+3
* SERVER-69822: Use MemoryUsageTracker::withinMemoryLimit() consistentlyProjjal Chanda2023-01-314-15/+10
* SERVER-73364 benchmarks for path loweringDavis Haupt2023-01-312-0/+156
* SERVER-73258 Add Duration based IDL typesSara Golemon2023-01-315-10/+161
* SERVER-73280 Pass CPP variable name into condition.feature_flagGabriel Marks2023-01-312-4/+4
* SERVER-73312 Pass ticket holders to monitorGregory Noma2023-01-312-3/+16
* SERVER-71950 Fail and log the operation when out-of-order keys are detected i...Gregory Wlodarek2023-01-313-9/+33
* SERVER-73401 Adding replay protection to BlockParticipant cmdSergi Mateo Bellido2023-01-311-23/+62
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-3113-65/+350
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-3127-371/+385
* SERVER-73426 Minimal alternative to generic `PairMap<K1,K2,V>`Billy Donahue2023-01-312-207/+23
* SERVER-70395 Change spilling for SBE HashAggStage to use a more efficient alg...David Storch2023-01-3122-397/+847
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-01-315-10/+48
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-315-66/+234
* SERVER-73440 Update time-series arch guide to reflect updated usage of closed...Faustoleyva542023-01-301-1/+1
* SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener2023-01-308-28/+45
* SERVER-73354 Add a missing direct dependency on 'service_context'Kaloian Manassiev2023-01-301-0/+1
* SERVER-72602: Populate Cursor Response for BulkWrite on Mongodseanzimm2023-01-309-109/+263
* SERVER-73340 Drop abandoned idents at startup using the stable timestampHenrik Edin2023-01-307-22/+35
* SERVER-73363 De-encapsulate bucket_catalog::BucketStateManagerDan Larkin-York2023-01-3012-529/+531
* SERVER-73440 Update time-series arch guide to reflect updated usage of closed...Fausto J Leyva2023-01-302-8/+6
* SERVER-65502 Address SERVER-60824 TODOsJames Wahlin2023-01-301-2/+0
* SERVER-71832 Report group spill metrics in serverStatusAdityavardhan Agrawal2023-01-304-3/+29
* SERVER-73011 Rename the routing metrics fields in the analyzeShardKey responseCheahuychou Mao2023-01-305-155/+145
* SERVER-73416 Change index version on collection metadata after resharding for...Marcos José Grillo Ramirez2023-01-303-15/+48
* SERVER-70132 Handle FCV transitions for global indexes infoAllison Easton2023-01-301-0/+32
* SERVER-73420 Make QueryAnalysisSampler take mutex when getting the last avera...Cheahuychou Mao2023-01-301-3/+15
* SERVER-73313 Ignore fixed dbVersions in ScopedSetShardRoleJack Mulrow2023-01-303-2/+47
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-3014-120/+62
* SERVER-73147 Increase timing resolution of mongo::TraceProviderMark Benvenuto2023-01-303-48/+68
* SERVER-68261 Add feature flag for graceful handling of index build errorsYu Jin Kang Park2023-01-301-0/+4
* SERVER-72908 Create FLE2IndexedEqualityEncryptedValueV2 class and implement p...Erwin Pe2023-01-303-0/+517
* SERVER-73365 Skip double rebuild during path loweringTed Tuckman2023-01-302-8/+12
* SERVER-73154 Create logarithmic scale ABT tree for variadic expressionsRui Liu2023-01-303-16/+141
* SERVER-70832 Don't take DB lock in MODE_X when installing new sharding databa...Antonio Fuschetto2023-01-301-1/+1
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-3029-271/+111
* SERVER-73293 Make sure range deleter service is up before accessing `_rangeDe...Pierlauro Sciarelli2023-01-302-3/+9
* SERVER-73345 Cancel ongoing refresh on DB metadata cleanupAntonio Fuschetto2023-01-304-10/+17
* SERVER-70687 Set the initial content of config.placementHistory on FCV upgradePaolo Polato2023-01-308-22/+552