Age | Commit message (Expand) | Author |
2010-10-25 | GET /db/_design/doc/_info should not trigger an update. | Filipe David Borba Manana |
2010-10-10 | Avoid view regeneration for new ETags support. | Paul Joseph Davis |
2010-10-10 | Fixes COUCHDB-799 - More granular ETags for views. | Paul Joseph Davis |
2010-10-09 | Bug fix: when receiving the compact_done message, make sure the gen_server un... | Filipe David Borba Manana |
2010-10-01 | remove vestigal db handle that will just be replaced by couch_view_updater an... | John Christopher Anderson |
2010-10-01 | close db handles after using them to get view groups | John Christopher Anderson |
2010-09-30 | Removing ?getv macros. | Filipe David Borba Manana |
2010-09-27 | CommonJS support in map functions | John Christopher Anderson |
2010-09-27 | Replacing calls to couch_util:get_value with ?getv | Filipe David Borba Manana |
2010-07-08 | Fix deletion of view files after compaction. | Filipe David Borba Manana |
2010-06-23 | Make file deletions async to avoid pauses during compaction and db deletion. ... | Damien F. Katz |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-04 | use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757 | Adam Kocoloski |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-02 | Deterministic/synchronous shutdown code. | Damien F. Katz |
2010-03-04 | reverting damien's latest commit until we can figure out why it's causing fai... | John Christopher Anderson |
2010-03-04 | Changed process tree shutdown to be synchronous, to eliminate spurious test f... | Damien F. Katz |
2010-02-24 | replicator and view generator can skip check_is_reader when opening database ... | John Christopher Anderson |
2010-02-18 | Fixes COUCHDB-640 - Reset views with invalid update seqs. | Paul Joseph Davis |
2009-10-13 | Add more information to the view info objects. | Paul Joseph Davis |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-08-10 | fix speling, thanks Jason | Jan Lehnardt |
2009-07-22 | various bugfixes and improvements for view compaction | Adam Kocoloski |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
2009-07-16 | checkpoint long-running view updates | Adam Kocoloski |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-05-30 | Test and fix for infinite loops in view_servers, fix for crashed OS processes... | Damien F. Katz |
2009-05-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | Damien F. Katz |
2009-05-04 | reduce_limit error is thrown when the reduce function output is not small eno... | John Christopher Anderson |
2009-04-10 | Fixes for leaked file handles, with test. | Damien F. Katz |
2009-04-05 | added compaction for view indexes. See COUCHDB-92 | Adam Kocoloski |
2009-02-01 | Added options member to design docs. Currently the only option is include_des... | John Christopher Anderson |
2009-01-23 | Added task status checking, to help debug the progress of long running tasks,... | Damien F. Katz |
2009-01-09 | Added support so clients can detect if a server has potentially lost commits ... | Damien F. Katz |
2009-01-05 | Fixed views to not commit index headers if they are ahead of what has been fu... | Damien F. Katz |
2009-01-04 | Rename _temp_views to _slow_views. Any clients who were using temp views are ... | John Christopher Anderson |
2008-12-18 | fix for crash of couch_server when database non-existant | Damien F. Katz |
2008-12-12 | modifications to view server to keep the file descriptor open for the life of... | Damien F. Katz |
2008-12-10 | view group state gen_server. thanks damien and davisp. | John Christopher Anderson |