You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/postgres_fdw
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
..
expected Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
sql Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
.gitignore Add postgres_fdw contrib module. 13 years ago
Makefile Add postgres_fdw contrib module. 13 years ago
connection.c Document cross-version compatibility issues for contrib/postgres_fdw. 13 years ago
deparse.c Avoid retrieving dummy NULL columns in postgres_fdw. 13 years ago
option.c Rename postgres_fdw's use_remote_explain option to use_remote_estimate. 13 years ago
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 13 years ago
postgres_fdw.c Document cross-version compatibility issues for contrib/postgres_fdw. 13 years ago
postgres_fdw.control Add postgres_fdw contrib module. 13 years ago
postgres_fdw.h Avoid retrieving dummy NULL columns in postgres_fdw. 13 years ago