summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-06-031-4/+9
* SERVER-63971 Make coordinate commit wait for transaction to actually complete...Randolph Tan2022-06-021-1/+1
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-06-021-1/+3
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-06-012-8/+25
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-308-77/+128
* SERVER-65925 Reshard commit and abort should check for transient errors when ...Randolph Tan2022-05-274-6/+24
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-2613-55/+195
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-05-2313-63/+48
* SERVER-66627 add install-devcore target for forward compatibilityRobert Guo2022-05-201-0/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-201-1/+11
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-05-202-5/+4
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-05-201-0/+9
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-193-10/+33
* SERVER-64659 add resumable index build counter to indexBulkBuild server statu...Benety Goh2022-05-191-0/+6
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-195-44/+122
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-05-181-2/+38
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-05-173-8/+47
* SERVER-66089 Initial sync should do transaction table read with a later after...Matthew Russotto2022-05-161-5/+9
* SERVER-61110 backport to 5.0Adam Rayner2022-05-052-0/+23
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2022-05-041-2/+6
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only one...Pierlauro Sciarelli2022-04-291-1/+1
* SERVER-62941 Add oplog server status to FTDCGabriel Marks2022-04-272-14/+38
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-255-8/+163
* SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev2022-04-242-82/+63
* SERVER-61018 Create a generic histogram typeJess Balint2022-04-223-25/+21
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-215-34/+47
* SERVER-65271 serverStatus should allow fine-grained metrics exclusionJess Balint2022-04-213-9/+62
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-2010-39/+570
* SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if collect...Benety Goh2022-04-202-5/+14
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-193-9/+9
* SERVER-63387 Reverse return order of backup cursors in StreamingCursorYu Jin Kang Park2022-04-1910-24/+23
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-191-6/+33
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-04-196-40/+143
* SERVER-65533 Treat collection as UNSHARDED under {readConcern:available}Kaloian Manassiev2022-04-191-3/+3
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-04-192-0/+12
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-04-192-1/+22
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at co...Benety Goh2022-04-183-11/+18
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-1514-22/+57
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-04-151-0/+5
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-151-2/+57
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-142-4/+10
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-143-19/+59
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-04-121-10/+9
* SERVER-65284 Create collection coordinator should always perform cleanup on s...Tommaso Tocci2022-04-111-9/+5
* SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek2022-04-081-0/+1
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-04-085-59/+143
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-071-0/+9
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci2022-04-071-2/+4
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ru...Gregory Wlodarek2022-04-061-8/+40