summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/typed_table.out
Commit message (Expand)AuthorAgeFilesLines
* Suppress less info in regression tests using DROP CASCADE.Tom Lane2017-08-011-4/+0
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-271-4/+33
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-15/+15
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-3/+0
* Only allow typed tables to hang off composite types, not e.g. tables.Robert Haas2011-04-181-0/+2
* Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut2011-01-011-0/+15
* Make psql distinguish between unique indices and unique constraints.Robert Haas2010-08-011-1/+1
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-0/+2
* Add more checks against altering typed tablesPeter Eisentraut2010-07-231-0/+7
* Type table featurePeter Eisentraut2010-01-281-0/+85