index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-03
Stabilize postgres_fdw tests on 32-bit machines
David Rowley
2023-11-02
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-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-05
postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events
Michael Paquier
2023-08-30
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-15
Fix code indentation vioaltion introduced in commit 9e9931d2b.
Etsuro Fujita
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-03
Remove expensive test of postgres_fdw batch inserts
Tomas Vondra
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-06-30
Add a test case for a316a3bc
Amit Langote
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-20
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-25
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-18
Fix various typos
David Rowley
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-07
Add support for Kerberos credential delegation
Stephen Frost
2023-04-06
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-05
Fix function reference in comment
Daniel Gustafsson
2023-03-17
postgres_fdw: Remove useless if-test in GetConnection().
Etsuro Fujita
2023-02-27
Drop test view when done with it.
Tom Lane
2023-02-27
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-02-24
Fix comment indentation and whitespace
Peter Eisentraut
2023-02-21
Fix handling of escape sequences in postgres_fdw.application_name
Michael Paquier
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-23
dblink, postgres_fdw: Handle interrupts during connection establishment
Andres Freund
2023-01-18
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-11
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-07
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-06
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-24
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-16
C comment: fix wording
Bruce Momjian
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
[prev]
[next]