Commit Graph

181 Commits (b830f9d67463f770e7c92ac989112c90c1f28dbf)

Author SHA1 Message Date
Tom Lane 2cd2222ca5 Avoid resource leaks when a dblink connection fails. 4 months ago
Noah Misch a8a9189376 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Fujii Masao 5cb86a2622 postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 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
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
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
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 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
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
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago