Commit Graph

502 Commits (0b16bb8776bb834eb1ef8204ca95dd7667ab948b)

Author SHA1 Message Date
Alexander Korotkov 9f13376396 Pull up ANY-SUBLINK with the necessary lateral support. 1 year ago
David Rowley b262ad440e Add better handling of redundant IS [NOT] NULL quals 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
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Alexander Korotkov 824dbea3e4 Add support for deparsing semi-joins to contrib/postgres_fdw 2 years ago
Peter Eisentraut 7e5f517799 Improve "user mapping not found" error message 2 years ago
Heikki Linnakangas 50c67c2019 Use ResourceOwner to track WaitEventSets. 2 years ago
David Rowley b690e5facb Stabilize postgres_fdw tests on 32-bit machines 2 years ago
David Rowley 4b14e18714 Attempt to stabilize postgres_fdw tests 2 years ago
David Rowley cac169d686 Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Michael Paquier d61f2538a3 postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Etsuro Fujita 05c821294e postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Etsuro Fujita 89be0b89ae Fix code indentation vioaltion introduced in commit 9e9931d2b. 2 years ago
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 2 years ago
Etsuro Fujita 6f80a8d9c1 Disallow replacing joins with scans in problematic cases. 2 years ago
Tomas Vondra 087a933b21 Remove expensive test of postgres_fdw batch inserts 2 years ago
Michael Paquier 2aeaf80e57 Refactor some code related to wait events "BufferPin" and "Extension" 2 years ago
Amit Langote 054ff3b33a Add a test case for a316a3bc 2 years ago
Tom Lane 991a3df227 Fix filtering of "cloned" outer-join quals some more. 2 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 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
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 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
Daniel Gustafsson fb6fad6ef1 Fix function reference in comment 2 years ago
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection(). 2 years ago
Tom Lane 71a75626d5 Drop test view when done with it. 2 years ago
Tom Lane 53fe7e6cb8 Harden postgres_fdw tests against unexpected cache flushes. 2 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 2 years ago
Michael Paquier 8427ce4c37 Fix handling of escape sequences in postgres_fdw.application_name 2 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 2 years ago
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls 2 years ago
Tom Lane 3bef56e116 Invent "join domains" to replace the below_outer_join hack. 2 years ago
Tom Lane b448f1c8d8 Do assorted mop-up in the planner. 2 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 2 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 2 years ago
Tom Lane 47bb9db759 Get rid of the "new" and "old" entries in a view's rangetable. 2 years ago
Tom Lane 8d83a5d0a2 Remove redundant grouping and DISTINCT columns. 2 years ago
Tom Lane f0e6d6d3c9 Revert "Get rid of the "new" and "old" entries in a view's rangetable." 2 years ago
Tom Lane 1b4d280ea1 Get rid of the "new" and "old" entries in a view's rangetable. 2 years ago
Tomas Vondra 57d11ef028 Check relkind before using TABLESAMPLE in postgres_fdw 3 years ago
Tomas Vondra 211d80c065 Fix stale comment about sample_frac adjustment 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago