summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-2/+2
* 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-16143 Update multiKey metadata in a separate transactionKaloian Manassiev2014-11-261-5/+1
* Revert "SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index v...Kaloian Manassiev2014-11-241-0/+4
* SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index valueKaloian Manassiev2014-11-241-4/+0
* SERVER-16095 Rollback changed to chached DiskLocs in Btree codeMathias Stearn2014-11-111-0/+1
* Fix index multikey settingsMathias Stearn2014-11-061-0/+2
* SERVER-14860: fix multi-index build transactionality around setIndexIsMultikeyEliot Horowitz2014-11-041-0/+4
* SERVER-13951 Allow rollback of dropping an indexMathias Stearn2014-10-301-1/+10
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-7/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-13/+11
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-121-1/+1
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-011-1/+2
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-4/+0
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-6/+7
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-0/+154