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
*
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
*
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-16
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
*
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
*
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
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-29
[next]