aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/expected/postgres_fdw.out
Commit message (Expand)AuthorAge
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Stabilize postgres_fdw testAlvaro Herrera2024-03-30
* libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera2024-03-28
* Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley2024-03-25
* Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane2024-03-19
* Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley2024-03-11
* Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov2024-02-15
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* 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