summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql/postgres_fdw.sql
Commit message (Expand)AuthorAgeFilesLines
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-271-0/+17
* postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao2022-01-071-0/+35
* postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao2021-12-241-21/+0
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-241-0/+21
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-221-0/+3
* Improve publication error messagesDaniel Gustafsson2021-11-171-0/+5
* postgres_fdw: suppress casts on constants in limited cases.Tom Lane2021-11-121-0/+18
* Improve HINT message that FDW reports when there are no valid options.Fujii Masao2021-10-271-1/+4
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-061-0/+1
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-091-1/+1
* postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao2021-09-081-39/+0
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-071-0/+39
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-051-2/+29
* In postgres_fdw, allow CASE expressions to be pushed to the remote server.Tom Lane2021-07-301-0/+29
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-301-3/+10
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-2/+2
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-3/+3
* Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane2021-07-071-0/+4
* postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao2021-07-071-0/+16
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-061-3/+5
* Further stabilize postgres_fdw test.Tom Lane2021-06-241-6/+6
* Stabilize test case added by commit f61db909d.Tom Lane2021-06-201-2/+2
* Fix copying data into slots with FDW batchingTomas Vondra2021-06-161-1/+28
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-081-0/+7
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-071-0/+12
* Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane2021-06-041-0/+8
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-021-0/+21
* Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita2021-05-131-0/+8
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-121-5/+16
* Disable cache clobber to avoid breaking postgres_fdw termination test.Tom Lane2021-05-041-3/+13
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-271-5/+11
* Simplify tests of postgres_fdw terminating connectionsMichael Paquier2021-04-141-20/+6
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-081-0/+101
* postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao2021-04-071-2/+4
* postgres_fdw: Add option to control whether to keep connections open.Fujii Masao2021-04-021-0/+13
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+2
* Revert b6002a796David Rowley2021-04-011-2/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+2
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-0/+195
* Remove extra semicolon in postgres_fdw tests.Amit Kapila2021-03-311-2/+2
* Revert changes for SSL compression in libpqMichael Paquier2021-03-101-1/+1
* Switch back sslcompression to be a normal input field in libpqMichael Paquier2021-03-091-0/+1
* Remove support for SSL compressionMichael Paquier2021-03-091-1/+0
* Fix tuple routing to initialize batching only for insertsTomas Vondra2021-02-181-1/+18
* postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita2021-02-051-0/+12
* postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.Fujii Masao2021-01-301-61/+36
* postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSFujii Masao2021-01-261-12/+12
* postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all().Fujii Masao2021-01-261-0/+3
* postgres_fdw: Add functions to discard cached connections.Fujii Masao2021-01-261-4/+94
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-201-0/+93