aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql/postgres_fdw.sql
Commit message (Expand)AuthorAge
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo11 days
* oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion2025-04-29
* postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov2025-03-25
* postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao2025-03-03
* Virtual generated columnsPeter Eisentraut2025-02-07
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao2024-09-18
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao2024-07-26
* postgres_fdw: Split out the query_cancel test to its own fileAlvaro Herrera2024-07-22
* postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita2024-07-19
* postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita2024-06-07
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Stabilize postgres_fdw testAlvaro Herrera2024-03-30
* libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera2024-03-28
* Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley2024-03-25
* Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley2024-03-11
* Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov2024-02-15
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov2023-12-05
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Stabilize postgres_fdw tests on 32-bit machinesDavid Rowley2023-11-03
* Attempt to stabilize postgres_fdw testsDavid Rowley2023-11-02
* postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita2023-08-30
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Remove expensive test of postgres_fdw batch insertsTomas Vondra2023-07-03
* Add a test case for a316a3bcAmit Langote2023-06-30
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-25
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-06
* Drop test view when done with it.Tom Lane2023-02-27
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-27
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-30
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-24
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* Remove pessimistic cost penalization from Incremental SortDavid Rowley2022-12-16
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Disallow MERGE cleanly for foreign partitionsAlvaro Herrera2022-10-15
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* postgres_fdw: Remove useless DO block in testPeter Eisentraut2022-09-16
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-14
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-05