summaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
AgeCommit message (Expand)Author
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-09-12plug dblink resource leakJoe Conway
2009-08-05Implement dblink_get_notify().Joe Conway
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-09Restore dblink_current_query() to being a C-language function, so as to notTom Lane
2009-06-09Default client encoding to server encoding for dblink connections. AddressesJoe Conway
2009-06-06Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER,Joe Conway
2009-06-02Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bitJoe Conway
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-30Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-07-03When an ERROR happens on a dblink remote connection, takeJoe Conway
2008-04-04Remove unneed #include now that current_query() has moved to the backend.Bruce Momjian
2008-04-04Implement current_query(), that shows the currently executing query.Bruce Momjian
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-14Use an indexscan not a heapscan to search pg_index in get_pkey_attnames.Tom Lane
2008-01-03The original patch to disallow non-passworded connections to non-superusersTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-27Require SELECT privilege on a table to do dblink_get_pkey(). This isTom Lane
2007-07-08Restrict non-superusers to password authenticated connectionsJoe Conway
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-19Fix a couple of places that were assuming debug_query_string couldn'tTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-02Added async query capability. Original patch byJoe Conway
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-06-21- During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-11Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway
2006-03-01Attached is a patch that replaces a bunch of places where StringInfosNeil Conway
2006-01-03When the remote query result has a different number of columnsJoe Conway
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-10-18When a cursor is opened using dblink_open, only start a transactionJoe Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-08Cosmetic improvements to dblink.Bruce Momjian
2005-10-08Cosmetic changes to dblink.Bruce Momjian
2005-10-08Cosmetic changes to dblink.Bruce Momjian
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-27Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-10-28This makes dblink pass its installcheck test on platforms whereTom Lane
2004-10-25Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway