summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70514 Estimate number of arrays via type counterTimour Katchaounov2022-10-2010-57/+100
|
* SERVER-68650 Improve async RPC API naming conventions and fix use of retry ↵George Wangensteen2022-10-191-1/+1
| | | | policy
* SERVER-70116 Support installing one access blocker for many tenantsMatt Broadstone2022-10-198-193/+173
|
* SERVER-70182 move encrypted field config validation to IDLDavis Haupt2022-10-195-182/+108
|
* SERVER-70390 Add $_externalDataSources option to aggregate command IDLYoonsoo Kim2022-10-196-36/+190
|
* SERVER-70593 Split fle_crypto.hMark Benvenuto2022-10-191-1/+1
|
* SERVER-68604 Re-enable `WaitForOngoingQueriesInvalidatedOnStepDown` unit testPierlauro Sciarelli2022-10-191-2/+22
|
* SERVER-70205 Add non-const getters to some aggregation objectsTed Tuckman2022-10-198-0/+67
|
* SERVER-70260 Support stage expression in SBE benchmarkIvan Fefer2022-10-197-119/+114
|
* SERVER-70610 Put DSSLock on the DatabaseShardingStateMap elementsJordi Serra Torrens2022-10-192-12/+29
|
* SERVER-69726 Run multitenancy tests on replica setsjannaerin2022-10-194-58/+46
|
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2022-10-192-5/+13
|
* SERVER-70551 Remove a data race on the oplog collection cached pointer in ↵Frederic Vitzikam2022-10-181-3/+3
| | | | ReplicationCoordinatorImpl::startup
* SERVER-67464 Add base64url encode/decodeSara Golemon2022-10-181-0/+14
|
* SERVER-69948: Strip needsRetryImage from findAndModify oplog entriesChristopher Caplinger2022-10-183-101/+199
|
* SERVER-69899 Dynamically size time series buckets based on workload and WT ↵Faustoleyva542022-10-186-21/+111
| | | | cache size
* SERVER-69885 Added support `$in` in `generatePerColumnFilterExpr()`Mohammad Dashti2022-10-189-30/+176
|
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-1864-1182/+1965
|
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-184-50/+146
|
* SERVER-70088 Unit testing of CE with generated mixed type histogramsMilena Ivanova2022-10-1812-66/+668
|
* SERVER-69914 Track document IDs for time series deletions without recording ↵Dan Larkin-York2022-10-185-10/+124
| | | | preimages
* SERVER-70570 Require exactly three recipient nodes for shard splitMatt Broadstone2022-10-181-2/+2
|
* SERVER-69984 skip marking external kills as garbage collectable if they ↵mathisbessamdb2022-10-183-2/+66
| | | | already have been marked
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-1815-56/+53
|
* SERVER-67018 Expose nodeCEMap to explainMatt Boros2022-10-185-103/+220
|
* SERVER-70228 Initialize unused pointer field in TimeZoneRui Liu2022-10-181-1/+1
|
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-186-51/+52
|
* SERVER-66776 Clean up index builds for errors during setupYuhong Zhang2022-10-183-9/+46
|
* SERVER-66776 Make ReplIndexBuildState::tryAbort() a no-op if a concurrent ↵Yuhong Zhang2022-10-181-0/+4
| | | | operation already aborts the index build
* SERVER-70650 Temporarily disable wiredtiger logging testsWill Korteland2022-10-182-0/+8
|
* SERVER-62395 Use tid field to create namespace on non-txn commands during ↵jannaerin2022-10-1716-209/+690
| | | | oplog application
* SERVER-70352 Create statistics cache at the startupMisha Tyulenev2022-10-1717-57/+219
|
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-1717-113/+246
|
* SERVER-65980: Implement compact(), share isEmpty()Colin Stolley2022-10-177-141/+184
|
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-1712-94/+150
|
* SERVER-70036 Deprioritise range deletion when overloadedJordi Olivares Provencio2022-10-171-0/+3
|
* SERVER-70509 [SBE] Pass input/output slots to UnionStage/SortedMergeStage in ↵Drew Paroski2022-10-172-47/+77
| | | | correct order
* SERVER-70137 Feature flag admission priority in curOpJordi Olivares Provencio2022-10-172-2/+8
|
* SERVER-70504 Handle transform updates in performAtomicTimeseriesWritesDan Larkin-York2022-10-173-6/+140
|
* SERVER-70595 Fix error checks in enableShardingPaolo Polato2022-10-171-17/+27
|
* SERVER-68927 Store placement changes into config.placementHistory when a ↵Paolo Polato2022-10-173-25/+101
| | | | shardCollection() command gets committed on the config server
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands ↵auto-revert-processor2022-10-1516-672/+209
| | | | | | during oplog application" This reverts commit 3e16f4386ed3772d9aa01c16057f43d4a90eb133.
* SERVER-53594 Add frozen indexes to total index counts and subtract from in ↵Shin Yee Tan2022-10-142-2/+2
| | | | progress index counts
* SERVER-70313: Break from column store index iteration once row store ↵Will Buerger2022-10-141-14/+12
| | | | fallback is engaged
* SERVER-62395 Use tid field to create namespace on non-txn commands during ↵Hugh Tong2022-10-1416-209/+672
| | | | oplog application
* SERVER-69909: [CQF] Explain of Constant should be lossess and display tag/valueNaama Bareket2022-10-142-4/+21
|
* SERVER-68519 include more info in column scan explainAlyssa Wagenmaker2022-10-143-2/+43
|
* SERVER-70584 fix missing library dependencies for stitch_support_testBenety Goh2022-10-141-0/+2
|
* SERVER-70554 Refactor buildProjectionDefault() in "sbe_stage_builder.cpp"Drew Paroski2022-10-142-70/+94
|
* SERVER-69826 convert WiredTiger Python rollback test to ↵Benety Goh2022-10-142-0/+347
| | | | | | | | | db/storage/wiredtiger C++ test This is the C++ version of the python test test_rollback_to_stable40.py modified to use mongo/unittest assertions. Co-authored-by: Etienne Petrel <etienne.petrel@mongodb.com>