Age | Commit message (Expand) | Author |
2011-01-17 | Merged revision 1059893 from trunk | Filipe David Borba Manana |
2011-01-17 | Merged revision 1053731 from trunk | Filipe David Borba Manana |
2011-01-12 | Preserve purge metadata during compaction, thanks Mike Leddy | Adam Kocoloski |
2010-12-29 | Stem revision trees after merging a path, COUCHDB-968 | Adam Kocoloski |
2010-12-14 | Fix OOME when compacting doc w/ lots of conflicts, COUCHDB-888 | Adam Kocoloski |
2010-12-08 | Fix compactor crash when .compact file is missing header | Adam Kocoloski |
2010-12-08 | Change key_tree merge to take path as 2nd arg, add type specs | Adam Kocoloski |
2010-12-08 | Usort the infos during compaction to remove dupes, COUCHDB-968 | Adam Kocoloski |
2010-12-08 | Stem new rev tree before comparing with old one, COUCHDB-968 | Adam Kocoloski |
2010-11-18 | Make sure that after a database compaction the old database reference counter... | Filipe David Borba Manana |
2010-11-10 | COUCHDB-945 - ensure validation funs are still applied after compaction. | Robert Newson |
2010-10-12 | Avoid gen_server call timeout error after compacting a database (seems to hap... | Filipe David Borba Manana |
2010-08-08 | fixes COUCHDB-844, delayed commits gets b0rked | Adam Kocoloski |
2010-07-08 | Fix for occasional failed tests caused by responding with 202 success to comp... | Damien F. Katz |
2010-07-03 | Fix deletion to move properly to root of storage, to avoid copying files when... | Damien F. Katz |
2010-07-01 | prevent zero byte files, closes COUCHDB-647 | John Christopher Anderson |
2010-06-23 | Authentication caching, to avoid repeated opening and closing of the users da... | Damien F. Katz |
2010-06-23 | Make file deletions async to avoid pauses during compaction and db deletion. ... | Damien F. Katz |
2010-06-12 | more efficient header commits. COUCHDB-767 | Adam Kocoloski |
2010-06-12 | remove unnuecessary receive loop in commit_data. COUCHDB-794 | Adam Kocoloski |
2010-06-08 | preserve _revs_limit after compaction. COUCHDB-789 | Adam Kocoloski |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-04-28 | Fix to make dbclose synchronous, to prevent unnecessary slowdown caused by ma... | Damien F. Katz |
2010-04-22 | compaction preserves instance_start_time. Closes COUCHDB-744 | Adam Kocoloski |
2010-04-15 | refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710 | 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-22 | _purge was incorrectly returning update_seq. | Paul Joseph Davis |
2010-02-01 | Database-level security. | John Christopher Anderson |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2009-11-30 | Fix two issues for databases upgraded from 0.9.x: | Jan Lehnardt |
2009-11-26 | Refactored the fix for active_dbs timeouts. | Paul Joseph Davis |
2009-11-26 | Update the open db's test to check failure. | Paul Joseph Davis |
2009-11-25 | Fixed a bug preventing active_dbs from working. | Paul Joseph Davis |
2009-11-23 | Fix and tests for COUCHDB-292 | Damien F. Katz |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
2009-11-05 | Minor reformating. | Damien F. Katz |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-09-11 | Refactoring of endkey code in views and btrees. End key functionaility is now... | Damien F. Katz |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
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-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | Damien F. Katz |
2009-05-06 | First cut at _changes api. Update the by_id and by_seq indexes to contain upd... | Damien F. Katz |
2009-04-20 | Fix for process leaks with retrying compactions. | Damien F. Katz |
2009-04-10 | Fixes for leaked file handles, with test. | Damien F. Katz |