summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-13/+13
|
* SERVER-75005 Integrate pre-image collection removal with new truncate mechanismHaley Connelly2023-05-101-0/+16
|
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable ↵Jack Mulrow2023-05-101-0/+3
| | | | sessions
* SERVER-39506 destroying delete for RCStringBilly Donahue2023-05-091-1/+0
|
* SERVER-73468 Pull the Collection* definitions out of shard_role_apiKaloian Manassiev2023-05-041-3/+14
|
* SERVER-76268 Create FallbackOpObserverMatt Kneiser2023-05-031-0/+1
|
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-10/+25
|
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-281-0/+2
|
* SERVER-74555 Re-introduce majority commit point advancement notification ↵Denis Grebennicov2023-04-211-0/+1
| | | | mechanism and use for change streams
* SERVER-73333 Check available disk space before starting an index buildYu Jin Kang Park2023-04-201-0/+1
|
* SERVER-74437 Implement spilling to disk in new classic SPOOL stageAlyssa Wagenmaker2023-04-191-2/+14
|
* SERVER-76129 Break out TimeSeriesOpObserver from OpObserverImplMatt Kneiser2023-04-181-0/+1
|
* SERVER-70444 Interrupt the FSyncThread directly from the mongod shutdown taskDianna Hohensee2023-04-181-0/+1
|
* SERVER-75138 Add shapification for DocumentSources which use IDL for ↵Davis Haupt2023-04-181-1/+14
| | | | serialization
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-0/+1
|
* SERVER-75547 Filter out closed buckets in bucket-level predicate for ↵Alyssa Wagenmaker2023-04-061-0/+1
| | | | timeseries deletes
* SERVER-73943 Pin program code segments in memory on startupJason Chan2023-04-041-0/+1
|
* SERVER-75641 Fold the rest of the 'sharding_api_d' library into 'shard_role_api'Kaloian Manassiev2023-04-041-1/+9
|
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-031-0/+2
|
* SERVER-74427 Refactor OplogCapMaintainerThread lifetimeJordi Olivares Provencio2023-04-031-0/+1
|
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-0/+3
|
* Revert "SERVER-74749 Integrate truncate markers deletion with change ↵Sviatlana Zuiko2023-03-311-2/+0
| | | | | | collections" This reverts commit 895bf32b781751e6567fe91068f29787b31ebfd9.
* SERVER-74749 Integrate truncate markers deletion with change collectionsJordi Olivares Provencio2023-03-301-0/+2
|
* SERVER-74589 move write_stage_common::PreWriteFilter into its own libraryBenety Goh2023-03-281-2/+31
|
* SERVER-74152 Implement read tags with storage engine APIMark Benvenuto2023-03-241-0/+3
|
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-0/+1
|
* SERVER-74099 Create PreImagesTruncateMarkersHaley Connelly2023-03-201-0/+1
|
* SERVER-74098 Implement initial version of ChangeCollection truncate markersJordi Olivares Provencio2023-03-171-0/+2
|
* SERVER-73397 New shard merge recipient POS instance, along with test changes.Suganthi Mani2023-03-171-0/+1
|
* SERVER-74151 Create a new reads tags command for QE tagsMark Benvenuto2023-03-151-0/+2
|
* SERVER-74591 Refactor TS_WRITE stage to have unpacking logic and rename it ↵Yuhong Zhang2023-03-051-1/+1
| | | | to TS_MODIFY
* SERVER-74526 Fix high CPU utilization for a change streams opened against ↵David Storch2023-03-031-1/+0
| | | | | | | | secondary nodes This reverts commit 34ac49477b87e183637f68cda828ecff8b393c64. Future work is needed to reintroduce the changes from SERVER-69959 without causing the problematic "busy wait" behavior on secondary nodes.
* SERVER-74435 Add basic classic engine SPOOL stageAlyssa Wagenmaker2023-03-031-0/+1
|
* SERVER-74352 Use throughput probing by defaultGregory Noma2023-03-011-0/+1
|
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-211-0/+1
|
* Revert "SERVER-66482 Port Runtime Audit Configuration into a cluster server ↵Gabriel Marks2023-02-211-1/+0
| | | | | | parameter" This reverts commit eca135fd7dc1b8a1da3248ac553bf03128553ea5.
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-181-0/+1
|
* SERVER-69509 Extend constant folding with type information and a limited ↵Alberto Massari2023-02-151-0/+1
| | | | type checker
* SERVER-73334 Create disk space monitoring taskLouis Williams2023-02-131-0/+1
|
* SERVER-73880 Make DatabaseName constantsjannaerin2023-02-111-1/+0
|
* SERVER-72598 Introduce server parameter to turn off logging for detailed ↵Blake Oler2023-02-091-0/+12
| | | | connection health metrics
* SERVER-73602 Add the stub of the TIMESERIES_WRITE query stageYuhong Zhang2023-02-091-0/+1
|
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-0/+1
| | | | | | CollectionPtr is no longer yieldable by default, to make them yieldable you must explicitly call 'makeYieldable'. This removes some dependencies from the CollectionCatalog and allows us to set up how yielding should work in the AutoGet layer. This could also be a stepping stone to completely remove CollectionPtr from the interfaces of CollectionCatalog.
* SERVER-73417 Change method signature of produceDocumentForUpsert() to ↵Sanika Phanse2023-02-071-1/+1
| | | | include immutablePaths
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-17/+7
|
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-1/+3
|
* SERVER-73470 Log index inconsistencies detected by queries in the health logGregory Wlodarek2023-02-031-0/+1
|
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-1/+2
|
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-5/+5
|
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-60/+39
|