summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+0
* SERVER-29274 add IndexCatalog::getLongestIndexNameLength()Benety Goh2017-05-251-0/+8
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-7/+7
* SERVER-28966 Slice `MultiIndexBlock` with vtableADAM David Alan Martin2017-04-251-1/+1
* SERVER-28805 Slice `IndexCatalog` by vtableADAM David Alan Martin2017-04-181-236/+434
* SERVER-28598 Fix ownership in `IndexCatalog`.ADAM David Alan Martin2017-04-071-1/+1
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-1/+1
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-1/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-43/+44
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+9
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-9/+0
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-0/+9
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-2/+3
* 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-1/+3
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-4/+27
* SERVER-23945 make index builds without a collation inherit the collection def...David Storch2016-05-251-1/+3
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-1/+1
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-1/+16
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-6/+24
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-24/+6
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-6/+24
* SERVER-23760 Add std::unique_ptr<CollatorInterface> to IndexCatalogEntryTess Avitabile2016-04-191-1/+1
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-1/+7
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-7/+1
* Revert "Revert "SERVER-19564: Vectorize index write""Ramon Fernandez2015-09-141-5/+9
* Revert "SERVER-19564: Vectorize index write"Ramon Fernandez2015-09-141-9/+5
* SERVER-19564: Vectorize index writeMartin Bligh2015-09-141-5/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-245/+236
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-31/+0
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-6/+14
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-1/+5
* SERVER-17436 Don't try to access collection pointer if it gets deleted during...Kaloian Manassiev2015-03-021-5/+5
* SERVER-17248 IndexCatalog shouldn't go to CCE for info it already hasMathias Stearn2015-02-131-0/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-271-6/+0
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-271-1/+4
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-1/+1
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-011-0/+15
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-14860 Re-add support for interruptable background index builds on seco...Eric Milkie2014-11-031-7/+31
* SERVER-13951 Changes that depend on rollbackMathias Stearn2014-10-271-7/+1
* SERVER-13635: use fast index check in oplog pathEliot Horowitz2014-10-101-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-13/+24
* SERVER-14128 Disallow requests for non-unique _id indexesJason Rassi2014-08-151-0/+4
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-23/+18
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-6/+7
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-23/+2