aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/alter_table.sql
Commit message (Expand)AuthorAge
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-26
* Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas2015-12-16
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane2015-10-01
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-06
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-29
* Make regression test output stable.Heikki Linnakangas2015-07-14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian2015-03-24
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-29
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-28
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-22
* Harden pg_filenode_relation test against concurrent DROP TABLE.Noah Misch2014-06-13
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Improve regression test for pg_filenode_relation().Tom Lane2014-03-28
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-07
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-22
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* Be more clear when a new column name collides with a system column name.Robert Haas2012-01-26
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-26
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-25
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas2011-10-09
* Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs2011-07-04
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Handle domains when checking for recursive inclusion of composite types.Tom Lane2011-06-02
* In binary-upgrade mode, dump dropped attributes of composite types.Heikki Linnakangas2011-05-21
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-20
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Fix toast table creation.Robert Haas2011-04-13
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-03
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-20
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-29