summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45936 Remove enableHybridIndexBuilds parameterGregory Noma2020-04-101-2/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-0/+13
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-11-061-5/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-3/+3
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-40/+37
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-21/+52
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-52/+4
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-4/+52
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-52/+4
* SERVER-29274 add IndexCatalog::getLongestIndexNameLength()Benety Goh2017-05-251-0/+11
* SERVER-28805 Slice `IndexCatalog` by vtableADAM David Alan Martin2017-04-181-1411/+69
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-3/+6
* SERVER-28598 Fix ownership in `IndexCatalog`.ADAM David Alan Martin2017-04-071-33/+33
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-5/+5
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-041-3/+6
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-03-291-1/+1
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-281-1/+1
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-1/+7
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-147/+149
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-13/+21
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-21/+13
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-13/+21
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-2/+3
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-2/+2
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-1/+1
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-291-0/+7
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-211-0/+4
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-67/+56
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-14/+37
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-7/+7
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-5/+10
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-22/+59
* SERVER-25136 allow index types which do not support collation on a collection...David Storch2016-07-201-7/+9
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-0/+6
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-151-8/+5
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-151-6/+7
* SERVER-24380 Fix null deref. with coll/index having "simple" collationJ. Rassi2016-06-031-1/+11
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-22/+25
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+22