summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/expected
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-251-0/+22
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-9/+10
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-10/+9
* Add support for Kerberos credential delegationStephen Frost2023-04-071-9/+10
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-061-1/+52
* Drop test view when done with it.Tom Lane2023-02-271-0/+3
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-271-56/+38
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-301-7/+7
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-8/+8
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-181-22/+16
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-8/+8
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-8/+8
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-301-0/+25
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-241-0/+36
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-201-11/+53
* Remove pessimistic cost penalization from Incremental SortDavid Rowley2022-12-161-0/+2
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-251-0/+123
* Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane2022-10-271-26/+26
* Disallow MERGE cleanly for foreign partitionsAlvaro Herrera2022-10-151-0/+5
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-131-0/+105
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-031-6/+9
* postgres_fdw: Remove useless DO block in testPeter Eisentraut2022-09-161-7/+1
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-161-2/+1
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-141-0/+79
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-051-0/+44
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-021-12/+20
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-201-3/+3
* postgres_fdw: be more wary about shippability of reg* constants.Tom Lane2022-07-171-1/+24
* postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane2022-07-171-0/+20
* Support TRUNCATE triggers on foreign tables.Fujii Masao2022-07-121-3/+6
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-281-0/+66
* postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita2022-04-211-0/+28
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-061-0/+170
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-311-0/+23
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-9/+6
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-241-1/+77
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-181-0/+20
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-271-0/+37
* postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao2022-01-071-0/+51
* postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao2021-12-241-32/+0
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-241-0/+32
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-221-0/+3
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-1/+2
* Improve publication error messagesDaniel Gustafsson2021-11-171-0/+6
* postgres_fdw: suppress casts on constants in limited cases.Tom Lane2021-11-121-39/+86
* Improve HINT message that FDW reports when there are no valid options.Fujii Masao2021-10-271-1/+5
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-061-0/+3
* 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-79/+0
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-071-0/+79