Commit Graph

448 Commits (eb9ee4d1818cd228d80049fd42efbfaabc187c20)

Author SHA1 Message Date
Etsuro Fujita d642d23064 Disallow collecting transition tuples from child foreign tables. 1 month ago
Tom Lane 3c31594f55 Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane bb85d09355 Handle default NULL insertion a little better. 8 months ago
Nathan Bossart 01731eeeaa Fix Y2038 issues with MyStartTime. 11 months ago
Masahiko Sawada e81e53a0c1 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Etsuro Fujita f39f3e0fbe postgres_fdw: Avoid "cursor can only scan forward" error. 1 year ago
Etsuro Fujita b33c141cc5 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 1 year ago
Tom Lane 6c85e3359b Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
Etsuro Fujita 3f96d113ff Fix bogus coding in ExecAppendAsyncEventWait(). 1 year ago
David Rowley ab64b275ad Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Heikki Linnakangas 481d7d1c01 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Etsuro Fujita 3daee7fb08 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Etsuro Fujita d1ef5631e6 Disallow replacing joins with scans in problematic cases. 2 years ago
Tomas Vondra 23ce74811a Remove expensive test of postgres_fdw batch inserts 2 years ago
Michael Paquier aa6177c882 Fix buffer refcount leak with FDW bulk inserts 2 years ago
Tom Lane b15db7f690 Drop test view when done with it. 3 years ago
Tom Lane bc77be7145 Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Michael Paquier 5bace41abc Fix handling of escape sequences in postgres_fdw.application_name 3 years ago
Tom Lane 3706cc97aa Fix calculation of which GENERATED columns need to be updated. 3 years ago
Etsuro Fujita fc02019c09 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Michael Paquier f2f7e509e6 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Alvaro Herrera 16d11d6843
Disallow MERGE cleanly for foreign partitions 3 years ago
Tom Lane 443df6e2db Revert "Optimize order of GROUP BY keys". 3 years ago
Etsuro Fujita 64387c5408 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Etsuro Fujita 1d49db2598 postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Fujii Masao 63a8c689b0 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Michael Paquier 535f1fc9da Tweak detail and hint messages to be consistent with project policy 3 years ago
Tom Lane b8032f4816 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Etsuro Fujita 54bc816810 postgres_fdw: Fix grammar. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Etsuro Fujita 4036bcbbb9 postgres_fdw: Update comments in make_new_connection(). 3 years ago
Etsuro Fujita 5c854e7a2c Disable asynchronous execution if using gating Result nodes. 3 years ago
Etsuro Fujita 4eea2202be postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Etsuro Fujita c2bb02bc2e Allow asynchronous execution in more cases. 3 years ago
Tom Lane f3dd9fe1dd Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Tomas Vondra db0d67db24 Optimize order of GROUP BY keys 4 years ago
Etsuro Fujita 5656683503 postgres_fdw: Minor cleanup for pgfdw_abort_cleanup(). 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 4 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Fujii Masao 94c49d5340 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Etsuro Fujita 9e283fc85d postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). 4 years ago
Etsuro Fujita 6c07f9ebce postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. 4 years ago
Peter Eisentraut 941460fcf7 Add Boolean node 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Fujii Masao 353aa01687 postgres_fdw: Add regression test for postgres_fdw.application_name GUC. 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago