summaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-64/+67
* Added async query capability. Original patch byJoe Conway2006-09-021-95/+309
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-6/+6
* - During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway2006-06-211-1/+8
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+1
* Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway2006-03-111-3/+2
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-011-67/+58
* When the remote query result has a different number of columnsJoe Conway2006-01-031-17/+31
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-8/+8
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-197/+115
* When a cursor is opened using dblink_open, only start a transactionJoe Conway2005-10-181-39/+75
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-52/+47
* Cosmetic improvements to dblink.Bruce Momjian2005-10-081-5/+5
* Cosmetic changes to dblink.Bruce Momjian2005-10-081-45/+46
* Cosmetic changes to dblink.Bruce Momjian2005-10-081-2/+7
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-301-42/+34
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+0
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-1/+1
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+1
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-25/+22
* Update copyrights that were missed.Bruce Momjian2005-01-011-1/+1
* This makes dblink pass its installcheck test on platforms whereTom Lane2004-10-281-3/+3
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-251-9/+1
* Remove duplicate PQclear(res) operations leading to double free() andTom Lane2004-09-281-9/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-1/+1
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-31/+14
* Added new versions of dblink, dblink_exec, dblink_open, dblink_close,Joe Conway2004-03-071-19/+201
* When returning type "record", replace use of pgresultGetTupleDescJoe Conway2004-02-241-60/+22
* Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway2003-11-281-0/+2
* Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway2003-11-261-0/+3
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-4/+4
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-2/+4
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-1/+1
* pgindent run.Bruce Momjian2003-08-041-82/+81
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-88/+162
* Please apply attached patch to contrib/dblink. It adds named persistentBruce Momjian2003-06-251-503/+370
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-151-6/+2
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-4/+1
* Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane2002-11-231-12/+55
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-2/+1
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-1/+2
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-2/+1
* Tweak dblink functions to use int4 arguments instead of int2,Tom Lane2002-09-231-6/+24
* Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane2002-09-051-1/+1
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-2/+1
* pgindent run.Bruce Momjian2002-09-041-268/+287
* last-minute CreateTemplateTupleDesc fixes.Tom Lane2002-09-031-4/+4