index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dblink
/
Makefile
Age
Commit message (
Expand
)
Author
2016-06-17
Update dblink extension for parallel query.
Robert Haas
2014-12-04
Fix SHLIB_PREREQS use in contrib, allowing PGXS builds
Peter Eisentraut
2014-08-26
Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.
Andres Freund
2014-07-22
Diagnose incompatible OpenLDAP versions during build and test.
Noah Misch
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2012-12-11
Add mode where contrib installcheck runs each module in a separately named da...
Andrew Dunstan
2012-12-03
Revert "Add mode where contrib installcheck runs each module in a separately ...
Andrew Dunstan
2012-12-02
Add mode where contrib installcheck runs each module in a separately named da...
Andrew Dunstan
2012-10-10
Create an improved FDW option validator function for contrib/dblink.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2006-09-10
Install a cleaner solution to the AIX libpq linking problem, as per
Tom Lane
2006-09-10
Fix dblink build for --enable-nls or --enable-openssl on AIX.
Tom Lane
2006-02-27
contrib uninstall scripts
Peter Eisentraut
2005-09-27
PGXS should be set with := not =, as specified in the documentation,
Tom Lane
2004-08-20
> Please find enclose a submission to fix these problems.
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2002-09-14
The attached adds GRANTs to PUBLIC for dblink functions, removes the
Tom Lane
2002-09-03
Clean out cruft left by nonstandard test procedure.
Tom Lane
2002-06-23
Add dbmirror to /contrib. Minor C cleanups and Makefile.
Bruce Momjian
2001-09-06
To fix the perpetually broken makefiles in the contrib tree, I have
Peter Eisentraut
2001-06-20
Attached is a patch to deal with the ones that I missed the first time
Bruce Momjian
2001-06-18
The attached patch enables the contrib subtree to build cleanly under
Bruce Momjian
2001-06-14
Allow remote query execution (dblink)
Bruce Momjian