index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
2022-05-12
postgres_fdw: Update comments in make_new_connection().
Etsuro Fujita
2022-04-28
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-21
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.
Etsuro Fujita
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-06
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-03-31
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-25
postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().
Etsuro Fujita
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-02-24
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-18
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-27
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-21
postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...
Etsuro Fujita
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-07
postgres_fdw: Add regression test for postgres_fdw.application_name GUC.
Fujii Masao
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-24
postgres_fdw: Revert unstable tests for postgres_fdw.application_name.
Fujii Masao
2021-12-24
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
Fujii Masao
2021-12-22
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-21
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-08
postgres_fdw: Report warning when timeout expires while getting query result.
Fujii Masao
2021-12-03
postgres_fdw: Fix unexpected reporting of empty message.
Fujii Masao
2021-11-30
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-17
Improve publication error messages
Daniel Gustafsson
2021-11-12
postgres_fdw: suppress casts on constants in limited cases.
Tom Lane
2021-10-26
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-10-13
postgres_fdw: Move comments about elog level in (sub)abort cleanup.
Etsuro Fujita
2021-10-07
postgres_fdw: Fix comments in connection.c.
Etsuro Fujita
2021-10-06
Fix null-pointer crash in postgres_fdw's conversion_error_callback.
Tom Lane
2021-09-22
postgres_fdw: Refactor transaction rollback code to avoid code duplication.
Fujii Masao
2021-09-10
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-08
postgres_fdw: Revert unstable tests for postgres_fdw.application_name.
Fujii Masao
2021-09-07
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-09-01
Refactor postgresImportForeignSchema to avoid code duplication.
Tom Lane
2021-08-05
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-02
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-07-30
In postgres_fdw, allow CASE expressions to be pushed to the remote server.
Tom Lane
2021-07-30
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-13
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-07
Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.
Tom Lane
[next]