]> granicus.if.org Git - postgresql/history - contrib/dblink/expected
Fix dblink_connect() so that it verifies that a password is supplied in the
[postgresql] / contrib / dblink / expected /
2008-07-03 Joe ConwayWhen an ERROR happens on a dblink remote connection...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-01-03 Tom LaneThe original patch to disallow non-passworded connectio...
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-02-01 Neil ConwayFix two more regression tests whose expected outputs...
2006-09-02 Joe ConwayAdded async query capability. Original patch by
2006-06-21 Joe Conway- During dblink_open, if transaction state was IDLE...
2005-10-18 Joe ConwayWhen a cursor is opened using dblink_open, only start...
2005-10-08 Bruce MomjianRemove unnecessary ABORT commands in dblink regression...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2004-03-07 Joe ConwayAdded new versions of dblink, dblink_exec, dblink_open...
2003-11-28 Joe ConwayFix regression in dblink_disconnect() reported by Eduar...
2003-09-14 Tom Laneexpected results for dblink test seem to be out of...
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-25 Bruce MomjianPlease apply attached patch to contrib/dblink. It adds...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-11-23 Tom LaneFix inappropriate quoting in dblink. From Joe Conway.
2002-11-03 Tom LaneFix dblink regression test so that it works when repeat...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianClean up for dblink autocommit OFF handling.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-14 Tom LaneSimplify handling of second database for dblink tests.
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for dblink functions...