aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/alter_table.sql
Commit message (Expand)AuthorAge
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-17
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-17
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-27
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-27
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane2015-10-01
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-06
* 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