summaryrefslogtreecommitdiff
path: root/contrib/dblink
Commit message (Expand)AuthorAgeFilesLines
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-214-10/+10
* 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
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-172-16/+16
* 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
* 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
* last-minute CreateTemplateTupleDesc fixes.Tom Lane2002-09-031-4/+4
* Add missing dblink files.Bruce Momjian2002-09-029-0/+903
* Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian2002-09-024-707/+955