Commit Graph

19 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Joe Conway f4095b4c4b Implement dblink_get_notify(). 17 years ago
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 17 years ago
Bruce Momjian 470b2dc35d Make dblink_current_query() reference pg_catalog.current_query(), per Tom. 18 years ago
Bruce Momjian 67fe107554 Re-add dblink_current_query() for backward compatibility. 18 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Joe Conway d92583f88e Restrict non-superusers to password authenticated connections 19 years ago
Joe Conway 52a3ed9fac Added async query capability. Original patch by 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Joe Conway 6a1e2b3c28 Added new versions of dblink, dblink_exec, dblink_open, dblink_close, 22 years ago
Bruce Momjian 8f337e86cd Please apply attached patch to contrib/dblink. It adds named persistent 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 24 years ago
Tom Lane c99f820053 Tweak dblink functions to use int4 arguments instead of int2, 24 years ago
Tom Lane d724c314da The attached adds GRANTs to PUBLIC for dblink functions, removes the 24 years ago
Bruce Momjian 7b8eb0b4f1 Attached is a fairly sizeable update to contrib/dblink. I'd love to get 24 years ago
Tom Lane d15b1e1791 Update dblink to work with qualified relation names. 24 years ago
Bruce Momjian 3bf6b8f06a Attached is an update to contrib/dblink. Please apply if there are no 24 years ago
Bruce Momjian 5af4855383 Allow remote query execution (dblink) 25 years ago