postgresql/contrib/dblink
Joe Conway 0daae1a622 plug dblink resource leak
dblink generates orphaned connections when called with a connection string,
fail_on_error = true, and an ERROR occurs. Discovery and patch by
Tatsuhito Kasahara. Introduced in 8.4.
2009-09-12 23:21:13 +00:00
..
expected Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 2009-06-06 21:27:56 +00:00
sql Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 2009-06-06 21:27:56 +00:00
dblink.c plug dblink resource leak 2009-09-12 23:21:13 +00: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 Re-add dblink_current_query() for backward compatibility. 2008-04-05 02:26:14 +00:00