]> granicus.if.org Git - postgresql/history - contrib/dblink
hstore_plpython: Fix regression tests under Python 3
[postgresql] / contrib / dblink /
2015-01-26 Tom LaneFix volatile-safety issue in dblink's materializeQueryR...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-04 Peter EisentrautFix SHLIB_PREREQS use in contrib, allowing PGXS builds
2014-11-24 Robert HaasAdd infrastructure to save and restore GUC values.
2014-08-26 Andres FreundSpecify the port in dblink and postgres_fdw tests.
2014-08-26 Andres FreundDon't hardcode contrib_regression dbname in postgres_fd...
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-22 Noah MischDiagnose incompatible OpenLDAP versions during build...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-06-20 Joe ConwayClean up data conversion short-lived memory context.
2014-06-20 Noah MischLet installcheck-world pass against a server requiring...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-12-08 Joe ConwayFix performance regression in dblink connection speed.
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-07-18 Fujii MasaoFix typo in update scripts for some contrib modules.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-22 Tom LaneFix contrib/dblink to handle inconsistent DateStyle...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-11 Andrew DunstanAdd mode where contrib installcheck runs each module...
2012-12-03 Andrew DunstanRevert "Add mode where contrib installcheck runs each...
2012-12-02 Andrew DunstanAdd mode where contrib installcheck runs each module...
2012-10-11 Tom LaneRemove configure-option-dependent test cases from dblin...
2012-10-10 Tom LaneCreate an improved FDW option validator function for...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-29 Alvaro HerreraFix assorted compilation failures in contrib
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasAnother typographical correction.
2012-04-24 Robert HaasLots of doc corrections.
2012-04-04 Tom LaneImprove efficiency of dblink by using libpq's new row...
2012-04-04 Tom LaneFix a couple of contrib/dblink bugs.
2012-03-29 Tom LaneFix dblink's failure to report correct connection name...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-25 Joe ConwayAsync dblink functions require a named connection,...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-12 Peter EisentrautImproved parallel make support
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-15 Tom LaneChange the interpretation of the primary_key_attnums...
2010-06-15 Tom LaneFix dblink_build_sql_insert() and related functions...
2010-06-15 Tom LaneConsolidate and improve checking of key-column-attnum...
2010-06-14 Tom LaneRearrange dblink's dblink_build_sql_insert() and relate...
2010-06-09 Itagaki TakahiroAvoid "identifier will be truncated" warning in dblink
2010-06-09 Itagaki TakahiroFix connection leak in dblink when dblink_connect(...
2010-06-07 Teodor SigaevAdd missed function dblink_connect_u(text[,text]) to...
2010-06-03 Itagaki TakahiroFix dblink to treat connection names longer than NAMEDA...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Itagaki TakahiroRemove useless codes to initialize TupleDesc from dblin...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-03 Joe ConwayCheck to ensure the number of primary key fields suppli...
2010-01-24 Joe ConwayRewrite dblink_record_internal() and dblink_fetch(...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-09-12 Joe Conwayplug dblink resource leak
2009-08-05 Joe ConwayImplement dblink_get_notify().
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Tom LaneRestore dblink_current_query() to being a C-language...
2009-06-09 Joe ConwayDefault client encoding to server encoding for dblink...
2009-06-06 Joe ConwayAdd support for using SQL/MED compliant FOREIGN DATA...
2009-06-02 Joe ConwayFix dblink_get_result() as reported by Oleksiy Shchukin...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneFix dblink and tablefunc to not return with the wrong...
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...
next