summaryrefslogtreecommitdiff
path: root/contrib/dblink
AgeCommit message (Expand)Author
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
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-11-23Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-11-03Fix dblink regression test so that it works when repeated: don'tTom Lane
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut