summaryrefslogtreecommitdiff
path: root/src/execute.c
AgeCommit message (Expand)Author
2013-11-05remote_wait_for_cancel: avoid unnecessary warningHEADmasterMarko Kreen
2013-07-08remote_wait_for_cancel: move pending check before poll()Marko Kreen
2013-04-15remote_wait_for_cancel: wait only C_QUERY_READ connections.Marko Kreen
2012-10-12After sending cancel req, wait for remote errorMarko Kreen
2012-04-13Proper init and cleanup for ConnectionStateMarko Kreen
2012-03-29User mapping now almost works on sql/med tooMarko Kreen
2012-03-29Per-user mapping for non-sqlmed clustersMarko Kreen
2012-03-29Put per-cluster connect strings into treeMarko Kreen
2012-03-29Create separate structure for current connectionMarko Kreen
2011-10-12SPLIT: fix elem type info leakMarko Kreen
2011-09-07Keepalive parametersMarko Kreen
2010-04-12Show remote database name in remote error messages.Marko Kreen
2010-01-11Improved remote error and notice handling.Marko Kreen
2009-11-10New SPLIT statement.Marko Kreen
2009-10-28geterrcode(): Switch memory context to work around Assert() in CopyErrorData()Marko Kreen
2009-09-11Fix argument value NULL check.Marko Kreen
2008-12-17Clear ->tuning bit on connection close.Marko Kreen
2008-11-19If query is canceled by user, send cancel requestMarko Kreen
2008-09-11Use server_encoding as remote connection encodingMarko Kreen
2008-06-27accept int2 and int8 from hash functionMarko Kreen
2007-12-20replace select() with poll() to allow large fd valuesMarko Kreen
2007-12-20detect lost fds earlierMarko Kreen
2007-12-18make plproxy_error survive NULL, also avoid NULL func if possibleMarko Kreen
2007-12-06simplify the PLPROXY_IDLE_CONN_CHECK related codeMarko Kreen
2007-11-19Remote 'statement_timeout' config parameter.Marko Kreen
2007-10-29remove syncing of standard_conforming_strings, seems pointlessMarko Kreen
2007-10-11experimantal server parameter syncingMarko Kreen
2007-10-11cleaner error messagesMarko Kreen
2007-10-11libpq does not accept client_encodingMarko Kreen
2007-08-24add client_encoding= to connect stringMarko Kreen
2007-03-28remove trailing whitespaceMarko Kreen
2007-03-13Initial revisionMarko Kreen