index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
expected
/
postgres_fdw.out
Commit message (
Expand
)
Author
Age
*
Add support for deparsing semi-joins to contrib/postgres_fdw
Alexander Korotkov
2023-12-05
*
Improve "user mapping not found" error message
Peter Eisentraut
2023-11-30
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Stabilize postgres_fdw tests on 32-bit machines
David Rowley
2023-11-03
*
Attempt to stabilize postgres_fdw tests
David Rowley
2023-11-02
*
Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
David Rowley
2023-11-02
*
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-30
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Remove expensive test of postgres_fdw batch inserts
Tomas Vondra
2023-07-03
*
Add a test case for a316a3bc
Amit Langote
2023-06-30
*
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
*
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-25
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-06
*
Drop test view when done with it.
Tom Lane
2023-02-27
*
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-02-27
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
*
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
*
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-24
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
*
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-15
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
postgres_fdw: Remove useless DO block in test
Peter Eisentraut
2022-09-16
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
*
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-09-14
*
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-08-05
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
postgres_fdw: be more wary about shippability of reg* constants.
Tom Lane
2022-07-17
*
postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.
Tom Lane
2022-07-17
*
Support TRUNCATE triggers on foreign tables.
Fujii Masao
2022-07-12
*
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-28
*
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.
Etsuro Fujita
2022-04-21
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-24
*
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-18
*
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-27
[next]