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-08Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo
2025-04-29oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion
2025-03-25postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov
2025-03-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2024-12-23postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-08-30Make postgres_fdw's query_cancel test less flaky.Tom Lane
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-22postgres_fdw: Split out the query_cancel test to its own fileAlvaro Herrera
2024-07-19postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita
2024-06-07postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-03-30Stabilize postgres_fdw testAlvaro Herrera
2024-03-28libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-10Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley
2024-02-15Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-05Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-02Stabilize postgres_fdw tests on 32-bit machinesDavid Rowley
2023-11-02Attempt to stabilize postgres_fdw testsDavid Rowley
2023-08-30postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita
2023-08-15Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-03Remove expensive test of postgres_fdw batch insertsTomas Vondra
2023-06-30Add a test case for a316a3bcAmit Langote
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-04-25Fix buffer refcount leak with FDW bulk insertsMichael Paquier
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-02-28Drop test view when done with it.Tom Lane
2023-02-27Harden postgres_fdw tests against unexpected cache flushes.Tom Lane
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2022-12-30Sample postgres_fdw tables remotely during ANALYZETomas Vondra
2022-12-23Fix bug in translate_col_privs_multilevelDavid Rowley
2022-12-20Allow batching of inserts during cross-partition updates.Etsuro Fujita
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-10-15Disallow MERGE cleanly for foreign partitionsAlvaro Herrera
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita