summaryrefslogtreecommitdiff
path: root/contrib/dblink
AgeCommit message (Expand)Author
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-03-30adjust dblink regression expected output for commit 5da9868ed9Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-05-28Initialize dblink remoteConn struct in all casesJoe Conway
2020-02-24Fix compile failure.Tom Lane
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-25Initialize structure at declarationPeter Eisentraut
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-05dblink: Small code rearrangement for clarityPeter Eisentraut
2017-03-28dblink: Fix error reportingPeter Eisentraut
2017-03-13Fix compiler warningPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-11Fix ancient connection leak in dblinkJoe Conway
2017-03-10dblink: Change some StringInfo to StringInfoDataPeter Eisentraut
2017-03-10dblink: Replace some macros by static functionsPeter Eisentraut
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Make dblink try harder to form useful error messagesJoe Conway