index
:
plproxy.git
master
PL/Proxy master repo
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
execute.c
Age
Commit message (
Expand
)
Author
2013-11-05
remote_wait_for_cancel: avoid unnecessary warning
HEAD
master
Marko Kreen
2013-07-08
remote_wait_for_cancel: move pending check before poll()
Marko Kreen
2013-04-15
remote_wait_for_cancel: wait only C_QUERY_READ connections.
Marko Kreen
2012-10-12
After sending cancel req, wait for remote error
Marko Kreen
2012-04-13
Proper init and cleanup for ConnectionState
Marko Kreen
2012-03-29
User mapping now almost works on sql/med too
Marko Kreen
2012-03-29
Per-user mapping for non-sqlmed clusters
Marko Kreen
2012-03-29
Put per-cluster connect strings into tree
Marko Kreen
2012-03-29
Create separate structure for current connection
Marko Kreen
2011-10-12
SPLIT: fix elem type info leak
Marko Kreen
2011-09-07
Keepalive parameters
Marko Kreen
2010-04-12
Show remote database name in remote error messages.
Marko Kreen
2010-01-11
Improved remote error and notice handling.
Marko Kreen
2009-11-10
New SPLIT statement.
Marko Kreen
2009-10-28
geterrcode(): Switch memory context to work around Assert() in CopyErrorData()
Marko Kreen
2009-09-11
Fix argument value NULL check.
Marko Kreen
2008-12-17
Clear ->tuning bit on connection close.
Marko Kreen
2008-11-19
If query is canceled by user, send cancel request
Marko Kreen
2008-09-11
Use server_encoding as remote connection encoding
Marko Kreen
2008-06-27
accept int2 and int8 from hash function
Marko Kreen
2007-12-20
replace select() with poll() to allow large fd values
Marko Kreen
2007-12-20
detect lost fds earlier
Marko Kreen
2007-12-18
make plproxy_error survive NULL, also avoid NULL func if possible
Marko Kreen
2007-12-06
simplify the PLPROXY_IDLE_CONN_CHECK related code
Marko Kreen
2007-11-19
Remote 'statement_timeout' config parameter.
Marko Kreen
2007-10-29
remove syncing of standard_conforming_strings, seems pointless
Marko Kreen
2007-10-11
experimantal server parameter syncing
Marko Kreen
2007-10-11
cleaner error messages
Marko Kreen
2007-10-11
libpq does not accept client_encoding
Marko Kreen
2007-08-24
add client_encoding= to connect string
Marko Kreen
2007-03-28
remove trailing whitespace
Marko Kreen
2007-03-13
Initial revision
Marko Kreen