summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68347 Ensure createIndexes, dropIndexes, and listIndexes work in ↵Sophia Tan2022-09-274-2/+12
| | | | multitenant environment
* SERVER-67372 Make tenant migration recipient delete its state document in ↵Sophia Tan2022-09-273-11/+135
| | | | its run method
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-277-94/+197
|
* SERVER-69139 Add documentation for PM-2821Huayu Ouyang2022-09-275-245/+660
|
* SERVER-69719 Shorten the global index crud oplog entriesJosef Ahmad2022-09-273-5/+9
|
* SERVER-63142 Add log file rotation status to start of new logWarren James2022-09-272-0/+15
|
* SERVER-69845: Implement column store size on disk.Colin Stolley2022-09-274-40/+49
|
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-272-5/+11
|
* SERVER-69798 Use slot id accessor to directly reset the slot in SBE ↵Rui Liu2022-09-271-5/+5
| | | | expression benchmarks
* SERVER-67895 Add _shardsvrWriteGlobalIndexKeys commandJosef Ahmad2022-09-2710-43/+173
|
* SERVER-70003 Alternative client for deleting range deletion documents must ↵Silvia Surroca2022-09-271-4/+8
| | | | be interruptible on stepdown
* SERVER-69936 GlobalIndexesCache should use a StringMap rather than a ↵Allison Easton2022-09-271-1/+1
| | | | StringDataMap
* SERVER-69798: Remove color from sbe benchmark logsIvan Fefer2022-09-271-2/+2
|
* SERVER-68926 Generate historical placement data for createDatabasePaolo Polato2022-09-271-14/+43
|
* SERVER-69060 Guard server parameters on feature flagsSara Golemon2022-09-278-4/+67
|
* SERVER-69575 Add unit tests for SDT instance and cumulative metricsBrett Nawrocki2022-09-2612-132/+431
|
* SERVER-69983 Add busy idents to the drop pending reaper to retry dropping laterGregory Wlodarek2022-09-261-8/+19
|
* SERVER-69953 Remove const members from Timer and StopwatchMatt Diener2022-09-262-3/+3
|
* SERVER-64967 Measure how long it takes operations using egress connections ↵Jason Chan2022-09-268-14/+133
| | | | to write to network
* SERVER-67613 Implement Mock for Async RPC APIGeorge Wangensteen2022-09-264-42/+559
|
* Revert "SERVER-66717 Guard change collection code with the serverless flag."Sviatlana Zuiko2022-09-265-43/+24
| | | | This reverts commit ce002ed993b51bdcd1b02fdae0d2ae9c71a932de.
* SERVER-66735: New addShard scenariosnandinibhartiyaMDB2022-09-262-32/+140
|
* SERVER-67826 Allow IDL types to own or preserve the lifetime of underlying dataGeorge Wangensteen2022-09-265-3/+56
|
* SERVER-69857 Repair maxdiff tests so they work correctly on WindowsJoel Redman2022-09-263-152/+245
|
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-2610-10/+0
|
* SERVER-60141: Upgrade timelib to version 2022.02Alberto Massari2022-09-261-7/+18
|
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-2616-83/+834
| | | | | Mapping of namespace to catalogId is maintained for timestamps back to the oldest timestamp. Used to be able to resolve catalogId for a namespace that is resilient to create, drop and rename operations.
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-265-24/+43
|
* SERVER-69851 Align with the new WiredTiger event handler interfaceEtienne Petrel2022-09-261-0/+1
|
* SERVER-68115 Do not drop empty path component from elemMatch path during ↵joshua2022-09-231-14/+6
| | | | index selection
* SERVER-68340 Fix flaky unit test againGabriel Marks2022-09-237-6/+165
|
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-233-24/+49
| | | | | Reapplies the original change with a corrected out-of-bounds check.
* SERVER-69598 squash commitsgalon12022-09-2328-121/+121
|
* SERVER-69860 Fix issue where dropping config would crashGabriel Marks2022-09-231-1/+1
|
* SERVER-64760 Correctly timestamp catalog writes for index recovery when an ↵Gregory Wlodarek2022-09-231-15/+12
| | | | oplog entry timestamp is present
* SERVER-68792 Refactor iterating over cell values into a cursorIrina Yatsenko2022-09-233-144/+163
|
* SERVER-69930 Unexpected error message in the logs attempting to refresh the ↵Antonio Fuschetto2022-09-231-1/+1
| | | | version of a dropped database
* SERVER-68677 Skip row store projection in column scan plans when possibleSteve Tarzia2022-09-238-55/+121
|
* SERVER-68844 Improve VMMartin Neupauer2022-09-237-838/+702
|
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-233-1/+48
|
* SERVER-69894 Combine PriorityTicketHolder and SchedulingTicketHolderHaley Connelly2022-09-232-110/+80
|
* Revert "SERVER-69149 Make debug print of SBE expressions more readable"auto-revert-processor2022-09-233-49/+24
| | | | This reverts commit fd15b0d0ef92e32bc3ce60742ffe6a5337269bff.
* SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4Trevor Guidry2022-09-2213-18/+18
|
* SERVER-68800 Retry isSelf fast path on temporary DNS failureVesselina Ratcheva2022-09-222-3/+75
|
* SERVER-67236 Improve size and memUsage tracking for reopened bucketsDan Larkin-York2022-09-223-4/+46
|
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-223-24/+49
| | | | Also improves debug print of the SBE union stage.
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-2230-41/+533
|
* SERVER-69025 [CQF] Performance-only partial schema requirementsSvilen Mihaylov2022-09-2218-246/+812
|
* SERVER-69760 Disable new SBE yielding behavior: project on pauseDianna Hohensee2022-09-221-1/+1
|
* SERVER-69113 Refactor server-side rewrite to enable easy addition of new ↵Davis Haupt2022-09-2220-1769/+2225
| | | | encrypted index types