summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_update.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6405: temporarily remove new assert until index changes completeEliot Horowitz2013-06-191-1/+2
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-1/+1
* SERVER-6405: fix dropIndexes looping code to make it more readableEliot Horowitz2013-06-141-13/+6
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-59/+32
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-251-1/+1
* SERVER-8791 fix interface to IndexBuildsInProgress::getEric Milkie2013-04-231-5/+0
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-226/+3
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-82/+21
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+1
* Fix warning, use endl, catch styleTad Marshall2013-04-141-4/+6
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-169/+166
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-1/+3
* SERVER-8757: reset index cache at beginning and end of background index creationEliot Horowitz2013-02-271-0/+5
* SERVER-2771 Revert command handlingKristina2013-01-021-3/+1
* SERVER-2771 Command handlingKristina2012-12-261-1/+3
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-4/+13
* SERVER-2771 Multiple index buildsKristina2012-12-131-52/+44
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-4/+2
* SERVER-2771 Retry index builds on startupKristina2012-11-121-26/+2
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-2/+26
* SERVER-2771 Retry index builds on startupKristina2012-11-121-26/+2
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-35/+91
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-6/+6
* add a version of DataFileMgr::deleteRecord that takes a NamespaceDetails if y...Eliot Horowitz2012-10-141-2/+2
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-0/+1
* SERVER-6671 do not ignore special _id unique indexEric Milkie2012-10-021-3/+9
* SERVER-6671 ignore dups for multikey index insertions during certain replicat...Eric Milkie2012-10-011-2/+3
* SERVER-6671 suppress unique index enforcement during STARTUP2 or RECOVERING s...Eric Milkie2012-09-281-1/+2
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* Make prefetch not throw any exceptions SERVER-6589Kristina2012-07-261-2/+3
* SERVER-6499 Always use v1 (default) key comparator in compact's external sorter.Aaron2012-07-241-0/+2
* remove check for null recordloc -- necessary for prefetch's use of index inse...Eric Milkie2012-06-131-2/+0
* move dropIndexes to index_update where it makes more senseEliot Horowitz2012-06-031-0/+96
* move index-related functions to new files out of pdfileEric Milkie2012-06-011-0/+562