Commits
Showing commits that first shipped in 9.1 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2011-04-21 | Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants. | Robert Haas | 9.1.0 |
| 2011-04-21 | Allow ALTER TABLE name {OF type | NOT OF}. | Robert Haas | 9.1.0 |
| 2011-04-14 | Fix toast table creation. | Robert Haas | 9.1.0 |
| 2011-04-04 | Rearrange "add column" logic to merge columns at exec time. | Robert Haas | 9.1.0 |
| 2011-01-21 | Make ALTER TABLE revalidate uniqueness and exclusion constraints. | Robert Haas | 9.1.0 |
| 2011-01-02 | Basic foreign table support. | Robert Haas | 9.1.0 |
| 2010-11-26 | Add more ALTER <object> .. SET SCHEMA commands. | Robert Haas | 9.1.0 |