postgresql/contrib/postgres_fdw
Tom Lane 2dc53fe2a7 Refactor postgresImportForeignSchema to avoid code duplication.
Avoid repeating fragments of the query we're building, along the
same lines as recent cleanup in pg_dump.  I got annoyed about this
because aa769f80e broke my pending patch to change postgres_fdw's
collation handling, due to each of us having incompletely done
this same refactoring.  Let's finish that job in hopes of having
a more stable base.
2021-09-01 16:21:13 -04:00
..
expected postgres_fdw: Fix issues with generated columns in foreign tables. 2021-08-05 20:00:00 +09:00
sql postgres_fdw: Fix issues with generated columns in foreign tables. 2021-08-05 20:00:00 +09:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
connection.c Allow TRUNCATE command to truncate foreign tables. 2021-04-08 20:56:08 +09:00
deparse.c postgres_fdw: Fix issues with generated columns in foreign tables. 2021-08-05 20:00:00 +09:00
option.c Avoid using ambiguous word "non-negative" in error messages. 2021-07-28 01:20:16 +09:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Refactor postgresImportForeignSchema to avoid code duplication. 2021-09-01 16:21:13 -04:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h postgres_fdw: Fix issues with generated columns in foreign tables. 2021-08-05 20:00:00 +09:00
shippable.c Replace remaining uses of "whitelist". 2021-01-05 14:00:16 +13:00