Commit Graph

94 Commits (80a5cf643adb496abe577a1ca6dc0c476d849c19)

Author SHA1 Message Date
Tom Lane 9613a1d98e Improve regression test for pg_filenode_relation(). 12 years ago
Tom Lane b5e0a2a384 Tweak placement of explicit ANALYZE commands in the regression tests. 12 years ago
Robert Haas 8e18d04d4d Refine our definition of what constitutes a system relation. 12 years ago
Tom Lane c28b289bf3 Prevent display of dropped columns in row constraint violation messages. 12 years ago
Robert Haas f01d1ae3a1 Add infrastructure for mapping relfilenodes to relation OIDs. 13 years ago
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Alvaro Herrera 09ff76fcdb Recast "ONLY" column CHECK constraints as NO INHERIT 14 years ago
Peter Eisentraut 39d74e346c Add support for renaming constraints 14 years ago
Robert Haas 2d1371d3ee Be more clear when a new column name collides with a system column name. 14 years ago
Robert Haas 9d35116611 Damage control for yesterday's CheckIndexCompatible changes. 14 years ago
Robert Haas 6eb71ac552 Make CheckIndexCompatible simpler and more bullet-proof. 14 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Robert Haas c0f03aae04 Fix ALTER TABLE ONLY .. DROP CONSTRAINT. 15 years ago
Simon Riggs f563afd433 Alter test results to comply with new ALTER TABLE behaviour. 15 years ago
Alvaro Herrera 897795240c Enable CHECK constraints to be declared NOT VALID 15 years ago
Tom Lane aff97b1f4e Handle domains when checking for recursive inclusion of composite types. 15 years ago
Heikki Linnakangas 27c7875d95 In binary-upgrade mode, dump dropped attributes of composite types. 15 years ago
Robert Haas a0e8df527e Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants. 15 years ago
Robert Haas 68739ba856 Allow ALTER TABLE name {OF type | NOT OF}. 15 years ago
Robert Haas 39a68e5c6c Fix toast table creation. 15 years ago
Robert Haas 6c57239985 Rearrange "add column" logic to merge columns at exec time. 15 years ago
Tom Lane eb51af71f2 Prevent a rowtype from being included in itself. 15 years ago
Simon Riggs 722bf7017b Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 15 years ago
Robert Haas 8ceb245680 Make ALTER TABLE revalidate uniqueness and exclusion constraints. 15 years ago
Robert Haas 55109313f9 Add more ALTER <object> .. SET SCHEMA commands. 15 years ago
Peter Eisentraut f2a4278330 Propagate ALTER TYPE operations to typed tables 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut e440e12c56 Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE 16 years ago
Simon Riggs 04e17bae50 Add explicit regression tests for ALTER TABLE lock levels. 16 years ago
Andrew Dunstan e73131a16a DROP IF EXISTS for columns and constraints. Andres Freund. 17 years ago
Tom Lane 6d1e361852 Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically 17 years ago
Peter Eisentraut 8987c115f1 Alter regression test cases that rely on the sort order of "aa". Some 17 years ago
Tom Lane 5862cda611 Fix an ALTER TABLE test case so that it actually tests what the comment says it 18 years ago
Tom Lane cd902b331d Change the rules for inherited CHECK constraints to be essentially the same 18 years ago
Tom Lane 5c068038ff Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 18 years ago
Tom Lane 7bddca3450 Fix up foreign-key mechanism so that there is a sound semantic basis for the 19 years ago
Bruce Momjian 8c092781f4 ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) 20 years ago
Bruce Momjian 04a2b54c09 Revert patch becaues of locking concerns: 20 years ago
Bruce Momjian a02f6ce33b Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME 20 years ago
Tom Lane 35508d1cca Add ALTER object SET SCHEMA capability for a limited but useful set of 21 years ago
Tom Lane bc843d3960 First cut at planner support for bitmap index scans. Lots to do yet, 21 years ago
Tom Lane 988dec0518 Fix some issues with missing or too many newlines at 21 years ago
Neil Conway c069655441 Allow ALTER FUNCTION to change a function's strictness, volatility, and 21 years ago
Neil Conway 5df3fc67a7 This patch updates the regression tests to allow "make installcheck" to 21 years ago
Bruce Momjian 5395aed9d5 Add regression tests for ALTER INDEX. 22 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 22 years ago
Tom Lane 24614a9880 Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 22 years ago