index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
foreign_data.sql
Commit message (
Expand
)
Author
Age
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
*
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
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Show default privileges in information schema
Peter Eisentraut
2012-01-27
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Don't leave regress_test_role_super lying around.
Robert Haas
2011-12-15
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Attempt to reduce local dependencies in regression tests.
Robert Haas
2011-10-10
*
Change format of SQL/MED generic options in psql backslash commands.
Robert Haas
2011-08-25
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Use terse mode to avoid variable order dependency output in foreign data regr...
Andrew Dunstan
2011-04-25
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-06
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Avoid using trivial usernames in foreign_data regression test.
Alvaro Herrera
2009-10-14
*
Tweak the regression test case so that the ordering of numbers vs. letters
Peter Eisentraut
2009-03-09
*
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-02-24
*
Revise the permission checking on user mapping DDL commands.
Peter Eisentraut
2009-01-20
*
Make tests pass with or without locale.
Peter Eisentraut
2009-01-11
*
Remove fairly useless mixed-case identifier test that causes locale
Peter Eisentraut
2009-01-09
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19