summaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
AgeCommit message (Expand)Author
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
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-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-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-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
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-09-23Tweak dblink functions to use int4 arguments instead of int2,Tom Lane
2002-09-05Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03last-minute CreateTemplateTupleDesc fixes.Tom Lane
2002-09-02Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-05-27Update dblink to work with qualified relation names.Tom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-04-24Attached is an update to contrib/dblink. Please apply if there are noBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-15Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane
2001-06-18Here's a small patch for dblink:Bruce Momjian
2001-06-14Allow remote query execution (dblink)Bruce Momjian