summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-10/+1
* SERVER-73292 Add voteAbortIndexBuild commandYu Jin Kang Park2023-02-064-4/+154
* SERVER-69008 Retain CappedCollection Sizes as IntsMatt Kneiser2023-02-041-2/+2
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-043-18/+23
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-041-0/+7
* SERVER-73529 Refactor and expose performTimeseriesWrite to header fileGil Alon2023-02-032-1142/+1
* SERVER-71441 Document UninterruptibleLockGuard usageAdityavardhan Agrawal2023-02-031-25/+0
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-033-23/+18
* SERVER-72216 Persist the decision to disk for shard merge recipientDidier Nadeau2023-02-031-13/+22
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-031-5/+5
* SERVER-73511 Reuse the code of making new bucket documents for writes to repa...Yuhong Zhang2023-02-032-46/+5
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-8/+8
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-021-2/+2
* SERVER-73232 Change the default log-verbosity for `_killOperations`Amirsaman Memaripour2023-02-021-1/+2
* SERVER-73255 Make sure that query sampling handles WouldChangeOwningShard upd...Cheahuychou Mao2023-02-021-4/+24
* SERVER-70132 Remove index version from CSR on FCV downgradeAllison Easton2023-02-012-19/+39
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-2/+1
* SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener2023-01-301-6/+5
* SERVER-72602: Populate Cursor Response for BulkWrite on Mongodseanzimm2023-01-304-109/+192
* SERVER-70132 Handle FCV transitions for global indexes infoAllison Easton2023-01-301-0/+32
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-1/+0
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-303-11/+7
* SERVER-70687 Set the initial content of config.placementHistory on FCV upgradePaolo Polato2023-01-301-0/+10
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-282-2/+3
* SERVER-72094 fix findCmd checks the bool value of an optional incorrectlyAdityavardhan Agrawal2023-01-271-7/+6
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-271-15/+23
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-273-7/+11
* SERVER-72833 implement setProfilingFilterGlobally commandAlyssa Wagenmaker2023-01-265-0/+191
* SERVER-65249 Enable cluster parameters on standaloneGabriel Marks2023-01-266-21/+43
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-262-41/+40
* SERVER-73015 De-encapsulate bucket_catalog::WriteBatch and bucket_catalog::Bu...Dan Larkin-York2023-01-261-35/+38
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-1/+21
* SERVER-73271 Fix deadlock when the config server coordinator contacts itself ...wenqinYe2023-01-251-5/+11
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-255-17/+17
* SERVER-72811 Add warnings when creating CSI and when starting up with CSI pre...Ian Boros2023-01-251-30/+49
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+2
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-5/+1
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-0/+1
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-234-6/+6
* SERVER-70795 Add sharding index catalog operations to rename collectionMarcos José Grillo Ramirez2023-01-231-0/+26
* SERVER-71767 Pull all cluster parameters upon refreshGabriel Marks2023-01-231-16/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-234-4/+8
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-202-2/+2
* SERVER-71382 Do not collect telemetry for queryable encryption enabled collec...Jennifer Peshansky2023-01-202-5/+18
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-202-32/+38
* SERVER-72702 Introduce 'numberBuckets' parameter to analyze commandBen Shteinfeld2023-01-191-4/+12
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-1/+1
* SERVER-72614 Sampling analyze command implementationBen Shteinfeld2023-01-172-27/+57
* SERVER-71616 Add `onCurrentShardSince` top-level field to `config.chunk` entr...Silvia Surroca2023-01-161-0/+10
* Revert "SERVER-72614 Sampling Analyze command implementation"auto-revert-processor2023-01-142-57/+27