summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_query_servers.erl
AgeCommit message (Expand)Author
2011-08-18Merge revision 1159045 from trunkFilipe David Borba Manana
2010-11-12Use lists:min/1 and lists:max/1 instead of erlang:min/2 and erlang:max/2. The...Filipe David Borba Manana
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-08-19COUCHDB-861 - enhance _sum to work with lists of numbers.Robert Newson
2010-08-15Fix Erlang unused variable warnings.Filipe David Borba Manana
2010-08-07builtin reduce functions more forgiving about trailing whitespace and other c...John Christopher Anderson
2010-08-07os_process_limit for query servers make them much more robust under concurren...John Christopher Anderson
2010-07-11thank you dialyzerAdam Kocoloski
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-22fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ...John Christopher Anderson
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-10_stats builtin reduction for min/max/mean/varianceAdam Kocoloski
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-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2010-02-01Database-level security.John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-02removed add_fun optimization for filters, this provides better concurrency at...John Christopher Anderson
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-01enable include_docs=true for list functions, patch by Mark Hammond, closes CO...Jan Lehnardt
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-05-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
2009-05-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
2009-05-12You can now specify either "_sum" or "_count" as the source code for 2 built-...John Christopher Anderson
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-03-04allow for handling 404s in document show functionsJan Lehnardt
2009-02-25Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.John Christopher Anderson
2009-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-16couch_os_process to manage the JSON line protocol. thanks davisp.John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-09-13Changes and refactorings to couch_configDamien 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-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien 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