summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_view_group.erl
AgeCommit message (Expand)Author
2009-04-05added compaction for view indexes. See COUCHDB-92Adam Kocoloski
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-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-05Fixed views to not commit index headers if they are ahead of what has been fu...Damien F. Katz
2009-01-04Rename _temp_views to _slow_views. Any clients who were using temp views are ...John Christopher Anderson
2008-12-18fix for crash of couch_server when database non-existantDamien F. Katz
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson