summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_view.erl
AgeCommit message (Expand)Author
2009-08-15replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245Adam Kocoloski
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-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
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-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-12allow user-configurable directory for view indexes.John Christopher Anderson
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-22change update=false to stale=okJohn Christopher Anderson
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...Damien F. Katz
2009-01-04Rename _temp_views to _slow_views. Any clients who were using temp views are ...John Christopher Anderson
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien 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
2008-11-03Fix for performance problem with views. Every access to a view was causing a ...Damien F. Katz
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-09-11Check-in of document purge functionality.Damien F. Katz
2008-08-31Merged 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-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-08-05Readded file name checks for open and delete, as an attacker could use relati...Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-27removed individual committer copyright statements as per policyNoah Slater
2008-06-13Fix for bug when reopening view indexes.Damien F. Katz
2008-06-12fix for problem when view index header data exceeds 2k.Damien F. Katz
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-23fix for bug with reusing map btree indexes when multiple views have the same ...Damien F. Katz
2008-05-20Fixed design document view definitions to be consistent with temp views. Chan...Damien F. Katz
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ...Damien F. Katz
2008-05-18Fix for pattern matching bug during reduceDamien F. Katz
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-04-04compaction code, not hooked up to webserver yetDamien F. Katz
2008-04-01Fix for runaway process in the view code and the so far untested storage com...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz