summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
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
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Allow batching of inserts during cross-partition updates.Etsuro Fujita
2022-12-16C comment: fix wordingBruce Momjian
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-10-27Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane
2022-10-18Fix confusion about havingQual vs hasHavingQual in planner.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-15Disallow MERGE cleanly for foreign partitionsAlvaro Herrera
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-16postgres_fdw: Remove useless DO block in testPeter Eisentraut
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-14postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita
2022-08-05postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-07-22postgres_fdw: Fix bug in checking of return value of PQsendQuery().Fujii Masao
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier