summaryrefslogtreecommitdiff
path: root/contrib/dblink
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
* Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane2006-09-111-0/+14
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-101-4/+1
* Fix dblink build for --enable-nls or --enable-openssl on AIX.Tom Lane2006-09-101-1/+4
* Added async query capability. Original patch byJoe Conway2006-09-028-166/+686
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-6/+6
* Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian2006-07-101-1/+3
* - During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway2006-06-212-2/+9
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-131-1/+1
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-116-0/+6
* 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
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-50/+50
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+61
* When the remote query result has a different number of columnsJoe Conway2006-01-034-19/+40
* 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-183-39/+193
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-52/+47
* Remove unnecessary ABORT commands in dblink regression tests.Bruce Momjian2005-10-082-40/+0
* 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
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* 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