summaryrefslogtreecommitdiff
path: root/contrib/dblink
Commit message (Expand)AuthorAgeFilesLines
* Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane2002-09-051-1/+1
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-2/+1
* pgindent run.Bruce Momjian2002-09-042-269/+288
* Clean out cruft left by nonstandard test procedure.Tom Lane2002-09-031-1/+3
* last-minute CreateTemplateTupleDesc fixes.Tom Lane2002-09-031-4/+4
* Add missing dblink files.Bruce Momjian2002-09-029-0/+903
* Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian2002-09-024-707/+955
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-0/+5
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-33/+57
* Add dbmirror to /contrib. Minor C cleanups and Makefile.Bruce Momjian2002-06-231-1/+1
* Update dblink to work with qualified relation names.Tom Lane2002-05-274-71/+73
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+2
* Attached is an update to contrib/dblink. Please apply if there are noBruce Momjian2002-04-244-121/+1623
* >>I confirmed the UNION hack is no longer required. Thanks! Is it too lateBruce Momjian2001-12-131-36/+9
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-0/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-252-86/+94
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-151-1/+1
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-43/+9
* Attached is a patch to deal with the ones that I missed the first timeBruce Momjian2001-06-201-4/+4
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-0/+1
* Here's a small patch for dblink:Bruce Momjian2001-06-182-19/+33
* Allow remote query execution (dblink)Bruce Momjian2001-06-145-0/+556