aboutsummaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
Commit message (Expand)AuthorAge
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initialize structure at declarationPeter Eisentraut2019-03-25
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* dblink: Small code rearrangement for clarityPeter Eisentraut2017-04-05
* dblink: Fix error reportingPeter Eisentraut2017-03-28
* Fix compiler warningPeter Eisentraut2017-03-13
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Fix ancient connection leak in dblinkJoe Conway2017-03-11
* dblink: Change some StringInfo to StringInfoDataPeter Eisentraut2017-03-10
* dblink: Replace some macros by static functionsPeter Eisentraut2017-03-10
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make dblink try harder to form useful error messagesJoe Conway2016-12-22
* Protect dblink from invalid options when using postgres_fdw serverJoe Conway2016-12-22
* Improve dblink error message when remote does not provide itJoe Conway2016-12-21
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix volatile-safety issue in dblink's materializeQueryResult().Tom Lane2015-01-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Add infrastructure to save and restore GUC values.Robert Haas2014-11-24
* Clean up data conversion short-lived memory context.Joe Conway2014-06-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Fix performance regression in dblink connection speed.Joe Conway2013-12-07
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.Tom Lane2013-03-22
* Update copyrights for 2013Bruce Momjian2013-01-01
* Create an improved FDW option validator function for contrib/dblink.Tom Lane2012-10-10