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
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-10-27
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-16
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-14
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-08-05
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-22
postgres_fdw: Fix bug in checking of return value of PQsendQuery().
Fujii Masao
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
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-16
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-12
Support TRUNCATE triggers on foreign tables.
Fujii Masao
2022-07-07
postgres_fdw: Fix grammar.
Etsuro Fujita
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
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-31
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-07
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
[prev]
[next]