Commit Graph

173 Commits (e42351ae07c19bb4eaedbdce8ccd4dfb4e905069)

Author SHA1 Message Date
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 9 years ago
Tom Lane 88f48b57fd Stabilize postgres_fdw regression tests. 9 years ago
Tom Lane 8bf58c0d9b Re-establish postgres_fdw connections after server or user mapping changes. 9 years ago
Peter Eisentraut 1db49c3b6d Fix typo in comment 9 years ago
Robert Haas 2c77903b2b postgres_fdw: Move function prototype to correct section. 9 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane a3bed62d44 Fix low-probability leaks of PGresult objects in the backend. 9 years ago
Peter Eisentraut 272171279f psql: Use more consistent capitalization of some output headings 9 years ago
Robert Haas ae9bfc5d65 postgres_fdw: Allow cancellation of transaction control commands. 9 years ago
Robert Haas 3ec76ff1f2 Don't explicitly mark range partitioning columns NOT NULL. 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Peter Eisentraut 332bec1e60 postgres_fdw: Fix join push down with extensions 9 years ago
Tom Lane 88e902b769 Simplify handling of remote-qual pass-forward in postgres_fdw. 9 years ago
Tom Lane 28b0478755 Handle restriction clause lists more uniformly in postgres_fdw. 9 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 9 years ago
Simon Riggs ac2b095088 Reset API of clause_selectivity() 9 years ago
Simon Riggs 2686ee1b7c Collect and use multi-column dependency stats 9 years ago
Peter Eisentraut afd79873a0 Capitalize names of PLs consistently 9 years ago
Robert Haas 7a39b5e4d1 Abstract logic to allow for multiple kinds of child rels. 9 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 9 years ago
Andrew Gierth b5635948ab Support hashed aggregation with grouping sets. 9 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 9 years ago
Robert Haas b30fb56b07 postgres_fdw: Push down FULL JOINs with restriction clauses. 9 years ago
Tom Lane 9c2635e26f Fix hard-coded relkind constants in assorted other files. 9 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Robert Haas 4bf371cf2a Fix typo in comment. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Tom Lane aa7f593b1f Improve speed of contrib/postgres_fdw regression tests. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Tom Lane c52d37c8b3 Invalidate cached plans on FDW option changes. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Robert Haas 7016e4c4f5 postgres_fdw: Fix typo in comment. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Robert Haas c6ff380e38 Use NIL instead of NULL for an empty List. 9 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 9 years ago
Robert Haas 9779f71c40 postgres_fdw: Fix typo in comment. 9 years ago
Tom Lane 8529686ccb Suppress unused-variable warning in non-assert builds. 9 years ago
Robert Haas f5d6bce63c postgres_fdw: Try again to stabilize aggregate pushdown regression tests. 9 years ago
Robert Haas ad13a09d76 postgres_fdw: Attempt to stabilize regression results. 9 years ago
Robert Haas 7012b132d0 postgres_fdw: Push down aggregates to remote servers. 9 years ago
Robert Haas d2ce38e204 Rename WAIT_* constants to PG_WAIT_*. 10 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 10 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 10 years ago
Heikki Linnakangas ae025a1598 Support OID system column in postgres_fdw. 10 years ago
Robert Haas dcb7a54bd1 postgres_fdw: Cosmetic cleanup. 10 years ago