index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dblink
Age
Commit message (
Expand
)
Author
2017-03-11
Fix ancient connection leak in dblink
Joe Conway
2017-03-10
dblink: Change some StringInfo to StringInfoData
Peter Eisentraut
2017-03-10
dblink: Replace some macros by static functions
Peter Eisentraut
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Make dblink try harder to form useful error messages
Joe Conway
2016-12-22
Protect dblink from invalid options when using postgres_fdw server
Joe Conway
2016-12-21
Improve dblink error message when remote does not provide it
Joe Conway
2016-09-30
Remove unnecessary prototypes
Peter Eisentraut
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-06-18
Fix parallel-safety markings for contrib/dblink.
Tom Lane
2016-06-17
Update dblink extension for parallel query.
Robert Haas
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-01-26
Fix volatile-safety issue in dblink's materializeQueryResult().
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-04
Fix SHLIB_PREREQS use in contrib, allowing PGXS builds
Peter Eisentraut
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-08-26
Specify the port in dblink and postgres_fdw tests.
Andres Freund
2014-08-26
Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.
Andres Freund
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
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
2014-06-20
Clean up data conversion short-lived memory context.
Joe Conway
2014-06-20
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2013-12-08
Fix performance regression in dblink connection speed.
Joe Conway
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-07-18
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-22
Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
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-11
Remove configure-option-dependent test cases from dblink tests.
Tom Lane
2012-10-10
Create an improved FDW option validator function for contrib/dblink.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-29
Fix assorted compilation failures in contrib
Alvaro Herrera
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-24
Another typographical correction.
Robert Haas
[next]