summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_view_group.erl
AgeCommit message (Expand)Author
2011-09-23Write header before handing over compacted groupAdam Kocoloski
2011-09-15Make sure view compaction terminatesFilipe David Borba Manana
2011-06-23Merged revision 1138796 from trunkFilipe David Borba Manana
2011-05-13Merged revision 1102137 from trunkFilipe David Borba Manana
2011-04-23Merged revision 1096252 from trunkFilipe David Borba Manana
2010-11-18Make sure that after a database compaction the old database reference counter...Filipe David Borba Manana
2010-11-08shut down couch_view_group cleanly if no_db_fileAdam Kocoloski
2010-10-25GET /db/_design/doc/_info should not trigger an update.Filipe David Borba Manana
2010-10-10Avoid view regeneration for new ETags support.Paul Joseph Davis
2010-10-10Fixes COUCHDB-799 - More granular ETags for views.Paul Joseph Davis
2010-10-09Bug fix: when receiving the compact_done message, make sure the gen_server un...Filipe David Borba Manana
2010-10-01remove vestigal db handle that will just be replaced by couch_view_updater an...John Christopher Anderson
2010-10-01close db handles after using them to get view groupsJohn Christopher Anderson
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-07-08Fix deletion of view files after compaction.Filipe David Borba Manana
2010-06-23Make file deletions async to avoid pauses during compaction and db deletion. ...Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-02-24replicator and view generator can skip check_is_reader when opening database ...John Christopher Anderson
2010-02-18Fixes COUCHDB-640 - Reset views with invalid update seqs.Paul Joseph Davis
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