summaryrefslogtreecommitdiff
path: root/contrib/dblink
AgeCommit message (Expand)Author
2006-09-02Added async query capability. Original patch byJoe Conway
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-07-10Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.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-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
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-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
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-08Remove unnecessary ABORT commands in dblink regression tests.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-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
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-05-17Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane
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-01Some more missed copyright notices. Many of these look like theyTom 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
2004-09-28Remove duplicate PQclear(res) operations leading to double free() andTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-07Added new versions of dblink, dblink_exec, dblink_open, dblink_close,Joe Conway
2004-02-24When returning type "record", replace use of pgresultGetTupleDescJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-28Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway
2003-11-26Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-14expected results for dblink test seem to be out of date ...Tom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-06-25Please apply attached patch to contrib/dblink. It adds named persistentBruce Momjian
2003-06-15Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane