summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30759 Implement disk utilization stats for 'dbStats' command. Reports ...Henrik Edin2017-09-081-0/+19
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-063-43/+4
* SERVER-30371 downgrade global write lock when renaming across databasesBenety Goh2017-09-052-1/+47
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-052-76/+304
* Revert "SERVER-30371 renaming collection across databases logs individual opl...Benety Goh2017-09-052-304/+76
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-052-76/+304
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-316-16/+68
* SERVER-30371 renameCollection() across databases returns InvalidLength if sou...Benety Goh2017-08-313-1/+76
* SERVER-30371 rename across database does not make target collection temporary...Benety Goh2017-08-302-34/+69
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-302-0/+24
* SERVER-30371 disable UUID on temporary collection when renaming across databa...Benety Goh2017-08-292-1/+61
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-291-0/+6
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-4/+4
* SERVER-30371 UUIDCatalog::onCreateCollection() always replaces existing entry...Benety Goh2017-08-282-0/+45
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-282-4/+14
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-254-38/+5
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-251-1/+1
* SERVER-30656 renamed CollectionOptions local variable masking parameter nameBenety Goh2017-08-251-4/+4
* SERVER-30212 renameCollectionForApplyOps() supports two phase drop for target...Benety Goh2017-08-242-0/+72
* SERVER-30212 renameCollection() two phase drops target collectionBenety Goh2017-08-222-54/+103
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-222-0/+81
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-224-6/+23
* SERVER-30212 UUIDCatalog::onRenameCollection() defers registering UUID until ...Benety Goh2017-08-222-3/+20
* SERVER-30658 Add DBLevelLocking to check storage engine APIhaleyConnelly2017-08-181-1/+8
* SERVER-30212 add renameOpTime argument to renameCollectionForApplyOps()Benety Goh2017-08-182-4/+14
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-3/+2
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-174-12/+30
* 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