aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/expected/postgres_fdw.out
Commit message (Expand)AuthorAge
* Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov2023-12-05
* Improve "user mapping not found" error messagePeter Eisentraut2023-11-30
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Stabilize postgres_fdw tests on 32-bit machinesDavid Rowley2023-11-03
* Attempt to stabilize postgres_fdw testsDavid Rowley2023-11-02
* Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2David Rowley2023-11-02
* postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita2023-08-30
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Remove expensive test of postgres_fdw batch insertsTomas Vondra2023-07-03
* Add a test case for a316a3bcAmit Langote2023-06-30
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-25
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-06
* Drop test view when done with it.Tom Lane2023-02-27
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-27
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-30
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-24
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* Remove pessimistic cost penalization from Incremental SortDavid Rowley2022-12-16
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane2022-10-27
* Disallow MERGE cleanly for foreign partitionsAlvaro Herrera2022-10-15
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* postgres_fdw: Remove useless DO block in testPeter Eisentraut2022-09-16
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-14
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-05
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* postgres_fdw: be more wary about shippability of reg* constants.Tom Lane2022-07-17
* postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane2022-07-17
* Support TRUNCATE triggers on foreign tables.Fujii Masao2022-07-12
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-28
* postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita2022-04-21
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-31
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-24
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-18
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-27