summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-21Stabilize postgres_fdw regression tests.Tom Lane
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-22postgres_fdw: Move function prototype to correct section.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-07postgres_fdw: Allow cancellation of transaction control commands.Robert Haas
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-25postgres_fdw: Fix join push down with extensionsPeter Eisentraut
2017-04-11Simplify handling of remote-qual pass-forward in postgres_fdw.Tom Lane
2017-04-11Handle restriction clause lists more uniformly in postgres_fdw.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-06Reset API of clause_selectivity()Simon Riggs
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-04Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-03-31postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.Robert Haas
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-16postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-27Fix typo in comment.Robert Haas
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-25Improve speed of contrib/postgres_fdw regression tests.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Improve dblink error message when remote does not provide itJoe Conway
2016-11-04postgres_fdw: Fix typo in comment.Robert Haas
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-11-03Use NIL instead of NULL for an empty List.Robert Haas
2016-11-02Don't convert Consts into Vars during setrefs.c processing.Tom Lane
2016-11-01postgres_fdw: Fix typo in comment.Robert Haas
2016-10-26Suppress unused-variable warning in non-assert builds.Tom Lane
2016-10-25postgres_fdw: Try again to stabilize aggregate pushdown regression tests.Robert Haas
2016-10-21postgres_fdw: Attempt to stabilize regression results.Robert Haas
2016-10-21postgres_fdw: Push down aggregates to remote servers.Robert Haas
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Support OID system column in postgres_fdw.Heikki Linnakangas
2016-08-24postgres_fdw: Cosmetic cleanup.Robert Haas