summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-08-222-0/+107
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-08-111-1/+4
* SERVER-68714 Fixed shell secure number generationAlexander Neben2022-08-111-1/+1
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-08-091-3/+3
* SERVER-68359 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-041-4/+5
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-032-0/+39
* Revert "SERVER-56676 TTLMonitor handles NaN/out of range values when extracti...r4.2.22-rc0r4.2.22Benety Goh2022-07-271-1/+1
* SERVER-61321 Improve handling of large/NaN values for text index versionShin Yee Tan2022-07-271-1/+1
* SERVER-60607 S2AccessMethod handles NaN/out of range values when extracting g...Benety Goh2022-07-271-1/+1
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-271-1/+10
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting expir...Benety Goh2022-07-271-1/+1
* SERVER-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-07-271-2/+6
* SERVER-68199 Rename collection must check for index builds on the target coll...Dianna Hohensee2022-07-251-4/+6
* SERVER-58747 The ShardServerCatalogCacheLoader doesn't interrupt ongoing oper...Sergi Mateo Bellido2022-07-251-0/+1
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-07-247-0/+401
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-07-226-17/+56
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-07-138-11/+72
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2022-07-084-44/+48
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-244-41/+141
* SERVER-59658 [v4.2] Improve logging to reflect that sharding metadata refresh...Enrico Golfieri2022-06-201-1/+9
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-06-112-8/+25
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-06-113-1/+31
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-091-6/+13
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ...Gregory Wlodarek2022-05-191-2/+17
* SERVER-66176 Reduce work under CollectionCatalog lockHenrik Edin2022-05-193-14/+48
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-191-1/+1
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-271-0/+8
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-223-6/+84
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-113-19/+59
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-047-2/+130
* Revert "SERVER-64176 Create 4.2 server parameter to gate unique index convers...Yuhong Zhang2022-03-281-6/+0
* Revert "SERVER-61158 add unique to collMod index request"Yuhong Zhang2022-03-2814-117/+73
* Revert "SERVER-61158 IndexCatalog::refreshEntry() can update metadata"Yuhong Zhang2022-03-285-20/+8
* Revert "SERVER-61158 Convert a non-unique index to a unique index via the col...Yuhong Zhang2022-03-286-33/+0
* Revert "SERVER-61159 Check for duplicates before converting a non-unique inde...Yuhong Zhang2022-03-283-67/+8
* SERVER-64642 handle CallbackCanceled error code in batch_write_exec.cppAndrew Witten2022-03-211-2/+11
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2022-03-175-7/+24
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueYuhong Zhang2022-03-113-8/+67
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Yuhong Zhang2022-03-116-0/+33
* SERVER-61158 IndexCatalog::refreshEntry() can update metadataYuhong Zhang2022-03-115-8/+20
* SERVER-61158 add unique to collMod index requestYuhong Zhang2022-03-1114-73/+117
* SERVER-64176 Create 4.2 server parameter to gate unique index conversion via ...Yuhong Zhang2022-03-111-0/+6
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-091-3/+3
* SERVER-60412 Support using cgroups v2 to inquire about the memory limitAmirsaman Memaripour2022-03-071-6/+11
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-03-011-3/+2
* SERVER-40691 $nin:[[],...] queries are not indexedr4.2.19-rc0r4.2.19Jess Balint2022-02-247-12/+127
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-219-56/+72
* SERVER-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2022-02-092-0/+28
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-083-0/+14
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2022-02-032-1/+11