summaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
AgeCommit message (Expand)Author
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-04-05Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera
2024-03-28libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-30Remove redundant setting of hashkey after insertionJohn Naylor
2023-10-05dblink: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-02-01dblink: Fix variable confusion introduced in e4602483e95Andres Freund
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-03postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
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-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-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-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev