aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/foreign_data.sql
Commit message (Expand)AuthorAge
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-11
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Show default privileges in information schemaPeter Eisentraut2012-01-27
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Don't leave regress_test_role_super lying around.Robert Haas2011-12-15
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Attempt to reduce local dependencies in regression tests.Robert Haas2011-10-10
* Change format of SQL/MED generic options in psql backslash commands.Robert Haas2011-08-25
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Message style tweaksPeter Eisentraut2011-07-05
* Use terse mode to avoid variable order dependency output in foreign data regr...Andrew Dunstan2011-04-25
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas2011-02-06
* Basic foreign table support.Robert Haas2011-01-01
* Avoid using trivial usernames in foreign_data regression test.Alvaro Herrera2009-10-14
* Tweak the regression test case so that the ordering of numbers vs. lettersPeter Eisentraut2009-03-09
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-20
* Make tests pass with or without locale.Peter Eisentraut2009-01-11
* Remove fairly useless mixed-case identifier test that causes localePeter Eisentraut2009-01-09
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19