postgresql/contrib/dblink
Joe Conway 6c8b16e30a Fix performance regression in dblink connection speed.
Previous commit e5de601267 modified dblink
to ensure client encoding matched the server. However the added
PQsetClientEncoding() call added significant overhead. Restore original
performance in the common case where client encoding already matches
server encoding by doing nothing in that case. Applies to all active
branches.

Issue reported and work sponsored by Zonar Systems.
2013-12-07 16:56:34 -08:00
..
expected Fix dblink's failure to report correct connection name in error messages. 2012-03-29 17:52:43 -04:00
sql Fix dblink_build_sql_insert() and related functions to handle dropped 2010-06-15 19:04:22 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:23:00 -04:00
dblink.c Fix performance regression in dblink connection speed. 2013-12-07 16:56:34 -08:00
dblink.h Restore dblink_current_query() to being a C-language function, so as to not 2009-06-09 17:41:02 +00:00
dblink.sql.in Restore dblink_current_query() to being a C-language function, so as to not 2009-06-09 17:41:02 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_dblink.sql Add missed function dblink_connect_u(text[,text]) to uninstall script 2010-06-07 15:14:50 +00:00