OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / contrib / dblink / dblink.c
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...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-02 Joe ConwayAdded async query capability. Original patch by
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
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-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-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 MomjianCosmetic improvements to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
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-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 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-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-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-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...
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-09-23 Tom LaneTweak dblink functions to use int4 arguments instead...
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 Lanelast-minute CreateTemplateTupleDesc fixes.
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-05-27 Tom LaneUpdate dblink to work with qualified relation names.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
next