]> granicus.if.org Git - postgresql/history - src/test/regress/expected/foreign_data.out
Make heap TID a tiebreaker nbtree index column.
[postgresql] / src / test / regress / expected / foreign_data.out
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-19 Alvaro Herrerapsql: Describe partitioned tables/indexes as such
2018-06-20 Michael PaquierClarify use of temporary tables within partition trees
2018-05-14 Alvaro HerreraDon't allow partitioned index on foreign-table partitions
2018-03-15 Tom LaneClean up duplicate table and function names in regressi...
2018-01-31 Robert HaasFix list partition constraints for partition keys of...
2017-11-22 Simon RiggsShow partition info from psql \d+
2017-09-15 Robert HaasTest coverage for CREATE/ALTER FOREIGN DATA WRAPPER...
2017-09-11 Peter EisentrautMessage style fixes
2017-08-07 Noah MischAgain match pg_user_mappings to information_schema...
2017-06-13 Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-05-13 Robert HaasTeach \d+ to show partitioning constraints.
2017-05-10 Robert HaasProhibit transition tables on views and foreign tables.
2017-05-08 Noah MischMatch pg_user_mappings limits to information_schema...
2017-03-20 Andrew DunstanAdd IF NOT EXISTS for CREATE SERVER and CREATE USER...
2017-03-20 Andrew DunstanUse a consistent error message style for user mappings.
2017-03-08 Robert HaasAdd tests for foreign partitions.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-07-17 Tom LaneEstablish conventions about global object names used...
2015-12-11 Alvaro HerreraFor REASSIGN OWNED for foreign user mappings
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-05 Alvaro HerreraFix user mapping object description
2015-02-24 Tom LaneImprove parser's one-extra-token lookahead mechanism.
2015-01-22 Bruce Momjianadjust ACL owners for REASSIGN and ALTER OWNER TO
2014-12-17 Tom LaneAllow CHECK constraints to be placed on foreign tables.
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-03-23 Noah MischOffer triggers on foreign tables.
2013-03-12 Tom LaneAllow default expressions to be attached to columns...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-01-27 Peter EisentrautShow default privileges in information schema
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2011-12-15 Robert HaasDon't leave regress_test_role_super lying around.
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-10-10 Robert HaasAttempt to reduce local dependencies in regression...
2011-08-25 Robert HaasChange format of SQL/MED generic options in psql backsl...
2011-08-11 Robert HaasDisplay both per-table and per-column FDW options in...
2011-08-08 Robert HaasTeach psql to display the comments on SQL/MED objects...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-04 Peter EisentrautMessage style tweaks
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-05-05 Magnus HaganderUnbreak the regression tests from my previous commit
2011-04-25 Andrew DunstanUse terse mode to avoid variable order dependency outpu...
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-01-02 Robert HaasBasic foreign table support.
2010-08-26 Alvaro HerreraImprove wording for privilege description on certain...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-10-14 Alvaro HerreraAvoid using trivial usernames in foreign_data regressio...
2009-03-25 Peter EisentrautPolish SQL/MED terminology
2009-03-09 Peter EisentrautTweak the regression test case so that the ordering...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-20 Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-11 Peter EisentrautMake tests pass with or without locale.
2009-01-09 Peter EisentrautRemove fairly useless mixed-case identifier test that...
2008-12-31 Tom LaneConsistently use multi-line formatting for all ACL...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities