aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
Commit message (Expand)AuthorAge
* Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita2025-06-08
* postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita2025-06-01
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas2025-05-08
* postgres_fdw: improve security checksPeter Eisentraut2025-03-24
* postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao2025-03-03
* Check return of pg_b64_encode() for errorPeter Eisentraut2025-01-16
* postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut2025-01-15
* Update copyright for 2025Bruce Momjian2025-01-01
* postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane2024-12-23
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao2024-09-18
* postgres_fdw: Fix bug in connection status check.Fujii Masao2024-07-27
* postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao2024-07-26
* postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao2024-07-26
* Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane2024-04-21
* Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera2024-04-05
* postgres_fdw: Remove useless ternary expression.Etsuro Fujita2024-04-04
* libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera2024-03-28
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* postgres_fdw: 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
* Fix various typosDavid Rowley2023-04-18
* 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
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-06
* postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita2023-03-17
* Fix comment indentation and whitespacePeter Eisentraut2023-02-24
* dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund2023-01-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* postgres_fdw: Fix grammar.Etsuro Fujita2022-07-07
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* postgres_fdw: Update comments in make_new_connection().Etsuro Fujita2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita2022-03-25
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-08
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-24
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita2022-01-21
* Update copyright for 2022Bruce Momjian2022-01-07
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-24
* postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao2021-12-08
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-03
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-13
* postgres_fdw: Fix comments in connection.c.Etsuro Fujita2021-10-07