summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_view_group.erl
AgeCommit message (Expand)Author
2009-10-13Add more information to the view info objects.Paul Joseph Davis
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-08-10fix speling, thanks JasonJan Lehnardt
2009-07-22various bugfixes and improvements for view compactionAdam Kocoloski
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
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-05-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
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