Age | Commit message (Expand) | Author |
2011-07-30 | Backport of r1152398 from trunk | Randall Leeds |
2011-06-08 | backport r1133312 from trunk | Randall Leeds |
2010-10-20 | non-blocking creation of new view groups, COUCHDB-900 | Adam Kocoloski |
2010-10-02 | using an infinity timeout in places where we wait on disk io | 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 | Replacing calls to couch_util:get_value with ?getv | Filipe David Borba Manana |
2010-08-19 | Fix behaviour of the view query option stale=update_after. | Filipe David Borba Manana |
2010-08-02 | Add option "stale=update_after" when querying a view. Closes COUCHDB-837. | Filipe David Borba Manana |
2010-07-03 | Fix deletion to move properly to root of storage, to avoid copying files when... | Damien F. Katz |
2010-06-23 | Make file deletions async to avoid pauses during compaction and db deletion. ... | Damien F. Katz |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-25 | make before commit, make before commit, make before commit | Jan Lehnardt |
2010-04-24 | tabs to spaces | Jan Lehnardt |
2010-04-23 | faster default view collation. Closes COUCHDB-746 | Adam Kocoloski |
2010-04-02 | Fix hang with view shutdown. | Damien F. Katz |
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-18 | Fixes COUCHDB-640 - Reset views with invalid update seqs. | Paul Joseph Davis |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
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-08-15 | replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245 | Adam Kocoloski |
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-30 | Test and fix for infinite loops in view_servers, fix for crashed OS processes... | Damien F. Katz |
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-15 | View etags are now provided. See note in the source about how they could be m... | John Christopher Anderson |
2009-02-12 | allow user-configurable directory for view indexes. | John Christopher Anderson |
2009-02-01 | Added options member to design docs. Currently the only option is include_des... | John Christopher Anderson |
2009-01-22 | change update=false to stale=ok | John Christopher Anderson |
2009-01-19 | tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han... | 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-22 | Fix for leaked file handles when not explicitly closed, added file stats code... | 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 |
2008-11-03 | Fix for performance problem with views. Every access to a view was causing a ... | Damien F. Katz |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-09-13 | Changes and refactorings to couch_config | Damien F. Katz |
2008-09-11 | Check-in of document purge functionality. | Damien F. Katz |
2008-08-31 | Merged json_term_changes branch back into trunk. | Christopher Lenz |
2008-08-30 | - Rename configuration options and sections to allow for a nicer .ini file an... | Jan Lehnardt |
2008-08-20 | Merge runtimeconfig branch back into trunk | Jan Lehnardt |
2008-08-14 | CouchDB performance work. Faster Btree updates and lookups. | Damien F. Katz |
2008-08-05 | Readded file name checks for open and delete, as an attacker could use relati... | Damien F. Katz |
2008-08-05 | Added concurrent open db limit and a LRU cache for closing old databases when... | Damien F. Katz |