aboutsummaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
Commit message (Expand)AuthorAge
* When returning type "record", replace use of pgresultGetTupleDescJoe Conway2004-02-24
* Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway2003-11-28
* Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway2003-11-26
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Please apply attached patch to contrib/dblink. It adds named persistentBruce Momjian2003-06-25
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-15
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane2002-11-23
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Tweak dblink functions to use int4 arguments instead of int2,Tom Lane2002-09-23
* Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane2002-09-05
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* last-minute CreateTemplateTupleDesc fixes.Tom Lane2002-09-03
* Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian2002-09-02
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Update dblink to work with qualified relation names.Tom Lane2002-05-27
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Attached is an update to contrib/dblink. Please apply if there are noBruce Momjian2002-04-24
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15
* Here's a small patch for dblink:Bruce Momjian2001-06-18
* Allow remote query execution (dblink)Bruce Momjian2001-06-14