index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
sql
/
postgres_fdw.sql
Commit message (
Expand
)
Author
Age
*
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
11 days
*
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-04-29
*
postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
2025-03-25
*
postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.
Fujii Masao
2025-03-03
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-12-11
*
postgres_fdw: Extend postgres_fdw_get_connections to return user name.
Fujii Masao
2024-09-18
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
postgres_fdw: Add connection status check to postgres_fdw_get_connections().
Fujii Masao
2024-07-26
*
postgres_fdw: Split out the query_cancel test to its own file
Alvaro Herrera
2024-07-22
*
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-07-19
*
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-06-07
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Stabilize postgres_fdw test
Alvaro Herrera
2024-03-30
*
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
2024-03-28
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Fix deparsing of Consts in postgres_fdw ORDER BY
David Rowley
2024-03-11
*
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-15
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Add support for deparsing semi-joins to contrib/postgres_fdw
Alexander Korotkov
2023-12-05
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Stabilize postgres_fdw tests on 32-bit machines
David Rowley
2023-11-03
*
Attempt to stabilize postgres_fdw tests
David Rowley
2023-11-02
*
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-30
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Remove expensive test of postgres_fdw batch inserts
Tomas Vondra
2023-07-03
*
Add a test case for a316a3bc
Amit Langote
2023-06-30
*
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
*
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-25
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-06
*
Drop test view when done with it.
Tom Lane
2023-02-27
*
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-02-27
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
*
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
*
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-24
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-15
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
postgres_fdw: Remove useless DO block in test
Peter Eisentraut
2022-09-16
*
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-09-14
*
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-08-05
[next]