summaryrefslogtreecommitdiff
path: root/src/mongo/db/global_index.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a ↵Sophia Tan2023-05-151-4/+4
| | | | NamespaceStringOrUUID instead of a StringData
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the ↵Jordi Serra Torrens2023-04-251-7/+10
| | | | internal delete code paths
* SERVER-74486 Always include tenant in collection name attributes in error ↵Sophia Tan2023-04-181-1/+1
| | | | messages
* SERVER-70438 Fix AutoGetCollection containing a valid coll reference and an ↵Yu Jin Kang Park2022-12-151-3/+1
| | | | invalid db reference
* SERVER-70328 Fix unused return code in global_index::deleteKeyYu Jin Kang Park2022-10-211-4/+5
|
* SERVER-70393 Check database pointer not null in global_index::dropContainerYu Jin Kang Park2022-10-131-1/+3
|
* SERVER-70225 Replicate global index key writes as timestamped writesJosef Ahmad2022-10-061-44/+63
|
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-15/+20
|
* SERVER-67895 Add _shardsvrWriteGlobalIndexKeys commandJosef Ahmad2022-09-271-1/+1
|
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-32/+106
|
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-8/+52
|
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-11/+67
|
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+125
Co-authored-by: Yu Jin Kang Park <yujin.kang@mongodb.com>