summaryrefslogtreecommitdiff
path: root/contrib/dblink
Commit message (Expand)AuthorAgeFilesLines
* Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane2010-06-153-38/+99
* Consolidate and improve checking of key-column-attnum arguments forTom Lane2010-06-152-126/+93
* Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane2010-06-141-122/+86
* Fix incorrect change in dblink introduced by the previous commitItagaki Takahiro2010-06-101-2/+2
* Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro2010-06-091-0/+5
* Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro2010-06-031-10/+10
* Check to ensure the number of primary key fields supplied does notJoe Conway2010-02-033-0/+70
* The original patch to disallow non-passworded connections to non-superusersTom Lane2008-01-031-21/+29
* Restrict non-superusers to password authenticated connectionsJoe Conway2007-07-093-0/+218
* When the remote query result has a different number of columnsJoe Conway2006-01-034-19/+40
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-1/+1
* Update copyrights that were missed.Bruce Momjian2005-01-012-2/+2
* 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-293-3/+3
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+10
* 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-079-185/+556
* When returning type "record", replace use of pgresultGetTupleDescJoe Conway2004-02-241-60/+22
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway2003-11-283-5/+5
* 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
* expected results for dblink test seem to be out of date ...Tom Lane2003-09-141-2/+6
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-043-3/+3
* pgindent run.Bruce Momjian2003-08-041-82/+81
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-243-107/+183
* Please apply attached patch to contrib/dblink. It adds named persistentBruce Momjian2003-06-2510-614/+855
* 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
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-9/+8
* Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane2002-11-234-12/+116
* 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
* Fix dblink regression test so that it works when repeated: don'tTom Lane2002-11-032-81/+21
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-211-2/+0
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-212-3/+0
* Clean up for dblink autocommit OFF handling.Bruce Momjian2002-10-182-2/+4
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-156/+208
* Tweak dblink functions to use int4 arguments instead of int2,Tom Lane2002-09-232-12/+30
* Simplify handling of second database for dblink tests.Tom Lane2002-09-142-79/+43
* The attached adds GRANTs to PUBLIC for dblink functions, removes theTom Lane2002-09-145-85/+198
* 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-042-269/+288
* Clean out cruft left by nonstandard test procedure.Tom Lane2002-09-031-1/+3