index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
alter_table.sql
Commit message (
Expand
)
Author
Age
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
*
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-27
*
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-26
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
*
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
*
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
*
Make regression test output stable.
Heikki Linnakangas
2015-07-14
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
*
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
*
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-24
*
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-29
*
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-29
*
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
Harden pg_filenode_relation test against concurrent DROP TABLE.
Noah Misch
2014-06-13
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Improve regression test for pg_filenode_relation().
Tom Lane
2014-03-28
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
*
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
*
Damage control for yesterday's CheckIndexCompatible changes.
Robert Haas
2012-01-26
*
Make CheckIndexCompatible simpler and more bullet-proof.
Robert Haas
2012-01-25
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-09
*
Alter test results to comply with new ALTER TABLE behaviour.
Simon Riggs
2011-07-04
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Handle domains when checking for recursive inclusion of composite types.
Tom Lane
2011-06-02
*
In binary-upgrade mode, dump dropped attributes of composite types.
Heikki Linnakangas
2011-05-21
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Fix toast table creation.
Robert Haas
2011-04-13
*
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
*
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-08
*
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-20
[next]