Commit Graph

256 Commits (REL_13_STABLE)

Author SHA1 Message Date
Tom Lane e7d3d4ed41 Avoid resource leaks when a dblink connection fails. 4 months ago
Noah Misch 186c586c37 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Fujii Masao f89015b63f postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Joe Conway 9003b76e16 Initialize dblink remoteConn struct in all cases 5 years ago
Tom Lane 36390713a6 Fix compile failure. 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Peter Eisentraut 572e3e6634 Initialize structure at declaration 7 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 7 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut e59b74a3fc dblink: Small code rearrangement for clarity 9 years ago
Peter Eisentraut 85163641f8 dblink: Fix error reporting 9 years ago
Peter Eisentraut 57488c1ce3 Fix compiler warning 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Joe Conway cd1e23e93b Fix ancient connection leak in dblink 9 years ago
Peter Eisentraut 22ef6b041a dblink: Change some StringInfo to StringInfoData 9 years ago
Peter Eisentraut acaf7ccb94 dblink: Replace some macros by static functions 9 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Joe Conway 2f802d95b4 Make dblink try harder to form useful error messages 9 years ago
Joe Conway c444868389 Protect dblink from invalid options when using postgres_fdw server 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Peter Eisentraut 0665023b44 Remove unnecessary prototypes 9 years ago