]> granicus.if.org Git - postgresql/history - contrib/dblink
Fix bogus code in contrib/ tsearch dictionary examples.
[postgresql] / contrib / dblink /
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...
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...
next