summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_view_updater.erl
AgeCommit message (Expand)Author
2011-09-15Make sure view compaction terminatesFilipe David Borba Manana
2011-06-23Merged revision 1138796 from trunkFilipe David Borba Manana
2010-10-10Fixes COUCHDB-799 - More granular ETags for views.Paul Joseph Davis
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-08-21Small refactoring of the work queue module to accomodate for incoming options...Filipe David Borba Manana
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-11-16Fix a couple typos in the source.Paul Joseph Davis
2009-10-13Fix partial view updating regression.Paul Joseph Davis
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-09-02Added 3 stage pipeline for indexing views: loader, mapper, writer. This resul...Damien F. Katz
2009-07-22various bugfixes and improvements for view compactionAdam Kocoloski
2009-07-16checkpoint long-running view updatesAdam Kocoloski
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-07-04last three dialyzer recommended cleanupsJohn Christopher Anderson
2009-05-23remove leftover trace loggingJohn Christopher Anderson
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2009-01-05Fixed views to not commit index headers if they are ahead of what has been fu...Damien F. Katz
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
2008-12-11removed a particularly verbose LOG_DEBUG statementJohn Christopher Anderson
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson