aboutsummaryrefslogtreecommitdiff
path: root/contrib/dblink/dblink.c
Commit message (Expand)AuthorAge
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion2025-04-29
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* dblink: SCRAM authentication pass-throughPeter Eisentraut2025-03-26
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Update copyright for 2025Bruce Momjian2025-01-01
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera2024-04-05
* libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera2024-03-28
* dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera2024-03-18
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove redundant setting of hashkey after insertionJohn Naylor2023-11-30
* dblink: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier2023-10-05
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* dblink: Fix variable confusion introduced in e4602483e95Andres Freund2023-01-31
* dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund2023-01-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-08
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Update copyright for 2022Bruce Momjian2022-01-07
* 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
* Update copyright for 2021Bruce Momjian2021-01-02
* 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
* 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
* 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