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