aboutsummaryrefslogtreecommitdiff
path: root/contrib/dblink
Commit message (Expand)AuthorAge
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-03
* Improve HINT message that FDW reports when there are no valid options.Fujii Masao2021-10-27
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* adjust dblink regression expected output for commit 5da9868ed9Bruce Momjian2021-03-30
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Initialize dblink remoteConn struct in all casesJoe Conway2020-05-28
* Fix compile failure.Tom Lane2020-02-24
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* 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
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* 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
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* 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