index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
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
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-31
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
Robert Haas
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-16
postgres_fdw: Push down FULL JOINs with restriction clauses.
Robert Haas
2017-03-10
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-27
Fix typo in comment.
Robert Haas
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-25
Improve speed of contrib/postgres_fdw regression tests.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Improve dblink error message when remote does not provide it
Joe Conway
2016-11-04
postgres_fdw: Fix typo in comment.
Robert Haas
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
Use NIL instead of NULL for an empty List.
Robert Haas
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-01
postgres_fdw: Fix typo in comment.
Robert Haas
2016-10-26
Suppress unused-variable warning in non-assert builds.
Tom Lane
2016-10-25
postgres_fdw: Try again to stabilize aggregate pushdown regression tests.
Robert Haas
2016-10-21
postgres_fdw: Attempt to stabilize regression results.
Robert Haas
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Support OID system column in postgres_fdw.
Heikki Linnakangas
2016-08-24
postgres_fdw: Cosmetic cleanup.
Robert Haas
[next]