git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f435cd1) | patch
Add postgres_fdw contrib module.
2013年2月21日 10:26:23 +0000 (05:26 -0500)
2013年2月21日 10:27:16 +0000 (05:27 -0500)
commit d0d75c402217421b691050857eb3d7af82d0c770
Add postgres_fdw contrib module.

There's still a lot of room for improvement, but it basically works,
and we need this to be present before we can do anything much with the
writable-foreign-tables patch. So let's commit it and get on with testing.

Shigeru Hanada, reviewed by KaiGai Kohei and Tom Lane
28 files changed:
contrib/Makefile diff | blob | blame | history
contrib/postgres_fdw/.gitignore [new file with mode: 0644] blob
contrib/postgres_fdw/Makefile [new file with mode: 0644] blob
contrib/postgres_fdw/connection.c [new file with mode: 0644] blob
contrib/postgres_fdw/deparse.c [new file with mode: 0644] blob
contrib/postgres_fdw/expected/postgres_fdw.out [new file with mode: 0644] blob
contrib/postgres_fdw/option.c [new file with mode: 0644] blob
contrib/postgres_fdw/postgres_fdw--1.0.sql [new file with mode: 0644] blob
contrib/postgres_fdw/postgres_fdw.c [new file with mode: 0644] blob
contrib/postgres_fdw/postgres_fdw.control [new file with mode: 0644] blob
contrib/postgres_fdw/postgres_fdw.h [new file with mode: 0644] blob
contrib/postgres_fdw/sql/postgres_fdw.sql [new file with mode: 0644] blob
doc/src/sgml/client-auth.sgml diff | blob | blame | history
doc/src/sgml/contrib.sgml diff | blob | blame | history
doc/src/sgml/dblink.sgml diff | blob | blame | history
doc/src/sgml/filelist.sgml diff | blob | blame | history
doc/src/sgml/libpq.sgml diff | blob | blame | history
doc/src/sgml/postgres-fdw.sgml [new file with mode: 0644] blob
doc/src/sgml/queries.sgml diff | blob | blame | history
doc/src/sgml/recovery-config.sgml diff | blob | blame | history
doc/src/sgml/ref/create_foreign_data_wrapper.sgml diff | blob | blame | history
doc/src/sgml/ref/create_foreign_table.sgml diff | blob | blame | history
doc/src/sgml/ref/create_server.sgml diff | blob | blame | history
doc/src/sgml/ref/grant.sgml diff | blob | blame | history
doc/src/sgml/ref/pg_isready.sgml diff | blob | blame | history
doc/src/sgml/ref/psql-ref.sgml diff | blob | blame | history
doc/src/sgml/runtime.sgml diff | blob | blame | history
src/backend/foreign/foreign.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /