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
Commit message (
Expand
)
Author
Age
...
*
postgres_fdw: Third attempt to stabilize regression tests.
Robert Haas
2018-02-28
*
postgres_fdw: Fix interaction of PHVs with child joins.
Robert Haas
2018-02-22
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
*
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-17
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
*
postgres_fdw: Attmempt to stabilize regression tests.
Robert Haas
2018-02-09
*
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-02-07
*
Fix test case for 'outer pathkeys do not match mergeclauses' fix.
Robert Haas
2018-01-30
*
postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.
Robert Haas
2018-01-17
*
Fix postgres_fdw to cope with duplicate GROUP BY entries.
Tom Lane
2018-01-12
*
Cosmetic fix in postgres_fdw.c.
Tom Lane
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove incorrect apostrophe.
Robert Haas
2017-12-27
*
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-05
*
postgres_fdw: Fix test that didn't test what it claimed.
Robert Haas
2017-12-01
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Sync function prototype with its actual definition.
Tom Lane
2017-09-06
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Remove bogus line from comment.
Robert Haas
2017-08-17
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
*
Stabilize postgres_fdw regression tests.
Tom Lane
2017-07-21
*
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-07-21
*
Fix typo in comment
Peter Eisentraut
2017-06-30
*
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-15
*
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-13
*
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-06-07
*
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-18
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
postgres_fdw: Fix join push down with extensions
Peter Eisentraut
2017-04-24
*
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-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
Robert Haas
2017-03-31
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
postgres_fdw: Push down FULL JOINs with restriction clauses.
Robert Haas
2017-03-16
*
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-03-09
[prev]
[next]