summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
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-21meson: 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
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-17postgres_fdw: be more wary about shippability of reg* constants.Tom Lane
2022-07-17postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane
2022-07-16Attempt to fix compiler warning on old compilerPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-12Support TRUNCATE triggers on foreign tables.Fujii Masao
2022-07-07postgres_fdw: Fix grammar.Etsuro Fujita
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-04-28Disable asynchronous execution if using gating Result nodes.Etsuro Fujita
2022-04-21postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-31Optimize order of GROUP BY keysTomas Vondra
2022-03-25postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-02-24postgres_fdw: Add support for parallel commit.Etsuro Fujita
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-27postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita
2022-01-21postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-07Update copyright for 2022Bruce Momjian
2022-01-07postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-24postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-22Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier