summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-6/+0
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-0/+6
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-6/+0
* SERVER-73333 Check available disk space before starting an index buildYu Jin Kang Park2023-04-201-0/+8
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-10/+12
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+5
* SERVER-73036 Make killOp on createIndexes interruptible by stepdownJosef Ahmad2023-03-281-6/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+7
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-091-2/+2
* SERVER-72811 Add warnings when creating CSI and when starting up with CSI pre...Ian Boros2023-01-251-30/+49
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-251-42/+15
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-2/+5
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-4/+5
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-1/+1
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-0/+9
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-1/+1
* SERVER-68347 Ensure createIndexes, dropIndexes, and listIndexes work in multi...Sophia Tan2022-09-271-1/+4
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-0/+804