Commit Graph

165 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Tom Lane c99f820053 Tweak dblink functions to use int4 arguments instead of int2, 24 years ago
Tom Lane edc71eced0 Remove include of libpq-int.h --- dblink.c should not be (and was not) 24 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane 74cbe50439 last-minute CreateTemplateTupleDesc fixes. 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 5cabcfccce Modify array operations to include array's element type OID in the 24 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
Tom Lane d15b1e1791 Update dblink to work with qualified relation names. 24 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Bruce Momjian 3bf6b8f06a Attached is an update to contrib/dblink. Please apply if there are no 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 1e2779117d Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Bruce Momjian 10b5f0bea8 Here's a small patch for dblink: 25 years ago
Bruce Momjian 5af4855383 Allow remote query execution (dblink) 25 years ago