summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-226-48/+14
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-09-222-0/+19
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"Drew Paroski2021-09-213-40/+7
* SERVER-59329: Make sure that withTemporaryOperationContext throw an error if ...Kshitij Gupta2021-09-211-72/+92
* SERVER-60052 Truncate SBE explain plan stats if they exceed max BSON depthMihai Andrei2021-09-211-7/+21
* SERVER-60094 Add shard version to internal writeBrett Nawrocki2021-09-214-23/+65
* SERVER-60096: Add rollbackHangCommonPointBeforeReplCommitPoint failpo…XueruiFa2021-09-212-4/+14
* SERVER-60007 Implement command to drop collection if its UUID differs from th...Pierlauro Sciarelli2021-09-214-26/+165
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-2124-300/+282
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-213-7/+40
* SERVER-60057 Remove ConcurrentCatalogWriteBatches testHenrik Edin2021-09-211-62/+0
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-214-35/+269
* SERVER-58356 Cannot kill the dataSize operationDenis Grebennicov2021-09-211-2/+9
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-2149-313/+341
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-215-39/+56
* SERVER-59679 Provide a skeleton implementation for slice splitMatt Broadstone2021-09-2110-1/+537
* SERVER-59465 Fix coverity issues in DocumentSourceDensifyTed Tuckman2021-09-212-19/+20
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-214-4/+4
* SERVER-60011 list dependent non-pipeline libraries for timeseries_update_dele...Benety Goh2021-09-201-0/+3
* SERVER-60030 Fix group stage builder bugsYoonsoo Kim2021-09-202-16/+65
* SERVER-57344 Enable partitioning in $densifyTed Tuckman2021-09-203-111/+414
* SERVER-60061 Avoid checking internal transactions feature flag more than once...Cheahuychou Mao2021-09-201-16/+20
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-201-2/+2
* SERVER-59898 Initialize value for $graphLookup outputIndexKatherine Wu2021-09-201-1/+1
* SERVER-59126 Delete buckets collection metadata from config servers on time-s...Nikita Lapkov2021-09-202-4/+16
* SERVER-60011 add overload for queryOnlyDependsOnMetaField() without pipeline ...Benety Goh2021-09-202-4/+17
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-09-206-216/+297
* SERVER-59967 Remove the guard against running multiple moveChunks on a same s...Paolo Polato2021-09-202-73/+21
* SERVER-59895 init _sbeCompatibleSteve La2021-09-191-1/+2
* SERVER-60034 Prohibit sparse indexes on time-series measurementsGregory Wlodarek2021-09-171-0/+22
* SERVER-59331 Fix SBE size_estimator build on macOSAlexander Ignatyev2021-09-171-0/+7
* SERVER-59866 Stop FCV from waiting for majority when currentCommitted…Matthew Russotto2021-09-172-0/+3
* SERVER-59019 Add feature flag for Yielding Support for SBEDianna Hohensee2021-09-171-0/+4
* SERVER-59234 Fix clang-12 warnings in C++20 modeAndrew Morrow2021-09-173-5/+15
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-1713-107/+184
* SERVER-57407 Avoid taking ReplicationCoordinator mutex when deciding …Randolph Tan2021-09-171-1/+4
* SERVER-59094 Implicitly create timeseries collections with shardCollectionAlya Berciu2021-09-173-16/+62
* SERVER-58663 Create a lock-free multi collection AutoGet* helperDianna Hohensee2021-09-177-1/+485
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-1752-2/+916
* SERVER-59845 selectChunkSplitPoints must rely on the autoSplitVector functionPierlauro Sciarelli2021-09-176-10/+133
* SERVER-59635 Mark ConfigSvrMoveChunkCommand as interruptible on stepdownAllison Easton2021-09-171-0/+2
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-165-251/+316
* SERVER-60012 removed unused time-series includes from write_commands.cppBenety Goh2021-09-161-2/+0
* SERVER-60025 BSON ownership in DocumentSourceQueue fixRuslan Abdulkhalikov2021-09-161-1/+1
* SERVER-59945 RecordId relops should take objects by const referenceAndrew Morrow2021-09-161-6/+6
* SERVER-59946 Zero initialize buffer in RecordIdAndrew Morrow2021-09-161-2/+5
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-1610-36/+209
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-1619-194/+1037
* SERVER-59744 splitVector must never be invoked with negative chunk sizePierlauro Sciarelli2021-09-162-10/+28
* SERVER-59457 [Part1] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-161-0/+5