summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Always take a MODE_X lock when dropping viewspvselvan/SERVER-59934Pavi Vetriselvan2021-09-221-8/+6
* SERVER-60136 Extend DocumentSourceGroup sbeGroupCompatible flag to use sbeCom...Yoonsoo Kim2021-09-221-1/+1
* SERVER-59701 Avoid filtering out `Etc` timezone files when reading system tzf...Mohammad Dashti2021-09-221-1/+2
* SERVER-60111 Add `fillEmptyNull` to non-const _id expressionYoonsoo Kim2021-09-222-25/+41
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-227-4/+84
* SERVER-59883 suppress deprecation message with quiet flagZituo Jin2021-09-221-10/+10
* SERVER-58700 Create Feature flag for PM-2423Jordi Serra Torrens2021-09-222-0/+48
* Revert "SERVER-59199 KeyString: support large RecordId binary strings"Uladzimir Makouski2021-09-225-270/+36
* SERVER-60074 Add feature flag for configureCollectionAutoSplitter commandSimon Graetzer2021-09-224-2/+13
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-2213-24/+147
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-228-50/+16
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-09-223-3/+23
* Import wiredtiger: 1bbc53179f939c3a1cd446a4bc850d0b10a2d74e from branch mongo...Chenhao Qu2021-09-226-24/+112
* 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-216-26/+215
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-2126-302/+284
* SERVER-57567 Update sharded passthrough suite to handle time series collectionsArun Banala2021-09-211-1/+2
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2021-09-213-253/+473
* 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-215-36/+270
* SERVER-60062 Fix cloning of server description and uuid in RSM's topology des...LaMont Nelson2021-09-213-24/+40
* SERVER-58356 Cannot kill the dataSize operationDenis Grebennicov2021-09-211-2/+9
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-2193-1348/+1027
* SERVER-58552 Raise `kBSONDepthParameterFloor` to 21Gregory Noma2021-09-211-6/+7
* 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
* Import wiredtiger: f7722dec100b659418f00d8e338ce1fc35d489de from branch mongo...Etienne Petrel2021-09-213-9/+8
* Import wiredtiger: 0a709818aaeda3d9421c944a5df3d1df44f66c8b from branch mongo...Etienne Petrel2021-09-214-3/+192
* Import wiredtiger: c8a0136f4d6816cf350571ce7ad566f4ab4ea0cd from branch mongo...Etienne Petrel2021-09-213-1/+25
* Import wiredtiger: 7813885d2cf3b975d03bfcb7499defb16cae26fc from branch mongo...Etienne Petrel2021-09-2111-44/+296
* SERVER-59908 simplify extendedFCVTable useBilly Donahue2021-09-211-18/+17
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-219-31/+32
* SERVER-60011 list dependent non-pipeline libraries for timeseries_update_dele...Benety Goh2021-09-201-0/+3
* SERVER-60075 Check for autoSplitVector response status in case of mixed binariesPierlauro Sciarelli2021-09-201-7/+9
* 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-204-8/+13
* 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
* Import wiredtiger: b97d0cdf23ad071e6dc02902293942ec3f9d07a3 from branch mongo...Luke Chen2021-09-208-36/+108