summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-1915-49/+40
* SERVER-13635 Make BtreeInterface not Btree-specificMathias Stearn2014-06-198-104/+40
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-103-15/+29
* SERVER-14135 implement shouldIgnoreUniqueIndex() in LegacyReplicationCoordinatormatt dannenberg2014-06-101-3/+3
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-3/+3
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-2/+2
* SERVER-14062 migrate more curop via OpCtxHari Khalsa2014-06-043-11/+9
* SERVER-8192 additional btree key generation unit testsDavid Storch2014-05-271-0/+48
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-244-482/+160
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-205-58/+32
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-192-1/+15
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-1917-46/+50
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-1912-51/+51
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-2/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-155-34/+34
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-134-159/+481
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-123-6/+7
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-091-1/+16
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+1
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-011-1/+1
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-014-0/+15
* SERVER-13641 move dur above index layerHari Khalsa2014-04-295-47/+88
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+2
* SERVER-13643 Stop using getDur() in RecordStoreMathias Stearn2014-04-291-1/+3
* SERVER-13717 remove transitional namespace from btree stuffHari Khalsa2014-04-286-14/+14
* SERVER-13717 fix btree dup key error msgHari Khalsa2014-04-281-0/+1
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-266-11/+28
* SERVER-13629 Remove old btree code and DiskLoc::btree/btreemodMathias Stearn2014-04-252-4/+4
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-256-281/+381
* SERVER-8192 port btree key generation tests to a new unit testDavid Storch2014-04-212-0/+552
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-189-553/+72
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-105-72/+70
* SERVER-13489 move possible disk access out of index cursor ctorHari Khalsa2014-04-093-4/+15
* SERVER-13084: more IndexDeails cullingEliot Horowitz2014-04-031-1/+6
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-3/+13
* SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg2014-03-182-9/+115
* SERVER-13181: Fix BtreeBulk leaksMark Benvenuto2014-03-171-1/+1
* SERVER-13208: dropDups should be ignored for index comparisonEliot Horowitz2014-03-172-0/+87
* SERVER-13041 remove some slow leftover ixscan junk from fast count stageHari Khalsa2014-03-061-7/+1
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-031-1/+3
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-1/+1
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-1912-346/+621
* SERVER-9639 For 2dsphere V2 indices don't index any docs missing any geo fieldsHari Khalsa2014-02-192-0/+45
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-8/+15
* SERVER-12767 refactored key generation in db/index.Benety Goh2014-02-1911-352/+579
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-152-0/+44
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-292-10/+46