summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-164-8/+7
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-164-67/+60
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-151-7/+2
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-145-22/+332
* SERVER-30601 Remove useless qualifiersGregory Wlodarek2017-08-112-4/+4
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-0916-1/+200
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-091-2/+53
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-099-82/+999
* SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgradeMaria van Keulen2017-08-091-2/+3
* SERVER-30379 Add health log.Ian Kuehne2017-08-094-0/+247
* Revert "SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgrade"Mathias Stearn2017-08-081-3/+2
* SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgradeMaria van Keulen2017-08-081-2/+3
* SERVER-30481 Make schema upgrades handle dropsGeert Bosch2017-08-021-5/+16
* SERVER-30351 Add a traverseRecordStore() function in the RecordStoreValidateA...Gregory Wlodarek2017-08-013-7/+77
* SERVER-30453 reorganize CollectionImpl's headers to follow the correct formatGregory Wlodarek2017-08-011-1/+2
* SERVER-30453 Remove the record_store_validate_adaptor library and move its so...Gregory Wlodarek2017-08-014-4/+361
* SERVER-30350 Move the RecordStoreValidateAdaptor into its own file from Colle...Gregory Wlodarek2017-08-012-239/+4
* SERVER-30416 Update nonreplicated UUIDs in admin.system.version collModsMaria van Keulen2017-07-311-2/+4
* SERVER-29057 createCollectionForApplyOps uses randomly generated temporary co...Benety Goh2017-07-281-2/+11
* SERVER-29057 renameCollection() uses randomly generated temporary collection ...Benety Goh2017-07-281-3/+12
* SERVER-29057 convertToCapped uses randomly generated temporary collection nameBenety Goh2017-07-281-13/+11
* Revert "SERVER-25057 convertToCapped uses randomly generated temporary collec...Benety Goh2017-07-281-11/+13
* Revert "SERVER-25057 renameCollection() uses randomly generated temporary col...Benety Goh2017-07-281-12/+3
* SERVER-25057 renameCollection() uses randomly generated temporary collection ...Benety Goh2017-07-281-3/+12
* SERVER-25057 convertToCapped uses randomly generated temporary collection nameBenety Goh2017-07-281-13/+11
* SERVER-29057 add Database::makeUniqueCollectionNamespace()Benety Goh2017-07-284-0/+190
* SERVER-30316 Refactor CollectionImpl's validate() into smaller subcomponentsGregory Wlodarek2017-07-271-130/+191
* SERVER-30337 DatabaseHolder::close() flushes UUID catalogBenety Goh2017-07-272-4/+12
* SERVER-30369 Database::_getOrCreateCollection() unregisters uuid catalog chan...Benety Goh2017-07-271-2/+11
* SERVER-29057 cloneCollectionAsCapped() includes collection name in error mess...Benety Goh2017-07-271-2/+7
* SERVER-29057 include collection name in message for assertion 17399Benety Goh2017-07-261-1/+4
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-45/+69
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-257-8/+209
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-214-4/+14
* SERVER-28918 Merge sessions and write_ops librariesJack Mulrow2017-07-201-1/+1
* Reinstate "SERVER-29815 enable collection UUIDs by default"Geert Bosch2017-07-201-1/+1
* Revert "SERVER-29815 enable collection UUIDs by default"Gabriel Russell2017-07-201-1/+1
* SERVER-29815 enable collection UUIDs by defaultGeert Bosch2017-07-191-1/+1
* SERVER-30228 Workaround for missing UUID registrationsGeert Bosch2017-07-193-17/+19
* SERVER-29747 Drop indexes before collection drops if index names are too longWilliam Schultz2017-07-171-9/+28
* SERVER-29373 relax index name constraint when doing two phase collection drop...r3.5.10Benety Goh2017-07-122-15/+25
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-125-30/+47
* SERVER-30087 convertToCapped should not yield locks before renamingGeert Bosch2017-07-111-34/+32
* SERVER-15723 Avoid G_X lock for renameCollection within databaseGeert Bosch2017-07-111-1/+9
* SERVER-29544 Remove references to deprecated macroIan Kuehne2017-07-072-4/+4
* SERVER-29191 Dropping an index named "*" is ambiguous because createIndexes p...Matthew Russotto2017-07-061-0/+10
* SERVER-29914 Fix message wordingGeert Bosch2017-07-051-1/+1
* SERVER-29462 Align locks in mongo::Paritioned to avoid false sharingAndrew Morrow2017-07-051-11/+20
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2017-07-051-0/+5