summaryrefslogtreecommitdiff
path: root/contrib/dblink
AgeCommit message (Expand)Author
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-07Added new versions of dblink, dblink_exec, dblink_open, dblink_close,Joe Conway
2004-02-24When returning type "record", replace use of pgresultGetTupleDescJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-28Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway
2003-11-26Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-14expected results for dblink test seem to be out of date ...Tom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-06-25Please apply attached patch to contrib/dblink. It adds named persistentBruce Momjian
2003-06-15Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-11-23Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-11-03Fix dblink regression test so that it works when repeated: don'tTom Lane
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Clean up for dblink autocommit OFF handling.Bruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-23Tweak dblink functions to use int4 arguments instead of int2,Tom Lane
2002-09-14Simplify handling of second database for dblink tests.Tom Lane
2002-09-14The attached adds GRANTs to PUBLIC for dblink functions, removes theTom Lane
2002-09-05Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Clean out cruft left by nonstandard test procedure.Tom Lane
2002-09-03last-minute CreateTemplateTupleDesc fixes.Tom Lane
2002-09-02Add missing dblink files.Bruce Momjian
2002-09-02Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-06-23Add dbmirror to /contrib. Minor C cleanups and Makefile.Bruce Momjian
2002-05-27Update dblink to work with qualified relation names.Tom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-04-24Attached is an update to contrib/dblink. Please apply if there are noBruce Momjian
2001-12-13>>I confirmed the UNION hack is no longer required. Thanks! Is it too lateBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-15Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-06-20Attached is a patch to deal with the ones that I missed the first timeBruce Momjian
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian