summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49214: Add $toHashedIndexKey expression.r4.2.24-rc0Kshitij Gupta2023-01-245-0/+148
* SERVER-72535 Disallow creating the 'admin', 'local', and 'config' databases w...Jordi Serra Torrens2023-01-202-6/+62
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-051-2/+2
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-213-33/+85
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-11-172-14/+31
* SERVER-52545 [v4.2] Add bsonUnorderedFieldsCompareXueruiFa2022-11-162-5/+27
* SERVER-69004 backport per shard cursorsMickey. J Winters2022-11-0817-38/+193
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector co...Paolo Polato2022-11-042-0/+18
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-122-36/+1
* SERVER-68115 Do not drop empty path component from elemMatch path during inde...joshua2022-09-301-14/+6
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2022-09-161-3/+10
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-09-061-0/+4
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields opt...Randolph Tan2022-08-293-14/+16
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-08-294-10/+69
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-08-271-0/+9
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-263-158/+1
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-08-262-1/+36
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-08-253-6/+74
* SERVER-56127 Retryable update may execute more than once if chunk is migrated...Sanika Phanse2022-08-247-4/+224
* 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