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
/
dblink.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-05
dblink: Small code rearrangement for clarity
Peter Eisentraut
2017-03-28
dblink: Fix error reporting
Peter Eisentraut
2017-03-13
Fix compiler warning
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
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-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
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-01-26
Fix volatile-safety issue in dblink's materializeQueryResult().
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-06-20
Clean up data conversion short-lived memory context.
Joe Conway
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-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-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-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
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-04
Improve efficiency of dblink by using libpq's new row processor API.
Tom Lane
2012-04-04
Fix a couple of contrib/dblink bugs.
Tom Lane
2012-03-29
Fix dblink's failure to report correct connection name in error messages.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-06-25
Async dblink functions require a named connection, and therefore should
Joe Conway
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
[next]