Commit Graph

52 Commits (6a75562ed16b5fa52cfd8830e4546972e647db26)

Author SHA1 Message Date
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Tom Lane 8ec8760fc8 Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 11 years ago
Tom Lane 462bd95705 Fix planning of SELECT FOR UPDATE on child table with partial index. 11 years ago
Peter Eisentraut 1e95bbc870 Fix SHLIB_PREREQS use in contrib, allowing PGXS builds 11 years ago
Tom Lane f4e031c662 Add bms_next_member(), and use it where appropriate. 11 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 11 years ago
Tom Lane 9c58101117 Fix mishandling of system columns in FDW queries. 11 years ago
Alvaro Herrera f9ef578d05 postgres_fdw.h: don't pull in rel.h when relcache.h is enough 11 years ago
Andres Freund 57ca1d4f01 Specify the port in dblink and postgres_fdw tests. 11 years ago
Andres Freund ddc2504dbc Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Fujii Masao ab77485945 Remove incorrect comment from postgres_fdw.c. 11 years ago
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA. 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 11 years ago
Tom Lane 2146f13408 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane 5b68d81697 Fix contrib/postgres_fdw's remote-estimate representation of array Params. 12 years ago
Tom Lane c7b3539599 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 12 years ago
Noah Misch b2b2491b06 Don't test xmin/xmax columns of a postgres_fdw foreign table. 12 years ago
Noah Misch 7cbe57c34d Offer triggers on foreign tables. 12 years ago
Tom Lane 83204e100c Fix contrib/postgres_fdw to handle multiple join conditions properly. 12 years ago
Tom Lane 00d4f2af8b Improve connection-failure error handling in contrib/postgres_fdw. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 9929975666 Fix typo in comment. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Tom Lane 9e7e29c75a Fix planner problems with LATERAL references in PlaceHolderVars. 12 years ago
Tom Lane dc3eb56383 Improve updatability checking for views and foreign tables. 12 years ago
Tom Lane e0b451e432 Tweak postgres_fdw regression test so autovacuum doesn't change results. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
Tom Lane 5b86fedfb5 Document cross-version compatibility issues for contrib/postgres_fdw. 13 years ago
Tom Lane e690b95150 Avoid retrieving dummy NULL columns in postgres_fdw. 13 years ago
Tom Lane 9cbc4b80dd Redo postgres_fdw's planner code so it can handle parameterized paths. 13 years ago
Tom Lane ed3ddf918b Introduce less-bogus handling of collations in contrib/postgres_fdw. 13 years ago
Tom Lane 50c19fc76f Fix contrib/postgres_fdw's handling of column defaults. 13 years ago
Tom Lane 0247d43dd9 Avoid row-processing-order dependency in postgres_fdw regression test. 13 years ago
Tom Lane cc3f281ffb Fix postgres_fdw's issues with inconsistent interpretation of data values. 13 years ago
Tom Lane 8f9cc41daf Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES. 13 years ago
Tom Lane f7951eef89 Band-aid for regression test expected-results problem with timestamptz. 13 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 13 years ago
Tom Lane 09a7cd409e Rename postgres_fdw's use_remote_explain option to use_remote_estimate. 13 years ago
Tom Lane c0c6acdfa0 Fix some planning oversights in postgres_fdw. 13 years ago
Tom Lane 6da378dbc9 Fix whole-row references in postgres_fdw. 13 years ago
Tom Lane 211e157a51 Change postgres_fdw to show casts as casts, not underlying function calls. 13 years ago
Tom Lane 5fd386bb31 Get rid of postgres_fdw's assumption that remote type OIDs match ours. 13 years ago
Tom Lane 6d06049493 Adjust postgres_fdw's search path handling. 13 years ago