summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_btree.erl
AgeCommit message (Expand)Author
2011-08-15Fix empty range check for raw collation.Paul Joseph Davis
2011-07-30Backport of r1152397 from trunkRandall Leeds
2011-01-28COUCHDB-1047 - support inclusive_end with reduce callsRobert Newson
2010-10-14Fixed typo in comment.Paul Joseph Davis
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-06-16small optimization for reordering result listsAdam Kocoloski
2010-06-16remove unused Bt from chunkify functionAdam Kocoloski
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04last three dialyzer recommended cleanupsJohn Christopher Anderson
2009-05-30Added code coverage report generation target.Paul Joseph Davis
2009-03-16Fix for problem with btree folds getting incorrect reductions after the first...Damien F. Katz
2009-01-30all_docs view with descending=true works properly now. fix COUCHDB-109John Christopher Anderson
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-10-21Fix for COUCHDB-99. Certain Skipped KeyValue pairs weren't being assembled in...Damien F. Katz
2008-09-11Check-in of document purge functionality.Damien F. Katz
2008-08-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-07-29Fix for problem with count query arg in grouped reduce views. Previous fix wo...Damien F. Katz
2008-07-28Adjusted btree chunk size to give a 25% performance increase in random testing.Damien F. Katz
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large key...Damien F. Katz
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-23fix for bug with reusing map btree indexes when multiple views have the same ...Damien F. Katz
2008-05-20Fixed design document view definitions to be consistent with temp views. Chan...Damien F. Katz
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-04-09Fix for btree modification bug.Damien F. Katz
2008-04-01Fix for runaway process in the view code and the so far untested storage com...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz