]> granicus.if.org Git - postgresql/history - contrib/dblink
Fix dblink_connect() so that it verifies that a password is supplied in the
[postgresql] / contrib / dblink /
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-07-03 Joe ConwayWhen an ERROR happens on a dblink remote connection...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-05 Bruce MomjianMake dblink_current_query() reference pg_catalog.curren...
2008-04-05 Bruce MomjianRe-add dblink_current_query() for backward compatibility.
2008-04-04 Bruce MomjianRemove unneed #include now that current_query() has...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-14 Tom LaneUse an indexscan not a heapscan to search pg_index...
2008-01-03 Tom LaneThe original patch to disallow non-passworded connectio...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianRemove /contrib/dblink/doc directory, now in SGML.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-08-27 Tom LaneRequire SELECT privilege on a table to do dblink_get_pk...
2007-07-08 Joe ConwayRestrict non-superusers to password authenticated conne...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-01 Neil ConwayFix two more regression tests whose expected outputs...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneFix a couple of places that were assuming debug_query_s...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-11 Tom LaneFix omissions in contrib uninstall scripts. Michael...
2006-09-10 Tom LaneInstall a cleaner solution to the AIX libpq linking...
2006-09-10 Tom LaneFix dblink build for --enable-nls or --enable-openssl...
2006-09-02 Joe ConwayAdded async query capability. Original patch by
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Bruce MomjianRemove a few baby-C macros in fuzzystrmatch. Add a...
2006-06-21 Joe Conway- During dblink_open, if transaction state was IDLE...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
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.
next