Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
sql
Age
Commit message (
Expand
)
Author
7 days
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-05-08
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
2025-04-29
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-03-25
postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
2025-03-02
postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.
Fujii Masao
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2024-12-23
postgres_fdw: re-issue cancel requests a few times if necessary.
Tom Lane
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-09-18
postgres_fdw: Extend postgres_fdw_get_connections to return user name.
Fujii Masao
2024-08-30
Make postgres_fdw's query_cancel test less flaky.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-26
postgres_fdw: Add connection status check to postgres_fdw_get_connections().
Fujii Masao
2024-07-22
postgres_fdw: Split out the query_cancel test to its own file
Alvaro Herrera
2024-07-19
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-06-07
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-03-30
Stabilize postgres_fdw test
Alvaro Herrera
2024-03-28
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-10
Fix deparsing of Consts in postgres_fdw ORDER BY
David Rowley
2024-02-15
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-05
Add support for deparsing semi-joins to contrib/postgres_fdw
Alexander Korotkov
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-02
Stabilize postgres_fdw tests on 32-bit machines
David Rowley
2023-11-02
Attempt to stabilize postgres_fdw tests
David Rowley
2023-08-30
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-03
Remove expensive test of postgres_fdw batch inserts
Tomas Vondra
2023-06-30
Add a test case for a316a3bc
Amit Langote
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-04-25
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-04-06
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-02-28
Drop test view when done with it.
Tom Lane
2023-02-27
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-23
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
[next]