]> granicus.if.org Git - postgresql/history - contrib/dblink/dblink.c
Correctly set t_self for heap tuples in expand_tuple
[postgresql] / contrib / dblink / dblink.c
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-03-22 Tom LaneImprove style guideline compliance of assorted error...
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-05 Peter Eisentrautdblink: Small code rearrangement for clarity
2017-03-28 Peter Eisentrautdblink: Fix error reporting
2017-03-13 Peter EisentrautFix compiler warning
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-11 Joe ConwayFix ancient connection leak in dblink
2017-03-10 Peter Eisentrautdblink: Change some StringInfo to StringInfoData
2017-03-10 Peter Eisentrautdblink: Replace some macros by static functions
2017-02-27 Peter Eisentrautchomp PQerrorMessage() in backend uses
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Joe ConwayMake dblink try harder to form useful error messages
2016-12-22 Joe ConwayProtect dblink from invalid options when using postgres...
2016-12-21 Joe ConwayImprove dblink error message when remote does not provi...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-26 Tom LaneFix volatile-safety issue in dblink's materializeQueryR...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-24 Robert HaasAdd infrastructure to save and restore GUC values.
2014-06-20 Joe ConwayClean up data conversion short-lived memory context.
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-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-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-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-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-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
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-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-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-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-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-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
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...
next