summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/global_index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-77053 Transaction API shouldn't throw top level errors in runCommandJack Mulrow2023-05-121-37/+39
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-3/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-262-7/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-252-7/+7
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-252-7/+7
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-172-2/+2
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-143-3/+3
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-1/+5
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-302-7/+7
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-292-2/+0
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-213-50/+50
* SERVER-73078 Implement MovePrimaryMetricsBrett Nawrocki2023-03-145-13/+47
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-132-7/+7
* SERVER-73081 Implement MovePrimaryCumulativeMetricsBrett Nawrocki2023-03-0410-212/+93
* SERVER-60626 Update the architecture guide to reflect PM-2583 changesMarcos José Grillo Ramirez2023-02-271-2/+28
* SERVER-73603 Optimize fetchActiveTransactionHistoryMark Benvenuto2023-02-241-3/+3
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-1/+1
* SERVER-73530 TransactionClient API to use DatabaseName objects rather than st...mathisbessamdb2023-02-161-1/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-1/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-083-3/+4
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-042-3/+3
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-032-2/+2
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-1/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-232-2/+4
* SERVER-72837 Make GlobalIndexInserterTest join the task executor during teardownRandolph Tan2023-01-171-0/+3
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-081-1/+4
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-234-9/+9
* SERVER-68746 Add metrics to Global Index ClonerRandolph Tan2022-11-2113-313/+251
* SERVER-64114 Initial arch guide for global indexesYu Jin Kang Park2022-10-201-0/+75
* SERVER-70248 Race in ShouldBeSafeToRetryOnStepDown test can lead to hangRandolph Tan2022-10-061-0/+4
* SERVER-70225 Replicate global index key writes as timestamped writesJosef Ahmad2022-10-061-0/+0
* SERVER-69277 Consider moving global index metrics source files under db/s/glo...Randolph Tan2022-10-0510-0/+1139
* SERVER-67564 Implement progress tracking and resumability for global index fe...Randolph Tan2022-09-277-51/+342
* SERVER-67895 Add _shardsvrWriteGlobalIndexKeys commandJosef Ahmad2022-09-272-3/+11
* SERVER-67563 Implement global index cloner abort and interruptionRandolph Tan2022-09-213-54/+120
* SERVER-69194 Update global index cloner to use _shardsvrInsertGlobalIndexKeyRandolph Tan2022-09-207-155/+74
* SERVER-68706 Global Index Cloner should wait for abort/commit from coordinatorRandolph Tan2022-09-094-198/+269
* SERVER-67559 Implement global index cloner primary only serviceRandolph Tan2022-09-0215-14/+1579
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-67820 SEPTransactionClient::runCRUDOp should inspect writeError from r...Sanika Phanse2022-08-101-5/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1