summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6414 - fixed posix_fadvise callEliot Horowitz2012-07-121-1/+3
* fix test failure on Windows: open temp file in binary modeEric Milkie2012-07-121-9/+4
* fix Windows compile and link, for realEric Milkie2012-07-121-4/+4
* windows includeEliot Horowitz2012-07-111-0/+5
* SERVER-6414 - windows compile part 5Eliot Horowitz2012-07-111-1/+1
* SERVER-6414 - windows compile part 4Eliot Horowitz2012-07-111-1/+6
* SERVER-6414 - windows compile part 3Eliot Horowitz2012-07-111-1/+1
* SERVER-6414 - windows compile part 2Eliot Horowitz2012-07-111-2/+2
* SERVER-6414 - windows compileEliot Horowitz2012-07-111-2/+15
* Windows does not have ssize_tEric Milkie2012-07-112-4/+4
* SERVER-6414 - use regular file io, not mmap for external sortEliot Horowitz2012-07-112-15/+65
* SERVER-4907 Backport query plan hinting when oplog entries are applied.Aaron2012-07-045-13/+29
* SERVER-4992 Disable dropDatabase command on configSiddharth Singh2012-07-031-0/+5
* Don't grow a document on $pull/$pullAll. SERVER-6047Richard Kreuter2012-07-021-0/+11
* Revert "Always go through relinquish when stepping down SERVER-5258"Tad Marshall2012-06-262-15/+30
* Always go through relinquish when stepping down SERVER-5258Kristina2012-06-252-30/+15
* SERVER-5663, SERVER-2942 MapViewOfFileEx backportTad Marshall2012-06-201-38/+41
* SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall2012-06-201-6/+15
* SERVER-2833 -- shut down cleanly on OS or Service Controller shutdown eventTad Marshall2012-06-102-15/+34
* fassert not available in 2.0 yetEric Milkie2012-05-181-1/+1
* SERVER-5040 retry initial sync if errors occur when creating indexesEric Milkie2012-05-182-5/+13
* SERVER-4758 raising timeout to 10 minutes for safetyEric Milkie2012-05-151-1/+1
* SERVER-5581 (backport only)Eric Milkie2012-05-151-2/+6
* SERVER-5353 Backport print capped collection scan on _id query warning messag...Eric Milkie2012-05-132-16/+28
* SERVER-5706 if only slaveDelay'd nodes are available, use themEric Milkie2012-05-101-9/+24
* SERVER-2917: REST interface now authenticate user to db when user successfull...Tony Hannan2012-05-092-6/+9
* SERVER-3791 compact now restarts the extent sizing algorithmEric Milkie2012-05-091-0/+5
* SERVER-5754: Fix erroneous assertion in db/pdfile.cpp.Andy Schwerin2012-05-031-1/+1
* emptycapped can be replicatedEliot Horowitz2012-04-241-0/+1
* backport of SERVER-5357Eliot Horowitz2012-04-231-1/+1
* SERVER-4777 avoid 'weird case' assertion on modifier update with duplicate fi...Aaron2012-04-202-6/+25
* Better log message SERVER-4810Kristina2012-04-201-1/+4
* Check optimes before stepping down due to priority SERVER-4810Kristina2012-04-201-1/+4
* Don't check /proc/pid/exe in --shutdown SERVER-5358Mathias Stearn2012-04-191-16/+0
* Fix forgotten verify->assert conversion for 2.0.5 backport.Andy Schwerin2012-04-191-1/+1
* make Extent::minSize() match allocation strategy and alloc from free list obe...Eliot Horowitz2012-04-192-1/+6
* Ignore --fork and --logpath when using --shutdown SERVER-5186 SERVER-5187Mathias Stearn2012-04-191-2/+2
* Don't destroy CommitJob. Causing stackdump after shutdownMathias Stearn2012-04-192-2/+4
* SERVER-5384 segfault attempting mapreduce with --noscriptingRandolph Tan2012-04-181-0/+1
* Extend writelock during stepdown to include socket close SERVER-4619Kristina2012-04-171-5/+1
* SERVER-5081 do not delete iterator until after it's incrementedEric Milkie2012-03-041-3/+6
* Fix journal compression ratio reporting SERVER-5135Mathias Stearn2012-03-041-1/+1
* SERVER-4729: log slow queries + improved testBrandon Diamond2012-03-041-0/+1
* backport of SERVER-4612 - fix chhunk boundary checking on idhack queriesEliot Horowitz2012-03-021-0/+13
* SERVER-5177 - fetching of docs in initial sync can assertEliot Horowitz2012-03-021-4/+4
* Correctly count bulk inserts in opcounters SERVER-3817Mathias Stearn2012-02-201-0/+2
* Replication should not create _id index for capped collections SERVER-4626Kristina2012-02-151-5/+5
* Fix replsettest: shouldRetry should create client context SERVER-4626Kristina2012-02-151-1/+3
* Don't re-clone docs to capped collections SERVER-4626Kristina2012-02-151-1/+8
* Do not require _id index for capped collection update SERVER-4546Kristina2012-02-151-5/+12