summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
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-30Improve "user mapping not found" error messagePeter Eisentraut
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-11-02Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2David Rowley
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-08-30postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita
2023-08-15Fix code indentation vioaltion introduced in commit 9e9931d2b.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-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-06-30Add a test case for a316a3bcAmit Langote
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-25Fix buffer refcount leak with FDW bulk insertsMichael Paquier
2023-04-18Fix various typosDavid Rowley
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-04-05Fix function reference in commentDaniel Gustafsson
2023-03-17postgres_fdw: Remove useless if-test in GetConnection().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-02-24Fix comment indentation and whitespacePeter Eisentraut
2023-02-21Fix handling of escape sequences in postgres_fdw.application_nameMichael Paquier
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-07Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra
2023-01-06Fix stale comment about sample_frac adjustmentTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Sample postgres_fdw tables remotely during ANALYZETomas Vondra
2022-12-23Fix bug in translate_col_privs_multilevelDavid Rowley