Commit Graph

96 Commits (a3021aafcecbc5225bf99f235db4130546d543c1)

Author SHA1 Message Date
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. 1 year 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(). 2 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 2 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 2 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(). 3 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 3 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 3 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 3 years ago
Etsuro Fujita 6c07f9ebce postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Fujii Masao 6e0cb3dec1 postgres_fdw: Allow postgres_fdw.application_name to include escape sequences. 4 years ago
Fujii Masao 815d61fcd4 postgres_fdw: Report warning when timeout expires while getting query result. 4 years ago
Fujii Masao 557c39bba9 postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Etsuro Fujita 8c7be86883 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Etsuro Fujita 972c7c6567 postgres_fdw: Fix comments in connection.c. 4 years ago
Fujii Masao 85c6961128 postgres_fdw: Refactor transaction rollback code to avoid code duplication. 4 years ago
Fujii Masao 449ab63505 postgres_fdw: Allow application_name of remote connection to be set via GUC. 4 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 4 years ago
Fujii Masao b1be3074ac postgres_fdw: Add option to control whether to keep connections open. 4 years ago
Etsuro Fujita 27e1f14563 Add support for asynchronous execution. 4 years ago
Fujii Masao 411ae64997 postgres_fdw: Add functions to discard cached connections. 4 years ago
Fujii Masao 708d165ddb postgres_fdw: Add function to list cached connections to foreign servers. 5 years ago
Fujii Masao 5e5f4fcd89 postgres_fdw: Save foreign server OID in connection cache entry. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Fujii Masao e3ebcca843 postgres_fdw: Fix connection leak. 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Tom Lane ec29427ce2 Fix and simplify some usages of TimestampDifference(). 5 years ago
Noah Misch 0c3185e963 In security-restricted operations, block enqueue of at-commit user code. 5 years ago
Fujii Masao 7fc1a81e49 postgres_fdw: Restructure connection retry logic. 5 years ago