Commit Graph

116 Commits (36aed19fd99021ad9f727e4fd4bceb086a7cf54d)

Author SHA1 Message Date
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 1 month ago
Tom Lane 74e121c8dc Split up pgfdw_report_error so that we can mark it pg_noreturn. 2 months ago
Tom Lane 73873805fb Run pgindent on the changes of the previous patch. 2 months ago
Tom Lane 80aa9848be Reap the benefits of not having to avoid leaking PGresults. 2 months ago
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 2 months ago
Fujii Masao 112faf1378 Log remote NOTICE, WARNING, and similar messages using ereport(). 2 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 3 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 4 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 4 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 6 months ago
Fujii Masao fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 7 months ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 8 months ago
Peter Eisentraut 761c79508e postgres_fdw: SCRAM authentication pass-through 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 9 months ago
Tom Lane c431986de1 postgres_fdw: re-issue cancel requests a few times if necessary. 9 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 1 year ago
Fujii Masao 454aab4b73 postgres_fdw: Fix bug in connection status check. 1 year ago
Fujii Masao 857df3cef7 postgres_fdw: Add connection status check to postgres_fdw_get_connections(). 1 year ago
Fujii Masao c297a47c5f postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 1 year ago
Tom Lane a3021aafce Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
Alvaro Herrera b8b37e41ba
Make libpqsrv_cancel's return const char *, not char * 1 year ago
Etsuro Fujita dd24098cd6 postgres_fdw: Remove useless ternary expression. 1 year ago
Alvaro Herrera 2466d6654f
libpq-be-fe-helpers.h: wrap new cancel APIs 1 year ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Michael Paquier d61f2538a3 postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Michael Paquier 2aeaf80e57 Refactor some code related to wait events "BufferPin" and "Extension" 2 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley b4dbf3e924 Fix various typos 2 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
Etsuro Fujita 983ec23007 postgres_fdw: Add support for parallel abort. 2 years ago
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection(). 3 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 3 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Etsuro Fujita 82699edbfe postgres_fdw: Fix grammar. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Etsuro Fujita 4036bcbbb9 postgres_fdw: Update comments in make_new_connection(). 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Etsuro Fujita 5656683503 postgres_fdw: Minor cleanup for pgfdw_abort_cleanup(). 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Etsuro Fujita 6c07f9ebce postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. 4 years ago