]> granicus.if.org Git - postgresql/history - contrib/dblink
Fix up pg_dump to emit shell-type definitions at the proper time, to
[postgresql] / contrib / dblink /
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-01-03 Joe ConwayWhen the remote query result has a different number...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-10-18 Joe ConwayWhen a cursor is opened using dblink_open, only start...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-08 Bruce MomjianRemove unnecessary ABORT commands in dblink regression...
2005-10-08 Bruce MomjianCosmetic improvements to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-28 Tom LaneThis makes dblink pass its installcheck test on platfor...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-09-28 Tom LaneRemove duplicate PQclear(res) operations leading to...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-07 Joe ConwayAdded new versions of dblink, dblink_exec, dblink_open...
2004-02-24 Joe ConwayWhen returning type "record", replace use of pgresultGe...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-28 Joe ConwayFix regression in dblink_disconnect() reported by Eduar...
2003-11-26 Joe ConwayAdded missing SPI_finish() calls to get_tuple_of_intere...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-14 Tom Laneexpected results for dblink test seem to be out of...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
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-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
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-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-03 Tom LaneFix dblink regression test so that it works when repeat...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
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-23 Tom LaneTweak dblink functions to use int4 arguments instead...
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...
2002-09-05 Tom LaneRemove include of libpq-int.h --- dblink.c should not...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneClean out cruft left by nonstandard test procedure.
2002-09-03 Tom Lanelast-minute CreateTemplateTupleDesc fixes.
2002-09-02 Bruce MomjianAdd missing dblink files.
2002-09-02 Bruce MomjianAttached is a fairly sizeable update to contrib/dblink...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-23 Bruce MomjianAdd dbmirror to /contrib. Minor C cleanups and Makefile.
2002-05-27 Tom LaneUpdate dblink to work with qualified relation names.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-24 Bruce MomjianAttached is an update to contrib/dblink. Please apply...
2001-12-13 Bruce Momjian>>I confirmed the UNION hack is no longer required...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-15 Tom LaneFix some portability problems (get it to compile, at...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-06-20 Bruce MomjianAttached is a patch to deal with the ones that I missed...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-06-18 Bruce MomjianHere's a small patch for dblink:
2001-06-14 Bruce MomjianAllow remote query execution (dblink)