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
2018-04-06
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
Refactor PgFdwModifyState creation/destruction into separate functions.
Robert Haas
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-02
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-03-29
Rewrite the code that applies scan/join targets to paths.
Robert Haas
2018-03-22
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-08
Revert "Temporarily instrument postgres_fdw test to look for statistics chang...
Tom Lane
2018-03-05
Temporarily instrument postgres_fdw test to look for statistics changes.
Tom Lane
2018-03-02
postgres_fdw: Fourth attempt to stabilize regression tests.
Robert Haas
2018-03-01
Fix format_type() to restore its old behavior.
Tom Lane
2018-02-28
postgres_fdw: Third attempt to stabilize regression tests.
Robert Haas
2018-02-22
postgres_fdw: Fix interaction of PHVs with child joins.
Robert Haas
2018-02-19
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-17
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-09
postgres_fdw: Attmempt to stabilize regression tests.
Robert Haas
2018-02-08
postgres_fdw: Remove CTID output from some tests.
Robert Haas
2018-02-07
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Robert Haas
2018-01-30
Fix test case for 'outer pathkeys do not match mergeclauses' fix.
Robert Haas
2018-01-17
postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.
Robert Haas
2018-01-12
Fix postgres_fdw to cope with duplicate GROUP BY entries.
Tom Lane
2018-01-11
Cosmetic fix in postgres_fdw.c.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-27
Remove incorrect apostrophe.
Robert Haas
2017-12-05
postgres_fdw: Fix failing regression test.
Robert Haas
2017-12-05
postgres_fdw: Judge password use by run-as user, not session user.
Robert Haas
2017-12-01
postgres_fdw: Fix test that didn't test what it claimed.
Robert Haas
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-09-06
Sync function prototype with its actual definition.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-17
Remove bogus line from comment.
Robert Haas
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-21
Stabilize postgres_fdw regression tests.
Tom Lane
2017-07-21
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-22
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-13
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-07
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-05-18
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-25
postgres_fdw: Fix join push down with extensions
Peter Eisentraut
2017-04-11
Simplify handling of remote-qual pass-forward in postgres_fdw.
Tom Lane
2017-04-11
Handle restriction clause lists more uniformly in postgres_fdw.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
[next]