Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 dayspostgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-03-24postgres_fdw: improve security checksPeter Eisentraut
2025-03-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-01-16Check return of pg_b64_encode() for errorPeter Eisentraut
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-07-26postgres_fdw: Fix bug in connection status check.Fujii Masao
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-26postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao
2024-04-21Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane
2024-04-05Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera
2024-04-04postgres_fdw: Remove useless ternary expression.Etsuro Fujita
2024-03-28libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-05postgres_fdw: 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-18Fix various typosDavid Rowley
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-04-06postgres_fdw: Add support for parallel abort.Etsuro Fujita
2023-03-17postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita
2023-02-24Fix comment indentation and whitespacePeter Eisentraut
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-07postgres_fdw: Fix grammar.Etsuro Fujita
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-25postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-02-24postgres_fdw: Add support for parallel commit.Etsuro Fujita
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-21postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-08postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao
2021-12-03postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao
2021-10-13postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita
2021-10-07postgres_fdw: Fix comments in connection.c.Etsuro Fujita
2021-09-22postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao