Commit Graph

176 Commits (79ccd7cbd5ca44bee0191d12e9e65abf702899e7)

Author SHA1 Message Date
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Robert Haas 79f457e53a Remove bogus line from comment. 8 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 8 years ago
Tom Lane 88f48b57fd Stabilize postgres_fdw regression tests. 8 years ago
Tom Lane 8bf58c0d9b Re-establish postgres_fdw connections after server or user mapping changes. 8 years ago
Peter Eisentraut 1db49c3b6d Fix typo in comment 8 years ago
Robert Haas 2c77903b2b postgres_fdw: Move function prototype to correct section. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane a3bed62d44 Fix low-probability leaks of PGresult objects in the backend. 8 years ago
Peter Eisentraut 272171279f psql: Use more consistent capitalization of some output headings 8 years ago
Robert Haas ae9bfc5d65 postgres_fdw: Allow cancellation of transaction control commands. 8 years ago
Robert Haas 3ec76ff1f2 Don't explicitly mark range partitioning columns NOT NULL. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut 332bec1e60 postgres_fdw: Fix join push down with extensions 8 years ago
Tom Lane 88e902b769 Simplify handling of remote-qual pass-forward in postgres_fdw. 8 years ago
Tom Lane 28b0478755 Handle restriction clause lists more uniformly in postgres_fdw. 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 8 years ago
Simon Riggs ac2b095088 Reset API of clause_selectivity() 8 years ago
Simon Riggs 2686ee1b7c Collect and use multi-column dependency stats 8 years ago
Peter Eisentraut afd79873a0 Capitalize names of PLs consistently 8 years ago
Robert Haas 7a39b5e4d1 Abstract logic to allow for multiple kinds of child rels. 8 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 8 years ago
Andrew Gierth b5635948ab Support hashed aggregation with grouping sets. 8 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 8 years ago
Robert Haas b30fb56b07 postgres_fdw: Push down FULL JOINs with restriction clauses. 8 years ago
Tom Lane 9c2635e26f Fix hard-coded relkind constants in assorted other files. 8 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 8 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_*. 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago