index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
create_foreign_table.sgml
Commit message (
Expand
)
Author
Age
*
Add support for LIKE in CREATE FOREIGN TABLE
Michael Paquier
2025-02-19
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
doc: Fix some typos and grammar
Michael Paquier
2023-10-25
*
Doc: Further fix CREATE FOREIGN TABLE synopsis.
Etsuro Fujita
2022-06-02
*
In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.
Robert Haas
2022-05-26
*
Doc: be clearer that foreign-table partitions need user-added constraints.
Tom Lane
2022-02-05
*
Doc: be more precise about conflicts between relation names.
Tom Lane
2021-11-02
*
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2020-10-03
*
doc: make ref/*.sgml file header comment layout consistent
Bruce Momjian
2020-05-15
*
doc: Remove unused title ids
Peter Eisentraut
2020-03-13
*
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
*
doc: Fix generated column documentation
Peter Eisentraut
2019-05-27
*
doc: Add note about generated columns in foreign tables
Peter Eisentraut
2019-04-08
*
Doc: Update documentation on partitioning vs. foreign tables.
Etsuro Fujita
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
Fix documentation on partitioning vs. foreign tables
Alvaro Herrera
2019-03-10
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-20
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Use lower-case SGML attribute values
Peter Eisentraut
2017-10-10
*
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
*
Implement table partitioning.
Robert Haas
2016-12-07
*
doc: CREATE FOREIGN TABLE now allows CHECK ( ... ) NO INHERIT
Robert Haas
2015-05-15
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
doc: Update yet another place that didn't get the memo about matviews.
Robert Haas
2014-04-14
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
*
Add postgres_fdw contrib module.
Tom Lane
2013-02-21
*
Fix SGML markup; missing tag.
Bruce Momjian
2012-08-15
*
Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.
Bruce Momjian
2012-08-15
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Corrections to CREATE FOREIGN TABLE documentation.
Robert Haas
2011-03-16
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Basic foreign table support.
Robert Haas
2011-01-01