summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-2/+5
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-24/+26
* SERVER-39653 During startup index recovery, ensure that dropping the index, o...Gregory Wlodarek2019-02-191-11/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-131-106/+22
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-39037 Refactor check whether a replica set node is running in standalo...Gregory Wlodarek2019-01-251-6/+15
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-39063 Remove duplicate collection repair codeGregory Wlodarek2019-01-171-28/+2
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-6/+6
* SERVER-38612 rebuildIndexesOnCollection() delegates Collection creation to Da...Benety Goh2018-12-171-3/+6
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-1/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+4
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+2
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-37/+43
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-08-231-27/+38
* SERVER-36509 in rebuildIndexOnCollection: cursors respect invalidation, retry...Ben Judd2018-08-171-27/+44
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-24/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-4/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-4/+5
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-1/+0
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-1/+7
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-10/+32
* SERVER-30337 DatabaseHolder::close() flushes UUID catalogBenety Goh2017-07-271-8/+0
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+11
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-27/+27
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-1/+1
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-5/+7
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+30
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+3
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+8
* SERVER-20507 Make Database objects iterableMathias Stearn2015-09-181-5/+1
* SERVER-20213 fixed lintBenety Goh2015-09-171-1/+1
* SERVER-20213 Repair must make majority reads wait for complete visibilityMathias Stearn2015-09-171-14/+28
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1