summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-2/+4
* SERVER-70352 Create statistics cache at the startupMisha Tyulenev2022-10-171-0/+1
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-0/+1
* SERVER-70137 Feature flag admission priority in curOpJordi Olivares Provencio2022-10-171-0/+1
* Revert "SERVER-70137 Feature flag the currentOp change"auto-revert-processor2022-10-141-1/+0
* SERVER-70137 Feature flag the currentOp changeJordi Olivares Provencio2022-10-131-0/+1
* SERVER-70137 Add OpCtx priority for ticket acquisition in CurOpJordi Olivares Provencio2022-10-131-0/+1
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-121-1/+1
* SERVER-69447 Add a query knob to control version of Cost Model coefficientsAlexander Ignatyev2022-10-121-0/+1
* SERVER-69749 BatchedWriteContext uses TransactionOperations internally to hol...Benety Goh2022-10-111-1/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-1/+1
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-0/+3
* SERVER-66643 Create pre-image collections per tenantRomans Kasperovics2022-10-101-5/+1
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-1/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-1/+1
* SERVER-70093 add unit test executable for db/op_observerBenety Goh2022-09-291-16/+0
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-0/+2
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-281-0/+1
* SERVER-69060 Guard server parameters on feature flagsSara Golemon2022-09-271-0/+2
* Revert "SERVER-66717 Guard change collection code with the serverless flag."Sviatlana Zuiko2022-09-261-1/+0
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-261-0/+1
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+1
* SERVER-69113 Refactor server-side rewrite to enable easy addition of new encr...Davis Haupt2022-09-221-1/+7
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-7/+23
* SERVER-69072 Add version restrictions to change stream expireAfterSeconds par...Romans Kasperovics2022-09-221-0/+3
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-151-0/+1
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-1/+21
* SERVER-69602 make query_sbe_abt library dependency private in query_execBenety Goh2022-09-131-1/+1
* SERVER-69352 Rename GlobalIndexUsageTracker -> AggregatedIndexUsageTrackerJosef Ahmad2022-09-121-1/+1
* SERVER-69481 add unit test executable for db/transactionBenety Goh2022-09-091-11/+1
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-81/+53
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+4
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-011-0/+1
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+17
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+4
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-08-291-0/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-93/+73
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-14/+12
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-08-261-0/+1
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-0/+3
* SERVER-68477 add unit test for TTLCollectionCacheBenety Goh2022-08-251-0/+2
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-0/+1
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-68/+59
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-221-3/+0
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-211-0/+17
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-0/+5
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+98
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-87/+35
* SERVER-67748 added the additional participant parameterKruti Shah2022-08-171-0/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-211/+37