summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65959 Remove `ephemeralForTest` from `SConscript`sGregory Noma2022-04-261-3/+0
|
* SERVER-65923 Run `OpMsgFuzzer` with `wiredTiger`Gregory Noma2022-04-261-0/+1
|
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-2/+2
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+1
|
* SERVER-65454: Reset curop namespace after config.image_collection lookup.Daniel Gottlieb2022-04-131-0/+1
|
* SERVER-65157 Use WorkingSetMembers to track staged documents in ↵Haley Connelly2022-04-131-0/+1
| | | | BatchedDeleteStage
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+1
|
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-121-2/+12
|
* SERVER-63522 Observe DDL operations for user write blockingGabriel Marks2022-04-081-0/+1
|
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+1
|
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-0/+1
|
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-0/+1
|
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-0/+14
|
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-2/+0
|
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-301-0/+17
|
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ↵Jack Mulrow2022-03-301-0/+1
| | | | support yielding in cluster commands
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-03-291-1/+5
|
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-251-0/+4
|
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+11
|
* SERVER-63717 Add support for FLE 2 delete in MongoDMark Benvenuto2022-03-221-3/+2
|
* SERVER-63621 Push user write blocking state onto newly added shards in the ↵Jordi Serra Torrens2022-03-221-2/+0
| | | | addShard procedure
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-2/+23
|
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-0/+1
|
* SERVER-64605 Allow internal sessions on standalone replica setsJack Mulrow2022-03-171-2/+0
|
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-171-3/+6
| | | | also fixes SERVER-63100
* SERVER-64245 Make SetUserWriteBlockModeCoordinator set the write blocking ↵Jordi Serra Torrens2022-03-101-0/+1
| | | | state on the shards
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-101-0/+1
| | | | | | | | | | Add a new set of server parameters for setting global batch target defaults for the batched deleter. Consumers of the batched deleter can override the defaults via custom BatchedDeleteStageBatchParams. This patch also introduces an internalBatchUserMultiDeletesForTest parameter. When enabled, it automatically batches deletions on the __internalBatchedDeletesTesting.Collection0 namespace.
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global ↵Jordi Serra Torrens2022-03-091-0/+2
| | | | | | user write blocking This reverts commit 5a3ec65dd434f7700ba2f2b173c35a7c4b022437.
* Revert "SERVER-63519 Extend RecoverableCriticalSectionService to accommodate ↵auto-revert-processor2022-03-091-2/+0
| | | | | | global user write blocking" This reverts commit 4a1f01267e8723f4eba6aa264466fd6b27cb2ab9.
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global ↵Jordi Serra Torrens2022-03-081-0/+2
| | | | user write blocking
* SERVER-63177 Propagate write block bypass state as metadataSpencer Jackson2022-03-071-11/+4
|
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+22
|
* SERVER-63521 Add UserWriteBlockModeOpObserver to enforce write blockingGabriel Marks2022-03-031-0/+17
|
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-0/+1
|
* SERVER-63972 Change column scan to return partial document from row storeMartin Neupauer2022-03-021-0/+1
|
* SERVER-59186 Use transaction API for all current changing a document's shard ↵Jack Mulrow2022-02-281-0/+1
| | | | key logic
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-1/+1
|
* SERVER-63882 resolve libdeps_graph_linting warningsBenety Goh2022-02-221-2/+4
|
* SERVER-62263 Add ClusterServerParameterOpObserverSara Golemon2022-02-181-0/+2
|
* SERVER-58435 Implement the basics of translation of $lookup into SBE's ↵Irina Yatsenko2022-02-171-0/+1
| | | | nested loop join
* SERVER-63764 merge catalog_collection_helper library into catalog_helpersBenety Goh2022-02-171-0/+1
| | | | | This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit e840bb65779035e3f5e7d1fb9b6951c291957a74.
* SERVER-63175 Conditionally activate WriteBlockBypass in command dispatchGabriel Marks2022-02-161-1/+3
|
* SERVER-63173 Add WriteBlockBypass decorator to OperationContextAdam Rayner2022-02-111-0/+10
|
* SERVER-63176 Create RPC serialization hook for WriteBlockBypassGabriel Marks2022-02-111-0/+10
|
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by ↵Sophia Tan2022-02-091-4/+2
| | | | std::pair<TenantDatabaseName, UUID>
* SERVER-63340 Add --loadShedding server parameterJosef Ahmad2022-02-091-0/+1
|
* SERVER-62795 Bind values for parameterized queries in SBE RuntimeEnvironmentDavid Storch2022-02-081-1/+2
|
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-081-0/+1
| | | | | | | | | | | Move read timestamp visibility against the oplog into MongoDB. WiredTiger historically loses timestamp information across restarts on logged tables. MDB does rely on read_timestamps for visibility against the oplog in some circumstances. While case analysis supports that the WT bug does not manifest in MDB, WT-8601 fully removes timestamps from `WT_UPDATE`s in logged tables. In MDB, the keys for oplog documents are the object's timestamp. MDB will instead use that value to filter an oplog entry's visibilty.
* SERVER-63245 Handling StaleShardVersion error for TTL IndexesSergi Mateo Bellido2022-02-081-0/+1
|
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify ↵Jack Mulrow2022-02-071-1/+0
| | | | without retryability