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